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::LibXML::SAX::Builder"

lib/XML/LibXML/SAX/Builder.pm River stage three • 460 direct dependents • 921 total dependents

SHLOMIF/XML-LibXML-2.0210 - 24 Jan 2024 15:19:39 UTC

XML::SAX::IncrementalBuilder::LibXML - create DOM fragments from SAX events River stage one • 2 direct dependents • 2 total dependents

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 River stage three • 70 direct dependents • 315 total dependents

"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 River stage two • 11 direct dependents • 20 total dependents

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::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 83 direct dependents • 252 total dependents

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::Grove - Perl-style XML objects River stage zero No dependents

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::Struct::Writer - Write XML data structures to XML streams River stage two • 6 direct dependents • 19 total dependents

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 River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

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
9 results (0.205 seconds)