Base class SAX Drivers and Filters
This module has a very simple task - to be a base class for PerlSAX drivers
and filters. It's default behaviour is to pass the input directly to the
output unchanged. It can be useful to use this module as a base class so
you don't have to, for example, implement the characters() callback.
The main advantages that it provides are easy dispatching of events the
right way (ie it takes care for you of checking that the handler has
implemented that method, or has defined an AUTOLOAD), and the guarantee
that filters will pass along events that they aren't implementing to
handlers downstream that might nevertheless be interested in them.
- Sources inherited from project openSUSE:Leap:15.2:Rings:1-MinimalX
- Links to openSUSE:Leap:15.2 / perl-XML-SAX-Base
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2:Staging:B/perl-XML-SAX-Base && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
XML-SAX-Base-1.09.tar.gz | 0000028215 27.6 KB | |
cpanspec.yml | 0000000669 669 Bytes | |
perl-XML-SAX-Base.changes | 0000001402 1.37 KB | |
perl-XML-SAX-Base.spec | 0000002287 2.23 KB |
Latest Revision
Yuchen Lin (maxlin_factory)
committed
(revision 26)
update _link
Comments 0