debian man page for html::treebuilder::libxml::node

Query: html::treebuilder::libxml::node

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTML::TreeBuilder::LibXML::Node(3pm)			User Contributed Perl Documentation		      HTML::TreeBuilder::LibXML::Node(3pm)

NAME
HTML::TreeBuilder::LibXML::Node - HTML::Element compatible API for HTML::TreeBuilder::LibXML
SYNOPSIS
my $value = $node->attr('name'); my $string = $node->string_value; my $text = $node->as_text; my $t_text = $node->as_trimmed_text; my $xml = $node->as_XML; my $html = $node->as_HTML; my $tag = $node->tag; my $id = $node->id; my $clone = $node->clone; $node->delete; $node->look_down(@args); my %attr = $node->all_attr; my %attr = $node->all_external_attr; my @names = $node->all_attr_names; my @names = $node->all_external_attr_names; my @elements = $node->find($elem_name); # HTML::TreeBuilder::XPath my @nodes = $node->find($xpath) my @nodes = $node->findnodes($xpath); my $value = $node->findvalue($xpath); my @values = $node->findvalues($xpath); $node->isTextNode; my $child = $node->getFirstChild; my $bool = $node->exists($xpath); my $value = $node->findnodes_as_string($xpath); my @values = $node->findnodes_as_strings($xpath); perl v5.14.2 2011-11-29 HTML::TreeBuilder::LibXML::Node(3pm)
Related Man Pages
xml::libxml::xpathexpression(3) - suse
xml::libxml::xpathexpression(3) - centos
html::treebuilder::libxml(3pm) - debian
xml::libxml::xpathexpression(3pm) - debian
xml::xpath::node(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Weird 'find' results