Query: xml::xpath::builder
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XPath::Builder(3pm) User Contributed Perl Documentation XPath::Builder(3pm)NAMEXML::XPath::Builder - SAX handler for building an XPath treeSYNOPSISuse AnySAXParser; use XML::XPath::Builder; $builder = XML::XPath::Builder->new(); $parser = AnySAXParser->new( Handler => $builder ); $root_node = $parser->parse( Source => [SOURCE] );DESCRIPTION"XML::XPath::Builder" is a SAX handler for building an XML::XPath tree. "XML::XPath::Builder" is used by creating a new instance of "XML::XPath::Builder" and providing it as the Handler for a SAX parser. Calling `"parse()"' on the SAX parser will return the root node of the tree built from that parse.AUTHORKen MacLeod, <ken@bitsko.slc.ut.us>SEE ALSOperl(1), XML::XPath(3) PerlSAX.pod in libxml-perl Extensible Markup Language (XML) <http://www.w3c.org/XML> perl v5.10.1 2001-06-12 XPath::Builder(3pm)
Related Man Pages |
---|
xml::xpath::nodeset(3) - mojave |
xml::xpath::node(3) - suse |
xml::xpath::node(3) - osx |
xml::dom::xpath(3pm) - debian |
xml::xpath::node(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Introduction |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |