The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:XML::DOM::PerlSAX"

XML::DOM::PerlSAX - Old name of XML::Handler::BuildDOM River stage zero No dependents

XML::DOM::PerlSAX was renamed to XML::Handler::BuildDOM to comply with naming conventions for PerlSAX filters/handlers. For backward compatibility, this package will remain in existence (it simply includes XML::Handler::BuildDOM), but it will print a...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC

XML::DOM::PerlSAX - Old name of XML::Handler::BuildDOM River stage two • 35 direct dependents • 55 total dependents

XML::DOM::PerlSAX was renamed to XML::Handler::BuildDOM to comply with naming conventions for PerlSAX filters/handlers. For backward compatibility, this package will remain in existence (it simply includes XML::Handler::BuildDOM), but it will print a...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC

Xerces.pm River stage one • 2 direct dependents • 2 total dependents

JASONS/XML-Xerces-2.7.0-0 - 15 Mar 2006 09:09:56 UTC

XML::Handler::BuildDOM - PerlSAX handler that creates XML::DOM document structures River stage zero No dependents

XML::Handler::BuildDOM creates XML::DOM document structures (i.e. XML::DOM::Document) from PerlSAX events. This class used to be called XML::PerlSAX::DOM prior to libxml-enno 1.0.1. CONSTRUCTOR OPTIONS The XML::Handler::BuildDOM constructor supports ...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC

XML::Handler::BuildDOM - PerlSAX handler that creates XML::DOM document structures River stage two • 35 direct dependents • 55 total dependents

XML::Handler::BuildDOM creates XML::DOM document structures (i.e. XML::DOM::Document) from PerlSAX events. This class used to be called XML::PerlSAX::DOM prior to libxml-enno 1.0.1. CONSTRUCTOR OPTIONS The XML::Handler::BuildDOM constructor supports ...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage two • 35 direct dependents • 55 total dependents

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage zero No dependents

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC

XML::XPath::PerlSAX - A PerlSAX event generator for my weird node structure River stage three • 70 direct dependents • 315 total dependents

This module generates PerlSAX events to pass to a PerlSAX handler such as XML::DOM::PerlSAX. It operates specifically on my weird tree format. Unfortunately SAX doesn't seem to cope with namespaces, so these are lost completely. I believe SAX2 is doi...

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::Axk::SAX::BuildDOM2 - PerlSAX handler that creates XML::DOM document structures River stage zero No dependents

XML::Handler::BuildDOM creates XML::DOM document structures (i.e. XML::DOM::Document) from PerlSAX events. This class used to be called XML::PerlSAX::DOM prior to libxml-enno 1.0.1. CONSTRUCTOR OPTIONS The XML::Handler::BuildDOM constructor supports ...

CXW/XML-Axk-0.001009 - 26 Apr 2019 12:51:32 UTC

XML::Records - Perlish record-oriented interface to XML River stage one • 1 direct dependent • 1 total dependent

XML::Records provides a single interface for processing XML data on a stream-oriented, tree-oriented, or record-oriented basis. A subclass of XML::TokeParser, it adds methods to read "records" and tree fragments from XML documents. In many documents,...

EBOHLMAN/XML-Records-0.12 - 05 Nov 2001 18:29:39 UTC

XML::Checker - A perl module for validating XML River stage zero No dependents

XML::Checker can be used in different ways to validate XML. See the manual pages of XML::Checker::Parser and XML::DOM::ValParser for more information. This document only describes common topics like error handling and the XML::Checker class itself. W...

TJMATHER/XML-Checker-0.13 - 11 Sep 2002 21:07:18 UTC

XML::Checker - A perl module for validating XML River stage zero No dependents

XML::Checker can be used in different ways to validate XML. See the manual pages of XML::Checker::Parser and XML::DOM::ValParser for more information. This document only describes common topics like error handling and the XML::Checker class itself. W...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC

XML::Handler::XMLWriter - a PerlSAX handler for writing readable XML River stage two • 8 direct dependents • 66 total dependents

"XML::Handler::XMLWriter" is a PerlSAX handler for writing readable XML (in contrast to Canonical XML, for example). XML::Handler::XMLWriter can be used with a parser to reformat XML, with XML::DOM or XML::Grove to write out XML, or with other PerlSA...

KMACLEOD/libxml-perl-0.08 - 21 Aug 2004 02:34:03 UTC

XML::SAX::Base - Base class SAX Drivers and Filters River stage four • 37 direct dependents • 1647 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::Filter::SAXT - Replicates SAX events to several SAX event handlers River stage zero No dependents

SAXT is like the Unix 'tee' command in that it multiplexes the input stream to several output streams. In this case, the input stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and the output streams are PerlSAX handlers or filters. The ...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC

XML::XPath::Node - internal representation of a node River stage three • 70 direct dependents • 315 total dependents

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::Filter::SAXT - Replicates SAX events to several SAX event handlers River stage zero No dependents

SAXT is like the Unix 'tee' command in that it multiplexes the input stream to several output streams. In this case, the input stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and the output streams are PerlSAX handlers or filters. The ...

TJMATHER/XML-Filter-SAXT-0.01 - 26 Aug 2001 15:57:34 UTC

XML::Filter::Hekeln - a SAX stream editor River stage zero No dependents

XML::Filter::Hekeln is a sophisticated SAX stream editor. Hekeln is a SAX filter. This means that you can use a Hekeln object as a Handler to act on events, and to produce SAX events as a driver for the next handler in the chain. The name Hekeln soun...

KRAEHE/XML-Filter-Hekeln-0.06 - 08 Aug 2002 15:24:06 UTC

XML::NamespaceSupport - A simple generic namespace processor River stage four • 14 direct dependents • 1633 total dependents

This module offers a simple to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides a number of basic checks. The model for this module is SAX2's Name...

PERIGRIN/XML-NamespaceSupport-1.12 - 30 Mar 2017 20:51:31 UTC

XML::Filter::Reindent - Reformats whitespace for pretty printing XML River stage zero No dependents

XML::Filter::Reindent is a sub class of XML::Filter::DetectWS. XML::Filter::Reindent can be used as a PerlSAX filter to reformat an XML document before sending it to a PerlSAX handler that prints it (like XML::Handler::Composer.) Like XML::Filter::De...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC
22 results (0.051 seconds)