Main > Programming > Libraries >

PurpleWiki::InlineNode 0.94

PurpleWiki::InlineNode 0.94

Sponsored Links

PurpleWiki::InlineNode 0.94 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.14 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 821
Date added: 2007-07-25

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, ...]
}

PurpleWiki::InlineNode 0.94 Screenshot

Advertisements

PurpleWiki::InlineNode 0.94 Keywords

Bookmark PurpleWiki::InlineNode 0.94

Hyperlink code:
Link for forum:

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

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
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