jgeXml:足够好的XML工具包

时间:2024-02-27 08:23:11
【文件属性】:

文件名称:jgeXml:足够好的XML工具包

文件大小:68KB

文件格式:ZIP

更新时间:2024-02-27 08:23:11

parser json parse json-schema xml

jgeXml-足够好用的XML工具包 jgeXml提供了一个事件驱动的解析器来处理XML 1.0 / 1.1。 支持拉和推模式。 包含用于编写XML(文档或片段)以及在XML和JSON之间转换的工具。 该代码不依赖于其他模块或本机库。 设置推送解析器非常简单: const jgexml = require ( 'jgexml' ) ; const result = jgexml . parse ( xml , function ( state , token ) { //... } ) ; 事件(stateCodes) sDeclaration sDocType sDTD


【文件预览】:
jgeXml-master
----.travis.yml(59B)
----xml2json.js(4KB)
----package.json(856B)
----test()
--------issue9.xsd(245B)
--------address.xml(502B)
--------bookstore.json(716B)
--------issue12.xsd(321B)
--------xbrl.xml(2KB)
--------rss.xml(506B)
--------coerceTypes.xml(287B)
--------address.json(310B)
--------sample.wsdl(2KB)
--------utf16.xml(450B)
--------hexentity.invalid.xml(263B)
--------atomSchema.xsd(13KB)
--------badge.svg(766B)
--------issue3.json(108B)
--------example.xhtml(859B)
--------pc_hd_abr_v2_dash_master.coerceTypes.noap.mpd(5KB)
--------entity.invalid.xml(262B)
--------invalid.xml(120B)
--------control.invalid.xml(258B)
--------version1-1.xml(142B)
--------issue4.xml(228B)
--------soap.xml(296B)
--------purchaseorder.xsd(2KB)
--------entities.pull.xml(274B)
--------xml-rpc.xml(180B)
--------word.xml(2KB)
--------issue4.json(304B)
--------issue3.xml(112B)
--------structure.invalid.xml(3KB)
--------shiporderSchema.xsd(1KB)
--------mpd-dash.xsd(17KB)
--------issue12b.xsd(364B)
--------valueProperty.xml(345B)
--------dtd.xml(272B)
--------addressSchema.xsd(1KB)
--------web.config(7KB)
--------c4atom_noap.coerceTypes.xml(11KB)
--------bookstore.xml(736B)
----jpath.js(7KB)
----json2xml.js(1KB)
----jgeXml.js(9KB)
----LICENSE(1KB)
----jsont.js(2KB)
----.npmignore(594B)
----testRunner.js(7KB)
----examples()
--------fragment.js(320B)
--------jpath.js(3KB)
--------pushparser.js(660B)
--------xml2xml.js(1KB)
--------jsont.js(1KB)
--------pullparser.js(826B)
----out()
--------valueProperty.json(949B)
--------address.xml(346B)
--------bookstore.json(758B)
--------mpd-dash.json(23KB)
--------purchaseorder.json(4KB)
--------soap.json(260B)
--------shiporderSchema.json(2KB)
--------badge.json(2KB)
--------issue9.json(403B)
--------addressSchema.json(938B)
--------address.json(392B)
--------pc_hd_abr_v2_dash_master.coerceTypes.noap.json(6KB)
--------issue3.json(108B)
--------word.json(2KB)
--------coerceTypes.json(265B)
--------bookstore.jpath(100B)
--------rss.json(502B)
--------example.json(1KB)
--------issue4.xml(316B)
--------issue4.json(304B)
--------issue3.xml(134B)
--------issue12b.json(322B)
--------fragment1.xml(98B)
--------sample.json(2KB)
--------c4atom_noap.coerceTypes.json(12KB)
--------issue12.json(305B)
--------bookstore.xml(787B)
--------atomSchema.json(14KB)
----.gitignore(585B)
----README.md(3KB)
----common.js(214B)
----xmlWrite.js(3KB)
----.editorconfig(188B)
----xsd2json.js(26KB)
----cli()
--------xml2json.js(605B)
--------json2xml.js(574B)
--------xsd2json.js(855B)

网友评论