Search results for "module:XML::Filter::Dispatcher"
XML::Filter::Dispatcher - Path based event dispatching with DOM support
WARNING: Beta code alert. A SAX2 filter that dispatches SAX events based on "EventPath" patterns as the SAX events arrive. The SAX events are not buffered or converted to an in-memory document representation like a DOM tree. This provides for low lag...
RBS/XML-Filter-Dispatcher-0.52 - 04 Jun 2003 20:15:21 UTC
XML::Filter::Dispatcher::Ops - The Syntax Tree
RBS/XML-Filter-Dispatcher-0.52
-
04 Jun 2003 20:15:21 UTC
XML::Filter::Dispatcher::Compiler - Compile rulesets in to code
Most of the options from XML::Filter::Dispatcher are accepted. NOTE: you cannot pass code references to compile() if you want to write the $code to disk, they will not survive. If you want to "eval $code", this is ok....
RBS/XML-Filter-Dispatcher-0.52 - 04 Jun 2003 20:15:21 UTC
XML::Filter::Dispatcher::AsHashHandler - convert SAX stream in to simple, data-oriented structure
This SAX2 handler builds a simple hash from XML. Text from each element and attribute is stored in the hash with a key of a relative path from the root down to the current element. The goal is to produce a usable structure as simply and quickly as po...
RBS/XML-Filter-Dispatcher-0.52 - 04 Jun 2003 20:15:21 UTC
XML::Filter::Dispatcher::AsStructHandler - convert SAX stream in to simple, data-oriented structure
This SAX2 handler builds a simple hash from XML. Text from each element and attribute is stored in the hash with a key of a relative path from the root down to the current element. The goal is to produce a usable structure as simply and quickly as po...
RBS/XML-Filter-Dispatcher-0.52 - 04 Jun 2003 20:15:21 UTC
lib/XML/Filter/Dispatcher/Parser.pm
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...
RBS/XML-Filter-Dispatcher-0.52 - 04 Jun 2003 20:15:21 UTC
XML::XMetaL - Dispatch class for XML::XMetaL development framework
The XML::XMetaL class is a dispatcher for XMetaL customization handlers. XML:XMetaL objects are singletons. There can be only one XML::XMetaL object instantiated at any one time. If an XML::XMetaL object already exists, the constructor ("new") will j...
HEMA/XML-XMetaL-0.52 - 21 Nov 2003 12:43:02 UTC
XML::SAX::Tap - Tap a pipeline of SAX processors
XML::SAX::Tap is a SAX machine that passes each event it receives on to a brach handler and then on down to it's main handler. This allows debugging output, logging output, validators, and other processors (and machines, of course) to be placed in a ...
PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 UTC
XML::Filter::Tee - Send SAX events to multiple processor, with switching
XML::Filter::Tee is a SAX filter that passes each event it receives on to a list of downstream handlers. It's like XML::Filter::SAXT in that the events are not buffered; each event is sent first to the tap, and then to the branch (this is different f...
PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 UTC
XML::Handler::Essex - Essex handler object (including XML::Filter::Essex)
Defines (and exports, by default) "get()" and "get_...()" routines that allow an Essex handler and filter to pull events from the SAX stream. Pulling is handled in one of two ways: the entire input document is buffered if a perl earlier than 5.8.0 is...
RBS/XML-Filter-Essex-0.01 - 16 Jan 2003 20:27:36 UTC