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

Search results for "dist:XML-LibXML XML::Parser"

XML::LibXML::Parser - Parsing XML Data with XML::LibXML River stage three • 455 direct dependents • 913 total dependents

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

lib/XML/LibXML/SAX/Parser.pm River stage three • 455 direct dependents • 913 total dependents

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

LibXML.pm River stage three • 455 direct dependents • 913 total dependents

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

XML::LibXML::SAX - XML::LibXML direct SAX parser River stage three • 455 direct dependents • 913 total dependents

XML::LibXML provides an interface to libxml2 direct SAX interface. Through this interface it is possible to generate SAX events directly while parsing a document. While using the SAX parser XML::LibXML will not create a DOM Document tree. Such an int...

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

XML::LibXML::DOM - XML::LibXML DOM Implementation River stage three • 455 direct dependents • 913 total dependents

XML::LibXML provides a lightweight interface to *modify* a node of the document tree generated by the XML::LibXML parser. This interface follows as far as possible the DOM Level 3 specification. In addition to the specified functions, XML::LibXML sup...

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

XML::LibXML::Attr - XML::LibXML Attribute Class River stage three • 455 direct dependents • 913 total dependents

This is the interface to handle Attributes like ordinary nodes. The naming of the class relies on the W3C DOM documentation....

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

XML::LibXML::Reader - XML::LibXML::Reader - interface to libxml2 pull parser River stage three • 455 direct dependents • 913 total dependents

This is a perl interface to libxml2's pull-parser implementation xmlTextReader *http://xmlsoft.org/html/libxml-xmlreader.html*. This feature requires at least libxml2-2.6.21. Pull-parsers (such as StAX in Java, or XmlReader in C#) use an iterator app...

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

XML::LibXML::Schema - XML Schema Validation River stage three • 455 direct dependents • 913 total dependents

The XML::LibXML::Schema class is a tiny frontend to libxml2's XML Schema implementation. Currently it supports only schema parsing and document validation. As of 2.6.32, libxml2 only supports decimal types up to 24 digits (the standard requires at le...

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

XML::LibXML - Perl Binding for libxml2 River stage three • 455 direct dependents • 913 total dependents

This module is an interface to libxml2, providing XML and HTML parsers with DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 interface and a XML::XPath-like interface to XPath API of libxml2. The module is split into several packages ...

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

XML::LibXML::Node - Abstract Base Class of XML::LibXML Nodes River stage three • 455 direct dependents • 913 total dependents

XML::LibXML::Node defines functions that are common to all Node Types. An XML::LibXML::Node should never be created standalone, but as an instance of a high level class such as XML::LibXML::Element or XML::LibXML::Text. The class itself should provid...

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

XML::LibXML::Document - XML::LibXML DOM Document Class River stage three • 455 direct dependents • 913 total dependents

The Document Class is in most cases the result of a parsing process. But sometimes it is necessary to create a Document from scratch. The DOM Document Class provides functions that conform to the DOM Core naming style. It inherits all functions from ...

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

XML::LibXML::Element - XML::LibXML Class for Element Nodes River stage three • 455 direct dependents • 913 total dependents

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

XML::LibXML::Error - Structured Errors River stage three • 455 direct dependents • 913 total dependents

The XML::LibXML::Error class is a tiny frontend to *libxml2*'s structured error support. If XML::LibXML is compiled with structured error support, all errors reported by libxml2 are transformed to XML::LibXML::Error objects. These objects automatical...

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

XML::LibXML::RelaxNG - RelaxNG Schema Validation River stage three • 455 direct dependents • 913 total dependents

The XML::LibXML::RelaxNG class is a tiny frontend to libxml2's RelaxNG implementation. Currently it supports only schema parsing and document validation....

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

XML::LibXML::InputCallback - XML::LibXML Class for Input Callbacks River stage three • 455 direct dependents • 913 total dependents

You may get unexpected results if you are trying to load external documents during libxml2 parsing if the location of the resource is not a HTTP, FTP or relative location but a absolute path for example. To get around this limitation, you may add you...

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

XML::LibXML::SAX::Generator - Generate SAX events from a LibXML tree River stage three • 455 direct dependents • 913 total dependents

THIS CLASS IS DEPRECATED! Use XML::LibXML::SAX::Parser instead! This helper class allows you to generate SAX events from any XML::LibXML node, and all it's sub-nodes. This basically gives you interop from XML::LibXML to other modules that may impleme...

SHLOMIF/XML-LibXML-2.0210 - 24 Jan 2024 15:19:39 UTC
16 results (0.042 seconds)