Data::DPath::Builder

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

Data::DPath::Builder Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ken MacLeod
  • Publisher web site:
  • http://search.cpan.org/~kmacleod/XML-Grove-0.46alpha/lib/XML/Grove/Subst.pm

Data::DPath::Builder Tags


Data::DPath::Builder Description

Data::DPath::Builder is a SAX handler for building an XPath tree. 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 => );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 Related Software