node_domdocument

时间:2021-06-11 18:30:44
【文件属性】:
文件名称:node_domdocument
文件大小:96KB
文件格式:ZIP
更新时间:2021-06-11 18:30:44
JavaScript Node.js 的 DOM 文档 尽管 Node.js 有许多 DOM 实现,但其中许多似乎已被放弃或不太正确。 DOMDocument 的主要目标是拥有一个完全实现的标准 DOM,最终可配置为支持特定的 DOM 级别。 基于出色的 SAX 解析器 expat,由 node-expat 项目为 Node.js 提供,DOMDocument 具有坚实且非常快速的基础。 ##如何使用 var DOMDocument = require ( './path/to/domdocument' ) ; // sorry for not yet releasing this to the mighty NPM // from a file new DOMDocument ( ) . load ( 'path/to/file.xml' , function ( error , document
【文件预览】:
node_domdocument-master
----.gitignore(105B)
----package.json(908B)
----Makefile(1KB)
----LICENSE(1KB)
----README.md(3KB)
----lib()
--------processor.js(2KB)
--------xmlserializer.js(323B)
--------dom()
--------dom.js(311B)
--------processor()
--------helper.js(4KB)
--------simple()
----test()
--------processor.js(3KB)
--------simplefactory.js(3KB)
--------element.js(6KB)
--------documentfragment.js(4KB)
--------domexception.js(1KB)
--------attribute.js(3KB)
--------xmlserializer.js(6KB)
--------comment.js(4KB)
--------processing-instruction.js(2KB)
--------node.js(9KB)
--------namespace.js(6KB)
--------files()
--------helper.js(4KB)
--------document.js(7KB)
--------cdata.js(4KB)
--------doctype.js(3KB)

网友评论