搜索资源列表
msxml
- 使用MSXML的DOM和SAX下的VC编程-use MSXML DOM and SAX under the VC program
XML作业—DOM&SAX
- XML作业—关于DOM&SAX的使用编译的两个小程序,附有JAVA源码-XML operations-DOMSAX the use of a translation of two small programs, with Java source code
java_xml
- java操作xml文件的各种代码,关于DOM和sax的部分非常详细,注释很清楚-xml document the code, DOM and sax on the part of a very detailed and very clear Notes
JAXPDOMTest
- 使用JAXP获得DOM解析器的基本原理与获得SAX是相同的,例子使用JAXP来获取一个DOM解析器组件。-use JAXP parser access to the DOM and access to the basic tenets of SAX is the same, examples use JAXP access to a DOM parser components.
PlayXML
- 代码中演示了用Dom解析XML,创建修改XML,并最后用SAX来整理XML的格式,然后输出-code demonstrated with Dom parsing XML, XML to create change, and eventually used to collate SAX XML format, and then output
XMLDemo_java
- 用JAVA实现的读取,写入XML的程序,实现了SAX和DOM两种方式。-using JAVA read and write XML program, realized the SAX and DOM two ways.
parse_XML
- 用dom和sax解析xml的三个demo.-with sax and the analytic xml 3 demo.
XML_DOM_SAX
- 用C#编写的XML解析器,DOM和SAX都有实现-Using C# Prepared XML parser, DOM and SAX have to achieve
domsaxjdom
- 实例 使用DOM SAX JDOM解析XML-DOM SAX JDOM XML
xml_DOM_SAX
- DOM 解析 基本操作 SAX 解析 基本操作 上学期XML的一个小作业,都是一些基本操作,刚学XML的同学们拿来-DOM analytic analytical SAX basic operation on the basic operation of a small XML semester homework, are some of the basic operation, just learn XML classmates used to play
Serialization
- All serialization (SOAP, SAX, DOM, Binary) in Paint example
11.14
- 四种xml读写,dom,jdom,dom4j,sax-Xml four read and write, dom, jdom, dom4j, sax
xml_parse_lib_8_26_09.tgz
- XML Parse Lib is a lightweight set of re-usable functions for general purpose parsing, checking, and creation of XML files. It supports stream-oriented, SAX, or DOM parsing styles, and includes an optional xsd schema validator and a graphical schema
java-dom-and-sax-read-xml
- 用Java实现dom和sax读取xml文件-Dom and sax with the Java implementation to read xml file
xerces-c-3.1.1.tar
- Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
me
- 解析xml文件主流的是dom与sax,本例是用dom解析xml文件的一个示例-Parse xml file with the mainstream of the dom sax, dom in this case is an example of parsing xml file
baodashi
- XML的四种解析器(dom,sax,jdom,dom4j)原理及性能比较 -Four XML parser (dom, sax, jdom, dom4j) principles and performance comparison
SAX-developer-guide
- SAX API(Simple API for XML) 是由一组接口和类构成的。在运行中的各方面表现都优于DOM API, 在XML中对SAX的应用丝毫不比DOM少,几乎所有的XML解析器都会支持它。-SAX API(Simple API for XML)
data-storage(5)
- Android中解析xml文件的方法 SAX:Simple API for XML DOM:Document Object Model pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
androidparseXML
- Android解析XML文件,提供了Android解析xml的三种方式,dom,sax和pull解析-Android parsing XML documents, provides three analytical methods of Android xml, dom, sax and pull analysis