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

Search results for "distribution:XML-DOM XML::Parser"

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

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage two • 35 direct dependents • 56 total dependents

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC

XML::DOM::Attr - An XML attribute in XML::DOM River stage two • 35 direct dependents • 56 total dependents

XML::DOM::Attr extends XML::DOM::Node. The Attr nodes built by the XML::DOM::Parser always have one child node which is a Text node containing the expanded string value (i.e. EntityReferences are always expanded.) EntityReferences may be added when m...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC

XML::DOM::Notation - An XML NOTATION in XML::DOM River stage two • 35 direct dependents • 56 total dependents

XML::DOM::Notation extends XML::DOM::Node. This node represents a Notation, e.g. <!NOTATION gs SYSTEM "GhostScript"> <!NOTATION name PUBLIC "pubId"> <!NOTATION name PUBLIC "pubId" "sysId"> <!NOTATION name SYSTEM "sysId"> METHODS getName and setName (...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC

XML::DOM::Document - An XML document node in XML::DOM River stage two • 35 direct dependents • 56 total dependents

XML::DOM::Document extends XML::DOM::Node. It is the main root of the XML document structure as returned by XML::DOM::Parser::parse and XML::DOM::Parser::parsefile. Since elements, text nodes, comments, processing instructions, etc. cannot exist outs...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC

XML::DOM::CDATASection - Escaping XML text blocks in XML::DOM River stage two • 35 direct dependents • 56 total dependents

XML::DOM::CDATASection extends XML::DOM::CharacterData which extends XML::DOM::Node. CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. The only delimiter that is recognized in a CDATA s...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC

XML::DOM::DocumentType - An XML document type (DTD) in XML::DOM River stage two • 35 direct dependents • 56 total dependents

XML::DOM::DocumentType extends XML::DOM::Node. Each Document has a doctype attribute whose value is either null or a DocumentType object. The DocumentType interface in the DOM Level 1 Core provides an interface to the list of entities that are define...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC

XML::Handler::BuildDOM - PerlSAX handler that creates XML::DOM document structures River stage two • 35 direct dependents • 56 total dependents

XML::Handler::BuildDOM creates XML::DOM document structures (i.e. XML::DOM::Document) from PerlSAX events. This class used to be called XML::PerlSAX::DOM prior to libxml-enno 1.0.1. CONSTRUCTOR OPTIONS The XML::Handler::BuildDOM constructor supports ...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC
8 results (0.037 seconds)