PurpleWiki::InlineNode 0.94
Sponsored Links
PurpleWiki::InlineNode 0.94 Ranking & Summary
File size:
0.14 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
821
Date added:
2007-07-25
Publisher:
Chris Dent and Eugene Eric Kim
PurpleWiki::InlineNode 0.94 description
PurpleWiki::InlineNode Perl module offers inline node object.
SYNOPSIS
use PurpleWiki::InlineNode;
# Create node of type text and content Hello, world!
my $inlineNode1 =
PurpleWiki::InlineNode->new(type => text,
content => Hello, world!);
# Represent bolded and italicized Hello, world!.
# First, create node of type b.
my $boldNode = PurpleWiki::InlineNode->new(type => b);
# Create node of type i.
my $italicsNode = PurpleWiki::InlineNode->new(type => i);
# Create text node with content Hello, world!.
my $textNode =
PurpleWiki::InlineNode->new(type => text,
content => Hello, world!);
# Make text node a child of i node, and i node a child
# of b node.
$italicsNode->children([$textNode]);
$boldNode->children([$italicsNode]);
Inline nodes make up the content of structural nodes. They are mostly content containers, although some types use children to handle nested inline content, such as bold and italicized content.
The data structure looks like:
PurpleWiki::InlineNode = {
type => text|nowiki|b|i|tt|wikiword|freelink|link|url|image
href => string
content => string
children => [PurpleWiki::InlineNode, ...]
}
SYNOPSIS
use PurpleWiki::InlineNode;
# Create node of type text and content Hello, world!
my $inlineNode1 =
PurpleWiki::InlineNode->new(type => text,
content => Hello, world!);
# Represent bolded and italicized Hello, world!.
# First, create node of type b.
my $boldNode = PurpleWiki::InlineNode->new(type => b);
# Create node of type i.
my $italicsNode = PurpleWiki::InlineNode->new(type => i);
# Create text node with content Hello, world!.
my $textNode =
PurpleWiki::InlineNode->new(type => text,
content => Hello, world!);
# Make text node a child of i node, and i node a child
# of b node.
$italicsNode->children([$textNode]);
$boldNode->children([$italicsNode]);
Inline nodes make up the content of structural nodes. They are mostly content containers, although some types use children to handle nested inline content, such as bold and italicized content.
The data structure looks like:
PurpleWiki::InlineNode = {
type => text|nowiki|b|i|tt|wikiword|freelink|link|url|image
href => string
content => string
children => [PurpleWiki::InlineNode, ...]
}
PurpleWiki::InlineNode 0.94 Screenshot
Advertisements
PurpleWiki::InlineNode 0.94 Keywords
PurpleWiki
InlineNode
InlineNode Perl
InlineNode 0.94
Perl module
node
content
type
inline
text
hello
PurpleWiki::InlineNode
PurpleWikiInlineNode
PurpleWiki::InlineNode 0.94
Libraries
Programming
Bookmark PurpleWiki::InlineNode 0.94
PurpleWiki::InlineNode 0.94 Copyright
WareSeeker periodically updates pricing and software information of PurpleWiki::InlineNode 0.94 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of PurpleWiki::InlineNode 0.94 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
Related Software
PurpleWiki::Search::Google is a Perl module to search google from PurpleWiki. Free Download
Text::Template::Inline allows easy formatting of hierarchical data. Free Download
Convert::Wiki::Node::Para is a Perl module that represents a text paragraph node. Free Download
Convert::Wiki::Node::Head is a Perl module that represents a headline node. Free Download
Convert::Wiki::Node::Item is a Perl module that represents an item in a list (aka < li > or *). Free Download
Convert::Wiki::Node::Line is a Perl module that represents a horizontal line (aka ruler). Free Download
Pod::WikiDoc is a Perl module to generate Pod from inline wiki style text. Free Download
PloneWorldKit project is an out-of-the-box GIS for the Web. Free Download
Latest Software
Popular Software
Favourite Software