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-filter-saxt-perl
BeschreibungPerl module for replicating events to several event handlers
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.01-7
Sektionuniverse/perl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße8520 Byte
Prüfsumme MD598ab7d82eedd8fbc9ff21124d41a3e87
Prüfsumme SHA194a51e1d7375451d3fb24afa44cc477a0c82a964
Prüfsumme SHA2562aa214989d3d2df19cdd260a54d0edc8431435b51c0ee03175ef3f1dbaec8c69
Link zum Herunterladenlibxml-filter-saxt-perl_0.01-7_all.deb
Ausführliche BeschreibungThe XML::Filter::SAXT module is like the Unix 'tee' command in that it multiplexes the input stream to several output streams. In this case, the input stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and the output streams are PerlSAX handlers or filters. . The SAXT constructor takes a list of hash references. Each hash specifies an output handler. The hash keys can be: DocumentHandler, DTDHandler, EntityResolver or Handler, where Handler is a combination of the previous three and acts as the default handler. E.g. if DocumentHandler is not specified, it will try to use Handler.


Impressum
Linux is a registered trademark of Linus Torvalds