Search results for "module:XML::Handler::Subs"
XML::Handler::Subs - a PerlSAX handler base class for calling user-defined subs
"XML::Handler::Subs" is a base class for PerlSAX handlers. "XML::Handler::Subs" is subclassed to implement complete behavior and to add element-specific handling. Each time an element starts, a method by that name prefixed with `s_' is called with th...
KMACLEOD/libxml-perl-0.08 - 21 Aug 2004 02:34:03 UTC
XML::Parser - A perl module for parsing XML documents
This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is...
TODDR/XML-Parser-2.46 - 24 Sep 2019 05:29:52 UTC
XML::Rules - parse XML and specify what and how to keep/process for individual tags
JENDA/XML-Rules-1.16
-
13 Dec 2012 21:20:26 UTC
DBIx::XML::DataLoader
DBIx::XML::DataLoader contains a set of modules that are meant to work together. DBIx::XML::DataLoader.pm the core for this package DB.pm which contains the sql specific stuff MapIt.pm handles parsing the xml mapping file IsDefined.pm a simple module...
CBERNING/DBIx-XML-DataLoader-1.1b - 04 Nov 2002 12:11:55 UTC
XML::Handler::XMLWriter - a PerlSAX handler for writing readable XML
"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::Parser::Style::Subs - glue for handling element callbacks
Each time an element starts, a sub by that name in the package specified by the Pkg option is called with the same parameters that the Start handler gets called with. Each time an element ends, a sub with that name appended with an underscore ("_"), ...
TODDR/XML-Parser-2.46 - 24 Sep 2019 05:29:52 UTC
XML::Parser::Expat::Dispatched - Automagically dispatches subs to XML::Parser::Expat handlers
This package provides a "new" method that produces some dispatch methods for "set_handlers" in XML::Parser::Expat. If you were using XML::Parser::Expat for parsing your XML, you'd probably end up with something like this: use XML::Parser::Expat; my $...
PATPATPAT/XML-Parser-Expat-Dispatched-0.952 - 07 Nov 2013 02:57:45 UTC