The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "XML::Parser::Expat"

XML::Parser::Expat - Lowlevel access to James Clark's expat XML parser River stage four • 147 direct dependents • 1319 total dependents

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.47 - 29 Dec 2023 00:31:09 UTC - Search in distribution

XML::Parser::Expat::Dispatched - Automagically dispatches subs to XML::Parser::Expat handlers River stage zero No dependents

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 - Search in distribution

XML::SAX::Expat - SAX2 Driver for Expat (XML::Parser) River stage three • 7 direct dependents • 658 total dependents

This is an implementation of a SAX2 driver sitting on top of Expat (XML::Parser) which Ken MacLeod posted to perl-xml and which I have updated. It is still incomplete, though most of the basic SAX2 events should be available. The SAX2 spec is current...

BJOERN/XML-SAX-Expat-0.51 - 21 Jan 2014 01:50:43 UTC - Search in distribution

SVG::Parser::Expat - XML Expat Parser for SVG documents River stage one • 6 direct dependents • 6 total dependents

SVG::Parser::Expat is the Expat-specific parser module used by SVG::Parser when an underlying XML::Parser-based parser is selected. It may also be used directly, as shown in the synopsis above. Use SVG::Parser to retain maximum flexibility as to whic...

PETERW/SVG-Parser-1.03 - 30 Mar 2008 22:26:44 UTC - Search in distribution

Alien::Expat - Find or install the Expat stream-oriented XML parser River stage zero No dependents

This module can be used as a prereq for XS or FFI modules that need expat. For more detail on how to use this module you can see the Alien::Build user documentation at Alien::Build::Manual::AlienUser....

PLICEASE/Alien-Expat-0.04 - 08 Oct 2022 22:08:46 UTC - Search in distribution

App::Info::Lib::Expat - Information about the Expat XML parser River stage one • 1 direct dependent • 2 total dependents

App::Info::Lib::Expat supplies information about the Expat XML parser installed on the local system. It implements all of the methods defined by App::Info::Lib. Methods that trigger events will trigger them only the first time they're called (See App...

DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC - Search in distribution

Font::TTF::XMLparse - provides support for XML parsing. Requires Expat module XML::Parser::Expat River stage two • 6 direct dependents • 52 total dependents

This module contains the support routines for parsing XML and generating the Truetype font structures as a result. The module has been separated from the rest of the package in order to reduce the dependency that this would bring, of the whole packag...

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC - Search in distribution

SOAP::WSDL::Expat::Base - Base class for XML::Parser::Expat based XML parsers River stage one • 7 direct dependents • 7 total dependents

Base class for XML::Parser::Expat based XML parsers. All XML::SAX::Expat based parsers in SOAP::WSDL inherit from this class....

SWALTERS/SOAP-WSDL-3.004 - 20 Jan 2020 16:43:52 UTC - Search in distribution

XML::SAX::ExpatXS - Perl SAX 2 XS extension to Expat parser River stage one • 4 direct dependents • 4 total dependents

XML::SAX::ExpatXS is a direct XS extension to Expat XML parser. It implements Perl SAX 2.1 interface. See http://perl-xml.sourceforge.net/perl-sax/ for Perl SAX API description. Any deviations from the Perl SAX 2.1 specification are considered as bug...

PCIMPRICH/XML-SAX-ExpatXS-1.33 - 26 Oct 2012 07:55:01 UTC - Search in distribution

YAX - Yet Another XML library River stage zero No dependents

YAX is a fast pure Perl XML library for easily parsing, constructing, querying and manipulating XML. Simple benchmarks have shown that it is substantially faster than XML::DOM::Parser which uses Expat internally (which is written in C), see "PERFORMA...

RHUNDT/YAX-0.03 - 08 Jan 2010 11:31:00 UTC - Search in distribution

XML::SAX::ExpatNB - A nonblocking filehandle oriented XML::SAX parser, and a namespace consistency link, from XML::Parser::ExpatNB to XML::SAX::Expat::Incremental. River stage zero No dependents

XML::Parser::Expat has a variation, called XML::Parser::ExpatNB which is rather stupidly named, IMHO. It's a useful module, though, and in case you got here from there looking for an XML::SAX based wrapper for it, then one exists, but is not named XM...

NUFFIN/XML-SAX-ExpatNB-0.01 - 08 Jan 2005 23:49:10 UTC - Search in distribution

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 - Search in distribution

XML::DOM::Lite - Lite Pure Perl XML DOM Parser Kit River stage one • 1 direct dependent • 2 total dependents

XML::DOM::Lite is designed to be a reasonably fast, highly portable, XML parser kit written in pure perl, implementing the DOM standard quite closely. To keep performance up and footprint down. The standard pattern for using the XML::DOM::Lite parser...

RHUNDT/XML-DOM-Lite-0.16 - 02 Jun 2017 19:38:43 UTC - Search in distribution

RDFStore::Parser::SiRPAC - This module implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat(3) River stage zero No dependents

This module implements a Resource Description Framework (RDF) *streaming* parser completely in Perl using the XML::Parser::Expat(3) module. The actual RDF parsing happens using an instance of XML::Parser::Expat with Namespaces option enabled and star...

AREGGIORI/RDFStore-0.51 - 19 Jun 2006 10:23:19 UTC - Search in distribution

XML::DOM::Parser - An XML::Parser that builds XML::DOM document structures River stage two • 35 direct dependents • 56 total dependents

XML::DOM::Parser extends XML::Parser The XML::Parser module was written by Clark Cooper and is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser parses XML strings or files and build...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC - Search in distribution
  • XML::DOM - A perl module for building DOM Level 1 compliant document structures
  • XML::DOM::Document - An XML document node in XML::DOM

XML::DOM::Parser - An XML::Parser that builds XML::DOM document structures River stage zero No dependents

XML::DOM::Parser extends XML::Parser The XML::Parser module was written by Clark Cooper and is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser parses XML strings or files and build...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC - Search in distribution

XML::SAX::Expat::Incremental - XML::SAX::Expat subclass for non-blocking (incremental) parsing, with "XML::Parser::ExpatNB Methods" in XML::Parser::ExpatNB|XML::Parser::Expat. River stage one • 1 direct dependent • 1 total dependent

Most XML parsers give a callback interface within an encapsulated loop. That is, you call $p->parse_whatever($whatever); And eventually, when $whatever is depleted by the parser, "$p->parse" will return. Sometimes you don't want the parser to control...

NUFFIN/XML-SAX-Expat-Incremental-0.05 - 18 Sep 2007 04:58:16 UTC - Search in distribution

XML::Snap - Makes simple XML tasks a snap! River stage zero No dependents

MICHAEL/XML-Snap-0.04 - 27 May 2014 08:49:07 UTC - Search in distribution

XML::XQL - A perl module for querying XML tree structures with XQL River stage zero No dependents

The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: <http://www.w3.org/TandS/QL/QL98/pp/xql.html> Most of the contents related to the XQL syntax can also...

TJMATHER/XML-XQL-0.68 - 16 Jan 2003 21:59:00 UTC - Search in distribution

pmall - show all installed versions and descs River stage one • 1 direct dependent • 1 total dependent

This program runs through all your installed modules and tells you what they're for and what version number they are at. The following options are honored: -v give debug info -w warn about missing descriptions on modules -a include relative paths -s ...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC - Search in distribution
  • pmdesc - print out version and whatis description of perl modules
85 results (0.09 seconds)