Search results for "module:XML::XPath"
XML::XPath - Parse and evaluate XPath statements.
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
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
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
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
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
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.
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
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
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.
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
"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
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
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
MANWAR/XML-XPath-1.48
-
09 Aug 2022 19:48:36 UTC
XML::XPath::Function - implementations of XPath functions
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
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::Schematron::XPath - Perl extension for validating XML with XPath expressions.
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.10 - 29 May 2022 09:40:34 UTC
XML::Rabbit::Trait::XPath - Base role for other xpath traits
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