| Paketname | libxml-handler-trees-perl |
| Beschreibung | Perl module for building tree structures using PerlSAX handlers |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.02-6 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 88 Byte |
| Hängt ab von | perl |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Developers |
| Quelle | |
| Paketgröße | 15474 Byte |
| Prüfsumme MD5 | aabfeccf758ad905805008f276cbe59d |
| Prüfsumme SHA1 | a6dd324e035cffc8d36249594a2fb370d1248663 |
| Prüfsumme SHA256 | 3dd95b5fd8530137e349a6cccd01d7dec1fc65cccf0a160af500644168fe7634 |
| Link zum Herunterladen | libxml-handler-trees-perl_0.02-6_all.deb |
| Ausführliche Beschreibung | The 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.
|