The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:XML::Sax"

XML::SAX - Simple API for XML River stage four • 64 direct dependents • 1613 total dependents

XML::SAX is a SAX parser access API for Perl. It includes classes and APIs required for implementing SAX drivers, along with a factory class for returning any SAX parser installed on the user's system....

GRANTM/XML-SAX-1.02 - 14 Jun 2019 02:18:34 UTC

XML::SAX::Writer::XML - XML::SAX::Writer's SAX Handler River stage two • 24 direct dependents • 33 total dependents

......

PERIGRIN/XML-SAX-Writer-0.57 - 17 Jul 2017 19:04:57 UTC

XML::SAX::Base - Base class SAX Drivers and Filters River stage four • 37 direct dependents • 1638 total dependents

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 examp...

GRANTM/XML-SAX-Base-1.09 - 03 Apr 2017 09:00:25 UTC

XML::SAX::Tap - Tap a pipeline of SAX processors River stage zero No dependents

XML::SAX::Tap is a SAX machine that passes each event it receives on to a brach handler and then on down to it's main handler. This allows debugging output, logging output, validators, and other processors (and machines, of course) to be placed in a ...

PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 UTC

Test::XML::SAX - Test XML::SAX handlers River stage two • 37 direct dependents • 71 total dependents

This module is for testing XML::SAX handlers....

SEMANTICO/Test-XML-0.08 - 02 Jul 2009 06:12:12 UTC

XML::SAX::Machine - Manage a collection of SAX processors River stage zero No dependents

WARNING: This API is alpha!!! It *will* be changing. A generic SAX machine (an instance of XML::SAX::Machine) is a container of SAX processors (referred to as "parts") connected in arbitrary ways. Each parameter to "Machine()" (or "XML::SAX::Machine-...

PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 UTC

XML::SAX::Builder - build XML documents using SAX River stage zero No dependents

This module is a set of classes to allow easy construction of XML documents, in particular in association with an XML::SAX pipeline. The default is to output the XML to stdout, although this is easily changed....

SEMANTICO/XML-SAX-Builder-0.02 - 24 Apr 2003 13:04:07 UTC

XML::SAX::Expat - SAX2 Driver for Expat (XML::Parser) River stage three • 7 direct dependents • 658 total dependents

This is an implementation of a SAX2 driver sitting on top of Expat (XML::Parser) which Ken MacLeod posted to perl-xml and which I have updated. It is still incomplete, though most of the basic SAX2 events should be available. The SAX2 spec is current...

BJOERN/XML-SAX-Expat-0.51 - 21 Jan 2014 01:50:43 UTC

XML::SAX::Simple - SAX version of XML::Simple. River stage zero No dependents

"XML::SAX::Simple" is a very simple version of XML::Simple but for SAX.It can be used as a complete drop-in replacement for XML::Simple. See the documentation for XML::Simple for details....

MANWAR/XML-SAX-Simple-0.08 - 28 Nov 2016 11:20:02 UTC

XML::SAX::ExpatXS - Perl SAX 2 XS extension to Expat parser River stage one • 4 direct dependents • 4 total dependents

XML::SAX::ExpatXS is a direct XS extension to Expat XML parser. It implements Perl SAX 2.1 interface. See http://perl-xml.sourceforge.net/perl-sax/ for Perl SAX API description. Any deviations from the Perl SAX 2.1 specification are considered as bug...

PCIMPRICH/XML-SAX-ExpatXS-1.33 - 26 Oct 2012 07:55:01 UTC

XML::SAX::ExpatNB - A nonblocking filehandle oriented XML::SAX parser, and a namespace consistency link, from XML::Parser::ExpatNB to XML::SAX::Expat::Incremental. River stage zero No dependents

XML::Parser::Expat has a variation, called XML::Parser::ExpatNB which is rather stupidly named, IMHO. It's a useful module, though, and in case you got here from there looking for an XML::SAX based wrapper for it, then one exists, but is not named XM...

NUFFIN/XML-SAX-ExpatNB-0.01 - 08 Jan 2005 23:49:10 UTC

XML::SAX::PurePerl - Pure Perl XML Parser with SAX2 interface River stage four • 64 direct dependents • 1613 total dependents

This module implements an XML parser in pure perl. It is written around the upcoming perl 5.8's unicode support and support for multiple document encodings (using the PerlIO layer), however it has been ported to work with ASCII/UTF8 documents under l...

GRANTM/XML-SAX-1.02 - 14 Jun 2019 02:18:34 UTC

XML::SAX::Pipeline - Manage a linear pipeline of SAX processors River stage zero No dependents

An XML::SAX::Pipeline is a linear sequence SAX processors. Events passed to the pipeline are received by the "Intake" end of the pipeline and the last filter to process events in the pipeline passes the events out the "Exhaust" to the filter set as t...

PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 UTC

XML::SAX::ByRecord - Record oriented processing of (data) documents River stage zero No dependents

XML::SAX::ByRecord is a SAX machine that treats a document as a series of records. Everything before and after the records is emitted as-is while the records are excerpted in to little mini-documents and run one at a time through the filter pipeline ...

PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 UTC

XML::SAX::Manifold - Multipass processing of documents River stage zero No dependents

XML::SAX::Manifold is a SAX machine that allows "multipass" processing of a document by sending the document through several channels of SAX processors one channel at a time. A channel may be a single SAX processor or a pipeline (see XML::SAX::Pipeli...

PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 UTC

XML::SAX::Machines - manage collections of SAX processors River stage zero No dependents

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( ...

PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 UTC

XML::SAX::Writer - SAX2 XML Writer River stage two • 24 direct dependents • 33 total dependents

Why yet another XML Writer ? A new XML Writer was needed to match the SAX2 effort because quite naturally no existing writer understood SAX2. My first intention had been to start patching XML::Handler::YAWriter as it had previously been my favourite ...

PERIGRIN/XML-SAX-Writer-0.57 - 17 Jul 2017 19:04:57 UTC

XML::SAX::Exception - Exception classes for XML::SAX River stage four • 37 direct dependents • 1638 total dependents

This module is the base class for all SAX Exceptions, those defined in the spec as well as those that one may create for one's own SAX errors. There are three subclasses included, corresponding to those of the SAX spec: XML::SAX::Exception::NotSuppor...

GRANTM/XML-SAX-Base-1.09 - 03 Apr 2017 09:00:25 UTC

XML::Directory::SAX - a subclass to generate SAX events River stage zero No dependents

PCIMPRICH/XML-Directory-1.00 - 26 Jan 2005 16:02:46 UTC

XML::Bare::SAX::Parser River stage zero No dependents

This module uses the 'Bare XML' parser from XML::Bare to generate Perl SAX calls. The parser itself is minimalistic and is a simle state engine written in ~500 lines of C. Supported XML The XML parser used in the module can parse standard XML cleanly...

CODECHILD/XML-Bare-SAX-Parser-0.01 - 03 Jul 2008 13:12:08 UTC
247 results (0.043 seconds)