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-handler-trees-perl
BeschreibungPerl module for building tree structures using PerlSAX handlers
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.02-6
Sektionperl
Prioritätoptional
Installierte Größe88 Byte
Hängt ab vonperl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße15450 Byte
Prüfsumme MD515105df2b47929e8766042c8db10a857
Prüfsumme SHA164653c23f5c48e225ed40e147205d26abf1d384a
Prüfsumme SHA256c462a5f7f398af30ca93c8d214c1714d23188f7c087c4499d371d071300d0102
Link zum Herunterladenlibxml-handler-trees-perl_0.02-6_all.deb
Ausführliche BeschreibungThe XML::Handler::Trees module provides three PerlSAX handler classes for building tree structures. XML::Handler::Tree builds the same type of tree as the "Tree" style in XML::Parser. XML::Handler::EasyTree builds the same type of tree as the "EasyTree" style added to XML::Parser by XML::Parser::EasyTree. XML::Handler::TreeBuilder builds the same type of tree as Sean M. Burke's XML::TreeBuilder. These classes make it possible to construct these tree structures from sources other than XML::Parser. . All three handlers can be driven by either PerlSAX 1 or PerlSAX 2 drivers. In all cases, the end_document() method returns a reference to the constructed tree, which normally becomes the return value of the PerlSAX driver.


Impressum
Linux is a registered trademark of Linus Torvalds