Base class SAX Drivers and Filters

Edit Package perl-XML-SAX-Base

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.

Refresh
Refresh
Source Files
Filename Size Changed
XML-SAX-Base-1.08.tar.gz 0000028197 27.5 KB
perl-XML-SAX-Base.changes 0000001042 1.02 KB
perl-XML-SAX-Base.spec 0000002423 2.37 KB
Revision 4 (latest revision is 10)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 92066 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 4)
- update to 1.08
  - rename BuildSAXBase.PL => BuildSAXBase.pl
  - add link to Perl SAX API Reference
  - modify BuildSAXBase.PL to include version stanzas when run manually
  - make BuildSAXBase.PL harmless unless run with --force option

- fixed typos in perl-XML-SAX-Base.spec
Comments 0
openSUSE Build Service is sponsored by