DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibxml-sax-expat-incremental-perl
BeschreibungXML::SAX::Expat subclass for non-blocking (incremental) parsing
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.05-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonperl (>= 5.6.0-16), libxml-parser-perl, libxml-sax-expat-perl
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße8488 Byte
Prüfsumme MD53bd822332c53a3ebf44b8e29b9030a28
Prüfsumme SHA1ff87304617cecfa2c3981ed01bb582874d816ce2
Prüfsumme SHA256793e722034598d571d85e81dd644ac80ae562f827ada7a498a7d01d9adce06aa
Link zum Herunterladenlibxml-sax-expat-incremental-perl_0.05-1_all.de
Ausführliche BeschreibungMost XML parsers give a callback interface within an encapsulated loop and eventually, when the XML source is depleted by the parser, the parse function will return. . Sometimes you don't want the parser to control the loop for you. For example, if you need to retrieve your XML in chunks in a funny way, you might need to use a kind of iterator to get your XML data. . This module provides this possibility.


Impressum
Linux is a registered trademark of Linus Torvalds