Search results for "module:XML::LibXML::SAX::Builder"
XML::SAX::IncrementalBuilder::LibXML - create DOM fragments from SAX events
This module builds on XML::LibXML::SAX::Builder to build DOM fragments from SAX events. Instead of (or in addition to) creating a complete DOM tree, it splits up the document into chunks based on the depth they are in the tree....
MARTIJN/XML-SAX-IncrementalBuilder-LibXML-0.02 - 29 Jul 2008 13:15:56 UTC
XML::XPath::Builder - SAX handler for building an XPath tree
"XML::XPath::Builder" is a SAX handler for building an XML::XPath tree. "XML::XPath::Builder" is used by creating a new instance of "XML::XPath::Builder" and providing it as the Handler for a SAX parser. Calling `"parse()"' on the SAX parser will ret...
MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC
XML::Bare - Minimal XML parser implemented via a C state engine
This module is a 'Bare' XML parser. It is implemented in C. The parser itself is a simple state engine that is less than 500 lines of C. The parser builds a C struct tree from input text. That C struct tree is converted to a Perl hash by a Perl funct...
CODECHILD/XML-Bare-0.53 - 12 Jul 2013 15:44:20 UTC
XML::Grove - Perl-style XML objects
XML::Grove is a tree-based object model for accessing the information set of parsed or stored XML, HTML, or SGML instances. XML::Grove objects are Perl hashes and arrays where you access the properties of the objects using normal Perl syntax: $text =...
KMACLEOD/XML-Grove-0.46alpha - 09 Sep 1999 23:06:59 UTC
XML::Twig - A perl module for processing huge XML documents in tree mode.
This module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...
MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC
XML::Struct::Writer - Write XML data structures to XML streams
This module writes an XML document, given as XML::Struct data structure, as stream of "SAX EVENTS". The default handler receives these events with XML::LibXML::SAX::Builder to build a DOM tree which can then be used to serialize the XML document as s...
VOJ/XML-Struct-0.27 - 08 Jun 2018 22:43:27 UTC
XML::Generator::XMPP - easily create XMPP packets
XML::Generator::XMPP uses XML::SAX::IncrementalBuilder::LibXML and XML::LibXML::XPathContext to create XML nodes for the XMPP packets you want to send. As you can see in the synopsis, you use start(), end() and nodes() to describe what nodes to creat...
MARTIJN/XML-Generator-XMPP-0.02 - 30 Aug 2008 12:26:14 UTC
XML::Filter::DOMFilter::LibXML - SAX Filter allowing DOM processing of selected subtrees
This module provides a compromise between SAX and DOM processing by allowing to use DOM API to process only reasonably small parts of an XML document. It works as a SAX filter temporarily building small DOM trees around parts selected by given XPath ...
CHOROBA/XML-Filter-DOMFilter-LibXML-0.04 - 05 Nov 2015 00:35:51 UTC