パッケージ: libxml-tokeparser-perl (0.05-5)
libxml-tokeparser-perl に関するリンク
Debian の資源:
libxml-tokeparser-perl ソースパッケージをダウンロード:
- [libxml-tokeparser-perl_0.05-5.dsc]
- [libxml-tokeparser-perl_0.05.orig.tar.gz]
- [libxml-tokeparser-perl_0.05-5.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Simplified interface to XML::Parser
XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser in much the same way that Gisle Aas' HTML::TokeParser provides a procedural interface to HTML::Parser. XML::TokeParser splits its XML input up into "tokens", each corresponding to an XML::Parser event.
A token is a bless'd reference to an array whose first element is an event-type string and whose last element is the literal text of the XML input that generated the event, with intermediate elements varying according to the event type.
Each token is an object of type XML::TokeParser::Token. Read XML::TokeParser::Token in the XML::TokeParser(3pm) manpage to learn what methods are available for inspecting the token, and retrieving data from it.
その他の libxml-tokeparser-perl 関連パッケージ
|
|
|
|
-
- dep: libxml-parser-perl
- Perl module for parsing XML files
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語