Search results for "module:XML::Parser"
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::DTD::Parser - Perl module for parsing XML DTDs
XML::DTD::Parser is a support module for top level parsing of an XML DTD. The following methods are provided. new my $dp = new XML::DTD::Parser [ ($val) ]; Construct a new XML::DTD::Parser object. The parser will be validating, and hence will make pa...
WOHL/XML-DTD-0.11 - 09 Aug 2013 18:11:59 UTC
RPC::XML::Parser - Interface for parsers created by RPC::XML::ParserFactory
The RPC::XML::Parser class encapsulates the interface for the parsing process. It is an empty class that is used in conjuntion with the RPC::XML::ParserFactory class. All parser implementations that are intended to be returned by calls to RPC::XML::P...
RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC
ODO::Parser::XML - Parser for statements serialized to RDF/XML
RDF/XML parser that implements the ODO::Parser interface....
EKAWAS/PLUTO-0.30 - 12 May 2011 23:49:49 UTC
XML::Parser::REX - XML Shallow Parsing with Regular Expressions
JHIVER/XML-Parser-REX-1.01
-
27 Apr 2012 03:23:41 UTC
XML::RSS::Parser - A liberal object-oriented parser for RSS feeds.
XML::RSS::Parser is a lightweight liberal parser of RSS feeds. This parser is "liberal" in that it does not demand compliance of a specific RSS version and will attempt to gracefully handle tags it does not expect or understand. The parser's only req...
TIMA/XML-RSS-Parser-4.0 - 18 Nov 2005 18:33:44 UTC
XML::XOXO::Parser - A parser for Extensible Open XHTML Outlines (XOXO) markup.
TIMA/XML-XOXO-0.034
-
15 Apr 2005 17:24:56 UTC
XML::DOM2::Parser - Sax based xml parser for XML::DOM2
This parser was constructed using XML::SAX::PurePerl which Was known at the time to lack a number of calls which where important for dealing with things like document type and text formating and xml decls. hopfully in the future this will be fixed an...
DOCTORMO/XML-DOM2-0.06 - 29 Nov 2007 15:57:28 UTC
MARC::Parser::XML - Parser for MARC XML records
MARC::Parser::XML is a lightweight, fault tolerant parser for MARC XML records. Tags, indicators and subfield codes are not validated against the MARC standard. The resulting data structure is optimized for usage with the Catmandu data tool kit....
JOROL/MARC-Parser-XML-0.03 - 14 Feb 2018 16:49:09 UTC
XML::Parser::Lite - Lightweight pure-perl XML Parser (based on regexps)
This module implements an XML parser with a interface similar to XML::Parser. Though not all callbacks are supported, you should be able to use it in the same way you use XML::Parser. Due to using experimental regexp features it'll work only on Perl ...
PHRED/XML-Parser-Lite-0.722 - 20 Aug 2018 03:26:10 UTC
Kite::XML::Parser - XML parser for kite related markup
This is a simple stack based parser built around the XML::Parser module. It parses XML text and instantiates Kite::XML::Node::* objects as it identifies various elements in the markup. These are automatically constructed into a tree (a.k.a 'grove'). ...
ABW/Kite-0.4 - 28 Feb 2001 15:12:52 UTC
XML::Checker::Parser - an XML::Parser that validates at parse time
XML::Checker::Parser extends XML::Parser I hope the example in the SYNOPSIS says it all, just use XML::Checker::Parser as if it were an XML::Parser. See XML::Parser for the supported (expat) options. You can also derive your parser from XML::Checker:...
ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC
XML::Parser::Wrapper - A simple object wrapper around XML::Parser
XML::Parser::Wrapper provides a simple object around XML::Parser to make it more convenient to deal with the parse tree returned by XML::Parser. For a list of changes in recent versions, see the documentation for XML::Parser::Wrapper::Changes....
DOWENS/XML-Parser-Wrapper-0.15 - 18 May 2010 14:42:01 UTC
XML::Parser::Nodes - Extends XML::Parser
When XML::Parser::parse is used without callback functions, the returned object can get pretty hairy for complex objects. XML::Parser::Nodes provides methods to access that object's internals as a sequence of nodes. XML::Parser::Nodes also has a cons...
TQISJIM/XML-Parser-Nodes-0.08 - 30 Apr 2013 04:00:06 UTC
XML::Parser::Expat - Lowlevel access to James Clark's expat XML parser
This module provides an interface to James Clark's XML parser, expat. As in expat, a single instance of the parser can only parse one document. Calls to parsestring after the first for a given instance will die. Expat (and XML::Parser::Expat) are eve...
TODDR/XML-Parser-2.46 - 24 Sep 2019 05:29:52 UTC
XML::Stream::Parser - SAX XML Parser for XML Streams
This module provides a very light weight parser...
DAPATRICK/XML-Stream-1.24 - 22 Dec 2014 20:20:19 UTC