1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: libxml-handler-trees-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-handler-trees-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-handler-trees-perl.git
Homepage: https://metacpan.org/release/XML-Handler-Trees
Package: libxml-handler-trees-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Multi-Arch: foreign
Description: Perl module for building tree structures using PerlSAX handlers
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.
|