Name : perl-XML-SAX-Machines
| |
Version : 0.46
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.5.1
| Date : 2023-01-27 17:00:56
|
Group : Development/Libraries/Perl
| Source RPM : perl-XML-SAX-Machines-0.46-lp154.5.1.src.rpm
|
Size : 0.18 MB
| |
Packager : https://www_suse_com/
| |
Summary : Manage collections of SAX processors
|
Description :
SAX machines are a way to gather and manage SAX processors without going nuts. Or at least without going completely nuts. Individual machines can also be like SAX processors; they don\'t need to parse or write anything:
my $w = XML::SAX::Writer->new( Output => \\*STDOUT ); my $m = Pipeline( \"My::Filter1\", \"My::Filter2\", { Handler => $w } ); my $p = XML::SAX::ParserFactory->new( handler => $p );
More documentation to come; see the XML::SAX::Pipeline manpage, the XML::SAX::Manifold manpage, and the XML::SAX::Machine manpage for now.
Here are the machines this module knows about:
ByRecord Record oriented processing of documents. L< XML::SAX::ByRecord>
Machine Generic \"directed graph of SAX processors\" machines. L< XML::SAX::Machine>
Manifold Multipass document processing L< XML::SAX::Manifold>
Pipeline A linear sequence of SAX processors L< XML::SAX::Pipeline>
Tap An insertable pass through that examines the events without altering them using SAX processors. L< XML::SAX::Tap>
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-X/15.4/noarch |