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)NAMEHTML::TreeBuilder::LibXML::Node - HTML::Element compatible API for HTML::TreeBuilder::LibXMLSYNOPSISmy $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::xpath::node(3) - centos |
xml::xpath::node5.18(3) - mojave |
xml::libxml::xpathexpression(3) - suse |
xml::xpath::node(3) - suse |
rdf::trine::node::literal::xml(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Is UNIX an open source OS ? |
Introduction |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |