Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

XML::XPath::Builder

Name XML::XPath::Builder
Version 1.42
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/XML/XPath/Builder.pm
Is Core No
Search CPAN for this module XML::XPath::Builder
Documentation XML::XPath::Builder
Module Details XML::XPath::Builder

NAME

XML::XPath::Builder - SAX handler for building an XPath tree


SYNOPSIS

 use 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.


AUTHOR

Ken MacLeod, <ken@bitsko.slc.ut.us>


SEE ALSO

perl(1), XML::XPath(3)

PerlSAX.pod in libxml-perl

Extensible Markup Language (XML) <http://www.w3c.org/XML>

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024