SAXT is like the Unix 'tee' command in that it multiplexes the input stream to several output streams. In this case, the input stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and the output streams are PerlSAX handlers or filters. The ...
TJMATHER/XML-Filter-SAXT-0.01 - 26 Aug 2001 15:57:34 GMTSAXT is like the Unix 'tee' command in that it multiplexes the input stream to several output streams. In this case, the input stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and the output streams are PerlSAX handlers or filters. The ...
ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 GMTXML::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 GMTXML::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 GMTWARNING: This API is alpha!!! It *will* be changing. A generic SAX machine (an instance of XML::SAX::Machine) is a container of SAX processors (referred to as "parts") connected in arbitrary ways. Each parameter to "Machine()" (or "XML::SAX::Machine-...
PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 GMTXML::SAX::Manifold is a SAX machine that allows "multipass" processing of a document by sending the document through several channels of SAX processors one channel at a time. A channel may be a single SAX processor or a pipeline (see XML::SAX::Pipeli...
PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 GMTXML::Filter::Distributor is a SAX filter that allows "multipass" processing of a document by sending the document through several channels of SAX processors one channel at a time. A channel may be a single SAX processor or a machine like a pipeline (...
PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 GMT