Manual Pages for UNIX Darwin command on man XML::XPath::Builder
MyWebUniversity

Manual Pages for UNIX Darwin command on man XML::XPath::Builder

XPath::Builder(3) User Contributed Perl Documentation XPath::Builder(3)

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 );

$rootnode = $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,

SEE ALSO

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

PerlSAX.pod in libxml-perl

Extensible Markup Language (XML)

perl v5.8.8 2001-06-12 XPath::Builder(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™