[ bianca ]
[ 源代码: libxml-filter-saxt-perl ]
软件包:libxml-filter-saxt-perl(0.01-9)
libxml-filter-saxt-perl 的相关链接
下载源码包 libxml-filter-saxt-perl:
- [libxml-filter-saxt-perl_0.01-9.debian.tar.xz]
- [libxml-filter-saxt-perl_0.01-9.dsc]
- [libxml-filter-saxt-perl_0.01.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module for replicating events to several event handlers
The XML::Filter::SAXT module 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 SAXT constructor takes a list of hash references. Each hash specifies an output handler. The hash keys can be: DocumentHandler, DTDHandler, EntityResolver or Handler, where Handler is a combination of the previous three and acts as the default handler. E.g. if DocumentHandler is not specified, it will try to use Handler.
其他与 libxml-filter-saxt-perl 有关的软件包
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language