文件名称:perl-swml-parser:SWML解析器
文件大小:14KB
文件格式:ZIP
更新时间:2024-04-23 01:46:17
Perl
姓名 SWML :: Parser-SWML文本文档解析器 概要 use SWML::Parser; $parser = SWML::Parser->new; $parser->onerror (sub { ... }); $parser->parse_char_string ($string => $doc); 描述 SWML::Parser模块是SWML文本文档解析器。 SWML是SuikaWiki中使用的标记语言。 解析器将代表SWML文档的字符串转换为DOM树。 方法 可以使用以下方法: $ parser = SWML :: Parser->新 创建SWML解析器的新实例。 $ parser-> onerror($ code) $ code = $ parser-> onerror 获取或设置错误处理程序。 请注意,此版本的SWML解析器根本不会报告任何错误。 $ par
【文件预览】:
perl-swml-parser-master
----.gitignore(86B)
----Makefile(908B)
----t()
--------SWML-Parser.t(2KB)
----README.pod(19B)
----.travis.yml(615B)
----.gitmodules(644B)
----t_deps()
--------tests()
--------modules()
----config()
--------perl()
----lib()
--------SWML()