Name : perl-XML-SAX-Machines
| |
Version : 0.46
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 5.3
| Date : 2015-02-07 20:24:45
|
Group : Development/Libraries/Perl
| Source RPM : perl-XML-SAX-Machines-0.46-5.3.src.rpm
|
Size : 0.19 MB
| |
Packager : (none)
| |
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/openSUSE_13.2/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(XML::Filter::Distributor)
perl(XML::Filter::DocSplitter)
perl(XML::Filter::Merger)
perl(XML::Filter::Tee)
perl(XML::SAX::ByRecord)
perl(XML::SAX::EventMethodMaker)
perl(XML::SAX::Machine)
perl(XML::SAX::Machine::Part)
perl(XML::SAX::Machines)
perl(XML::SAX::Machines::ConfigDefaults)
perl(XML::SAX::Machines::ConfigHelper)
perl(XML::SAX::Machines::SiteConfig)
perl(XML::SAX::Manifold)
perl(XML::SAX::Pipeline)
perl(XML::SAX::Tap)
perl-XML-SAX-Machines
Requires :