|
9614.
|
|
|
Perl module for parsing XML files
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-parser-perl
|
|
9615.
|
|
|
The XML::Parser module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-parser-perl
|
|
9616.
|
|
|
The behavior of the parser is controlled either by Style and/or Handlers options, or by setHandlers method. These all provide mechanisms for XML::Parser to set the handlers needed by XML::Parser::Expat. If neither Style nor Handlers are specified, then parsing just checks the document for being well-formed.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-parser-perl
|
|
9617.
|
|
|
When underlying handlers get called, they receive as their first parameter the Expat object, not the Parser object.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-parser-perl
|
|
9618.
|
|
|
base class for SAX drivers and filters
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-sax-base-perl
|
|
9619.
|
|
|
XML::SAX::Base is a base class for PerlSAX drivers and filters. The main advantages that it provides are easy dispatching of events the right way (ie it takes care for you of checking that the handler has implemented that method, or has defined an AUTOLOAD), and the guarantee that filters will pass along events that they aren't implementing to handlers downstream that might nevertheless be interested in them.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-sax-base-perl
|
|
9620.
|
|
|
This package also provides XML::SAX::Exception.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-sax-base-perl
|
|
9621.
|
|
|
Perl module for a SAX2 driver for Expat (XML::Parser)
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-sax-expat-perl
|
|
9622.
|
|
|
The XML::SAX::Expat module is an implementation of a SAX2 driver sitting on top of Expat (XML::Parser). It is still incomplete, though most of the basic SAX2 events should be available.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-sax-expat-perl
|
|
9623.
|
|
|
The libxml-sax-expatxs-perl provides an Expat XML parser as an XS module.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-sax-expat-perl
|