-
-
31 Dec 2002 05:00:08 UTC
- Distribution: XML-Filter-Dispatcher
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (0 / 1 / 0)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (70.42KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
XML::Filter::Dispatcher::Parser - Parses the XPath subset used by ...::Dispatcher
SYNOPSIS
use XML::Filter::Dispatcher::Parser; my $result = XML::Filter::Dispatcher::Parser->parse( $xpath );
DESCRIPTION
Some notes on the parsing and evaluation:
Result Objects
The result expressions alway return true or false. For XPath expressions that would normally return a node-set, the result is true if the current SAX event would build a node that would be in the node set. No floating point or string return objects are supported (this may change).
Context
The XPath context node is the document root (theoretically; in reality there is none). The variables are the Dispatcher's data members, and the function library is XXX.
Not sure what to do about the context position, but the context size is of necessity undefined.
The namespace mapping will be added in when I grok the NamespaceHelper.
Module Install Instructions
To install XML::Filter::Dispatcher, copy and paste the appropriate command in to your terminal.
cpanm XML::Filter::Dispatcher
perl -MCPAN -e shell install XML::Filter::Dispatcher
For more information on module installation, please visit the detailed CPAN module installation guide.