Search results for "module:XML::Parser::Style::Subs"
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::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
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
Data::Edit::Xml - Edit data held in the XML format.
Edit data held in the XML format. Version 20201031. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....
PRBRENAN/Data-Edit-Xml-20201031 - 31 Oct 2020 23:42:40 UTC
XML::Parser::Style::Stream - Stream style for XML::Parser
This style uses the Pkg option to find subs in a given package to call for each event. If none of the subs that this style looks for is there, then the effect of parsing with this style is to print a canonical copy of the document without comments or...
TODDR/XML-Parser-2.46 - 24 Sep 2019 05:29:52 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