|
9610.
|
|
|
Perl interface to the libxml2 library
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-libxml-perl
|
|
9611.
|
|
|
XML::LibXML is a Perl interface to the GNOME libxml2 library, which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance Document Object Model (DOM) implementation. Additionally, it supports using the XML Path Language (XPath) to find and extract information.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-libxml-perl
|
|
9612.
|
|
|
Perl module for supporting simple generic namespaces
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-namespacesupport-perl
|
|
9613.
|
|
|
XML::NamespaceSupport offers a simple way to process namespace-based XML names. It also helps maintain a prefix-to-namespace URI map and provides a number of basic checks.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-namespacesupport-perl
|
|
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
|