Pod::XPath - use XPath expressions to navigate a POD document
"Pod::XPath" allows accessing elements of a POD document using XPath expressions. The document or string is first turned into XML using "Pod::XML", and then passed to "XML::XPath" to parse. All standard XPath expressions can be used to retrieve data ...
DARREN/Pod-XPath-1.00 - 25 Sep 2003 12:40:22 UTC
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.47 - 13 May 2022 17:18:00 UTC
Test::XPath - Test XML and HTML content and structure with XPath expressions
Use the power of XPath expressions to validate the structure of your XML and HTML documents. About XPath XPath is a powerful query language for XML documents. Test::XPath relies on the libxml2 implementation provided by XML::LibXML. libxml2 -- pretty...
MANWAR/Test-XPath-0.20 - 13 Jun 2022 21:33:56 UTC
Class::XPath - adds xpath matching to object trees
This module adds XPath-style matching to your object trees. This means that you can find nodes using an XPath-esque query with "match()" from anywhere in the tree. Also, the "xpath()" method returns a unique path to a given node which can be used as ...
SAMTREGAR/Class-XPath-1.4 - 29 Feb 2004 23:01:16 UTC
Config::XPath - retrieve configuration data from XML files by using XPath
This module provides easy access to configuration data stored in an XML file. Configuration is retrieved using XPath keys; various methods exist to convert the result to a variety of convenient forms. If the methods are called as static functions (as...
PEVANS/Config-XPath-0.16 - 09 Aug 2010 23:21:16 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.47
-
13 May 2022 17:18:00 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.47 - 13 May 2022 17:18:00 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
HTML::Object::XPath - HTML Object XPath Class
This module implements the XPath engine used by HTML::Object::XQuery to provide a jQuery-like interface to query the parsed DOM object....
JDEGUEST/HTML-Object-v0.1.4 - 16 Apr 2022 03:05:23 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.47 - 13 May 2022 17:18:00 UTC
XML::XPath::Boolean - Boolean true/false values
XML::XPath::Boolean objects implement simple boolean true/false objects....
MANWAR/XML-XPath-1.47 - 13 May 2022 17:18:00 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.47 - 13 May 2022 17:18:00 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.47 - 13 May 2022 17:18:00 UTC
XML::XPath::Literal - Simple string values.
In XPath terms a Literal is what we know as a string....
MANWAR/XML-XPath-1.47 - 13 May 2022 17:18:00 UTC