Sie befinden sich hier: eisfair / Pack-Eis
News News News

Navigation

Content

perl-xml-parser (perl)

Perl - XML::Parser (Offizielles Paket)

Version: 3.4.0 Status: stable Release Datum: 2024-01-11
Autor: the eisfair team, team(at)eisfair(dot)org
Internal Program Version: XML::Parser  2.470.0.5.38.2

This module provides ways to parse XML documents. It is built on top of the
XML::Parser::Expat manpage, 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.

The behavior of the parser is controlled either by 'the /STYLES manpage'
and/or 'the /HANDLERS manpage' options, or by the /setHandlers manpage
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.

When underlying handlers get called, they receive as their first parameter
the _Expat_ object, not the Parser object.

http://search.cpan.org/dist/XML-Parser
SHA256-Prüfsumme: b31f083d95471c7a640a6349f7bbd69997df6ff48d7e7d1602ac12626461f309
Größe: 147.16 KByte
Info-Datei: https://www.pack-eis.de/dl.php?l=62316/perl-xml-parser.tar.bz2.info
Benötigte Pakete: glibc 3.4.2
perl 3.4.0
libexpat1 3.4.0