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 Debian Archiv squeeze (main)
Version0.05-1
Sektionperl
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonperl (>= 5.6.0-16), libxml-parser-perl, libxml-sax-expat-perl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße8444 Byte
Prüfsumme MD505af5cdaf3fd054fefc6470d161c689e
Prüfsumme SHA19859019b9959cb9bd02cd5706155edea15f37237
Prüfsumme SHA2568c509fca4862524c251a634630ff1d005f01ea98c66b14df5ff41955045acf1a
Link zum Herunterladenlibxml-sax-expat-incremental-perl_0.05-1_all.deb
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