XML::XPath::XMLParser

XML::XPath::XMLParser is the default XML parsing class that produces a node tree.
Download

XML::XPath::XMLParser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matt Sergeant
  • Publisher web site:
  • http://search.cpan.org/~msergeant/

XML::XPath::XMLParser Tags


XML::XPath::XMLParser Description

XML::XPath::XMLParser is the default XML parsing class that produces a node tree. XML::XPath::XMLParser is the default XML parsing class that produces a node tree.SYNOPSIS my $parser = XML::XPath::XMLParser->new( filename => $self->get_filename, xml => $self->get_xml, ioref => $self->get_ioref, parser => $self->get_parser, ); my $root_node = $parser->parse;This module generates a node tree for use as the context node for XPath processing. It aims to be a quick parser, nothing fancy, and yet has to store more information than most parsers. To achieve this I've used array refs everywhere - no hashes. I don't have any performance figures for the speedups achieved, so I make no appologies for anyone not used to using arrays instead of hashes. I think they make good sense here where we know the attributes of each type of node. Requirements: · Perl


XML::XPath::XMLParser Related Software