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

Search results for "module:XML::XPath"

XML::XPath - Parse and evaluate XPath statements. River stage three • 70 direct dependents • 315 total dependents

This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions.Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath...

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::DOM::XPath - Perl extension to add XPath support to XML::DOM, using XML::XPath engine River stage one • 4 direct dependents • 4 total dependents

XML::DOM::XPath allows you to use XML::XPath methods to query a DOM. This is often much easier than relying only on getElementsByTagName. It lets you use all of the XML::DOM methods....

MIROD/XML-DOM-XPath-0.14 - 15 Apr 2008 15:35:41 UTC

Test::XML::XPath - Test XPath assertions River stage two • 37 direct dependents • 71 total dependents

This module allows you to assert statements about your XML in the form of XPath statements. You can say that a piece of XML must contain certain tags, with so-and-so attributes, etc. It will try to use any installed XPath module that it knows about. ...

SEMANTICO/Test-XML-0.08 - 02 Jul 2009 06:12:12 UTC

XML::DOM2::XPath River stage zero No dependents

Provides the required methods for XPath...

DOCTORMO/XML-DOM2-0.06 - 29 Nov 2007 15:57:28 UTC

XML::XPath::Node - internal representation of a node River stage three • 70 direct dependents • 315 total dependents

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::XPath::Diver - Dive XML with XML::XPath and first-class collection + alpha River stage zero No dependents

XML::XPath::Diver is XML data parse tool class that inherits XML::XPath....

YTURTLE/XML-XPath-Diver-0.02 - 02 Sep 2013 05:07:06 UTC

XML::XPath::Number - Simple numeric values. River stage three • 70 direct dependents • 315 total dependents

This class holds simple numeric values. It doesn't support -0, +/- Infinity, or NaN, as the XPath spec says it should, but I'm not hurting anyone I don't think....

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::XPath::Simple - Very simple interface for XPaths River stage zero No dependents

XML::XPath::Simple is designed to allow for the use of simple Abbreviated XPath syntax to access values from a small XML document. This module is not meant as a drop-in replacement for XML::XPath, and doesn't support the entire W3C XPath Recommendati...

WHYTEWOLF/XML-XPath-Simple-0.05 - 03 Apr 2002 00:56:50 UTC

XML::XPath::NodeSet - a list of XML document nodes River stage three • 70 direct dependents • 315 total dependents

An XML::XPath::NodeSet object contains an ordered list of nodes. The nodes each take the same format as described in XML::XPath::XMLParser....

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::XPath::Literal - Simple string values. River stage three • 70 direct dependents • 315 total dependents

In XPath terms a Literal is what we know as a string....

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::XPath::Builder - SAX handler for building an XPath tree River stage three • 70 direct dependents • 315 total dependents

"XML::XPath::Builder" is a SAX handler for building an XML::XPath tree. "XML::XPath::Builder" is used by creating a new instance of "XML::XPath::Builder" and providing it as the Handler for a SAX parser. Calling `"parse()"' on the SAX parser will ret...

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::XPath::PerlSAX - A PerlSAX event generator for my weird node structure River stage three • 70 direct dependents • 315 total dependents

This module generates PerlSAX events to pass to a PerlSAX handler such as XML::DOM::PerlSAX. It operates specifically on my weird tree format. Unfortunately SAX doesn't seem to cope with namespaces, so these are lost completely. I believe SAX2 is doi...

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::XPath::Boolean - Boolean true/false values River stage three • 70 direct dependents • 315 total dependents

XML::XPath::Boolean objects implement simple boolean true/false objects....

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::XPath::Node::PI - an XML processing instruction node River stage three • 70 direct dependents • 315 total dependents

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::XPath::Function - implementations of XPath functions River stage three • 70 direct dependents • 315 total dependents

XPath 1.0 and some later functions are supported. Note that functions that take regular expressions use Perl-syntax REs, not the language described in the XPath spec....

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::XPath::XMLParser - The default XML parsing class that produces a node tree River stage three • 70 direct dependents • 315 total dependents

This module generates a node tree for use as the context node for XPath processing. It aims to be a quick parser, nothing fancy, and yet has to store more information than most parsers. To achieve this I've used array refs everywhere - no hashes. I d...

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::XPath::Node::Text - an XML text node River stage three • 70 direct dependents • 315 total dependents

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

XML::Schematron::XPath - Perl extension for validating XML with XPath expressions. River stage zero No dependents

XML::Schematron::XPath serves as a simple validator for XML based on Rick JELLIFFE's Schematron XSLT script. A Schematron schema defines a set of rules in the XPath language that are used to examine the contents of an XML document tree. A simplified ...

ASB/XML-Schematron-1.12 - 03 May 2023 21:44:52 UTC

XML::XPath::Helper::Const - Exports some precompiled xpath constants for XML::LibXML. River stage zero No dependents

This module provides some precompiled XPath expressions (refer to XML::LibXML::XPathExpression for details about this). The provided constants are: "XPATH_SIMPLE_LIST" Selects the "simple list nodes" contained in the current node; i.e. the nodes that...

AAHAZRED/XML-XPath-Helper-Const-0.04 - 02 May 2023 05:04:39 UTC

XML::Rabbit::Trait::XPath - Base role for other xpath traits River stage one • 8 direct dependents • 8 total dependents

This module provides base methods for other xpath traits. See XML::Rabbit for a more complete example....

ROBINS/XML-Rabbit-0.4.1 - 18 Sep 2015 13:46:54 UTC
217 results (0.076 seconds)