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

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

XML::Parser - A perl module for parsing XML documents River stage four • 147 direct dependents • 1319 total dependents

This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is...

TODDR/XML-Parser-2.47 - 29 Dec 2023 00:31:09 UTC

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

XML::Parser::Style::Tree - Tree style parser River stage four • 147 direct dependents • 1319 total dependents

This module implements XML::Parser's Tree style parser. When parsing a document, "parse()" will return a parse tree for the document. Each node in the tree takes the form of a tag, content pair. Text nodes are represented with a pseudo-tag of "0" and...

TODDR/XML-Parser-2.47 - 29 Dec 2023 00:31:09 UTC

XML::Parser::Style::Subs - glue for handling element callbacks River stage four • 147 direct dependents • 1319 total dependents

Each time an element starts, a sub by that name in the package specified by the Pkg option is called with the same parameters that the Start handler gets called with. Each time an element ends, a sub with that name appended with an underscore ("_"), ...

TODDR/XML-Parser-2.47 - 29 Dec 2023 00:31:09 UTC

XML::Parser::Style::Debug - Debug style for XML::Parser River stage four • 147 direct dependents • 1319 total dependents

This just prints out the document in outline form to STDERR. Nothing special is returned by parse....

TODDR/XML-Parser-2.47 - 29 Dec 2023 00:31:09 UTC

XML::Parser::Style::Stream - Stream style for XML::Parser River stage four • 147 direct dependents • 1319 total dependents

This style uses the Pkg option to find subs in a given package to call for each event. If none of the subs that this style looks for is there, then the effect of parsing with this style is to print a canonical copy of the document without comments or...

TODDR/XML-Parser-2.47 - 29 Dec 2023 00:31:09 UTC

XML::Parser::Style::Objects - Objects styler parser River stage four • 147 direct dependents • 1319 total dependents

This module implements XML::Parser's Objects style parser. This is similar to the Tree style, except that a hash object is created for each element. The corresponding object will be in the class whose name is created by appending "::" and the element...

TODDR/XML-Parser-2.47 - 29 Dec 2023 00:31:09 UTC
7 results (0.04 seconds)