Pod::Tree::Node - nodes in a Pod::Tree.
SYNOPSIS
$node = root Pod::Tree::Node @paragraphs;
$node = code Pod::Tree::Node $paragraph;
$node = verbatim Pod::Tree::Node $paragraph;
$node = command Pod::Tree::Node $paragraph;
$node = ordinary Pod::Tree::Node $paragraph;
$node = letter Pod::Tree::Node $token;
$node = sequence Pod::Tree::Node $letter, @children;
$node = text Pod::Tree::Node $text;
$node = target Pod::Tree::Node $target;
$node = link Pod::Tree::Node $node, $page, $section;
is_code $node and ...
is_command $node and ...
is_for $node and ...
is_item $node and ...
is_letter $node and ...
is_list $node and ...
is_ordinary $node and ...
is_pod $node and ...
is_root $node and ...
is_sequence $node and ...
is_text $node and ...
is_verbatim $node and ...
is_link $node and ...
is_c_head1 $node and ...
is_c_head2 $node and ...
is_c_head3 $node and ...
is_c_head4 $node and ...
is_c_cut $node and ...
is_c_pod $node and ...
is_c_over $node and ...
is_c_back $node and ...
is_c_item $node and ...
is_c_for $node and ...
is_c_begin $node and ...
is_c_end $node and ...
$arg = get_arg $node;
$brackets = get_brackets $node;
$children = get_children $node;
$command = get_command $node;
$domain = get_domain $node;
$item_type = get_item_type $node;
$letter = get_letter $node;
$list_type = get_list_type $node;
$page = get_page $node;
$raw = get_raw $node;
$raw_kids = get_raw_kids $node;
$section = get_section $node;
$siblings = get_siblings $node;
$target = get_target $node;
$text = get_text $node;
$type = get_type $node;
$deep_text = get_deep_text $node;
$node->force_text($text);
$node->force_for;
$node->parse_begin (@nodes);
$node->set_children(@children);
$node->make_sequences;
$node->parse_links;
$node->unescape;
$node->consolidate;
$node->make_lists;
$node->clone;
$node->dump;
Pod::Tree::Node->set_filename($filename);
$filename = $node->get_filename;
Product's homepage
Requirements:
· Perl