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 "distribution:XML-Mini 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
10 results (0.033 seconds)