Data::DPath::Builder 0.00_01 review

Download
by rbytes.net on

Data::DPath::Builder is a SAX handler for building an XPath tree. SYNOPSIS use AnySAXParser; use Data::DPath::Builder; $

License: Perl Artistic License
File size: 31K
Developer: Ken MacLeod
0 stars award from rbytes.net

Data::DPath::Builder is a SAX handler for building an XPath tree.

SYNOPSIS

use AnySAXParser;
use Data::DPath::Builder;

$builder = Data::DPath::Builder->new();
$parser = AnySAXParser->new( Handler => $builder );

$root_node = $parser->parse( Source => [SOURCE] );

Data::DPath::Builder is a SAX handler for building an Data::DPath tree.

Data::DPath::Builder is used by creating a new instance of Data::DPath::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.

Requirements:
Perl

Data::DPath::Builder 0.00_01 search tags