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

Search results for "module:XML::Mini"

XML::Mini - Perl implementation of the XML::Mini XML create/parse interface. River stage one • 3 direct dependents • 3 total dependents

XML::Mini is a set of Perl classes that allow you to access XML data and create valid XML output with a tree-based hierarchy of elements. The MiniXML API has both Perl and PHP implementations. It provides an easy, object-oriented interface for manipu...

PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 UTC

XML::Mini::Element - Perl implementation of the XML::Mini Element API. River stage one • 3 direct dependents • 3 total dependents

Although the main handle to the xml document is the XML::Mini::Document object, much of the functionality and manipulation involves interaction with Element objects. A Element has: - a name - a list of 0 or more attributes (which have a name and a va...

PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 UTC

XML::Mini::Document - Perl implementation of the XML::Mini Document API. River stage one • 3 direct dependents • 3 total dependents

The XML::Mini::Document class is the programmer's handle to XML::Mini functionality. A XML::Mini::Document instance is created in every program that uses XML::Mini. With the XML::Mini::Document object, you can access the root XML::Mini::Element, find...

PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 UTC

XML::Mini::TreeComponent - Perl implementation of the XML::Mini TreeComponent API. River stage one • 3 direct dependents • 3 total dependents

This class is only to be used as a base class for others. It presents the minimal interface we can expect from any component in the XML hierarchy. All methods of this base class simply return NULL except a little default functionality included in the...

PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 UTC

XML::Mini::Element::CData River stage one • 3 direct dependents • 3 total dependents

The XML::Mini::Element::CData is used internally to represent <![CDATA [ CONTENTS ]]>. You shouldn't need to use it directly, see XML::Mini::Element's cdata() method....

PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 UTC

XML::Mini::Element::Entity River stage one • 3 direct dependents • 3 total dependents

The XML::Mini::Element::Entity is used internally to represent <!ENTITY name "stuff">. You shouldn't need to use it directly, see XML::Mini::Element's entity() method....

PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 UTC

XML::Mini::Element::Header River stage one • 3 direct dependents • 3 total dependents

The XML::Mini::Element::Header is used internally to represent <? xml blah="hohoho" ?> type headers. You shouldn't need to use it directly, see XML::Mini::Element's header() method....

PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 UTC

XML::Mini::Element::Comment River stage one • 3 direct dependents • 3 total dependents

The XML::Mini::Element::Comment is used internally to represent <!-- comments -->. You shouldn't need to use it directly, see XML::Mini::Element's comment() method....

PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 UTC

XML::Mini::Element::DocType River stage one • 3 direct dependents • 3 total dependents

The XML::Mini::Element::DocType is used internally to represent <!DOCTYPE bla bla [ ... ]>. You shouldn't need to use it directly, see XML::Mini::Element's docType() method....

PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 UTC

lib/XML/Mini/Node.pm River stage one • 3 direct dependents • 3 total dependents

PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 UTC

XML::miniXQL - Module for doing stream based XML queries River stage zero No dependents

This module provides a simplistic XQL like search engine for XML files. It only supports a subset of XQL, because it does all it's searching on streams, not on the document as a whole (unlike XML::XQL). For this reason, only ancestor relationships ar...

MSERGEANT/XML-miniXQL-0.04 - 16 Jun 1999 10:46:13 UTC

Parser/Parser.pm River stage zero No dependents

MSERGEANT/XML-miniXQL-0.04 - 16 Jun 1999 10:46:13 UTC

XML::MyXML - A simple-to-use XML module, for parsing and creating XML documents River stage zero No dependents

KARJALA/XML-MyXML-1.08 - 19 Oct 2021 09:52:41 UTC

XML::Minifier - A configurable XML minifier. River stage zero No dependents

CONTRA/XML-Minifier-1.02 - 28 Mar 2020 17:42:20 UTC

XML::SAX::ByRecord - Record oriented processing of (data) documents River stage zero No dependents

XML::SAX::ByRecord is a SAX machine that treats a document as a series of records. Everything before and after the records is emitted as-is while the records are excerpted in to little mini-documents and run one at a time through the filter pipeline ...

PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 UTC

RPC::XML::Procedure - Object encapsulation of server-side RPC procedures River stage two • 37 direct dependents • 50 total dependents

The RPC::XML::Procedure package is designed primarily for behind-the-scenes use by the RPC::XML::Server class and any subclasses of it. It is documented here in case a project chooses to sub-class it for their purposes (which would require setting th...

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC
16 results (0.025 seconds)