mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
6bcd0ca16e
Base class SAX Drivers and Filters PR: 34205 Submitted by: Seamus Venasse <svenasse@polaris.ca>
9 lines
383 B
Plaintext
9 lines
383 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/search?dist=XML-SAX-Base
|
|
|
|
Seamus Venasse <svenasse@polaris.ca>
|