搜索资源列表
Java与XML联合编程之DOM篇
- Java与XML联合编程之DOM篇 java中通过documentobjectmodule模型来解析xml文件 diamondsong提供-Java and XML DOM Joint Programming Between Part java through documentobje ctmodule analytic models to provide xml document diamondsong
DomView
- XML解析中的DOM Api分析器-DOM Api parser in xml parseing
CreateDOMDocument
- 自己开发的XML DOM操作程序CreateDOMDocument,用于演示如何在内存中创建一个DOM树,并报告出书中的元素数。 用法: CreateDOMDocument.exe 这里是运行CreateDOMDocument.exe的输出: The tree just created contains: 4 elements.-XML DOM developed their own operating procedures CreateDOMDocument, us
DOMCount
- 自己开发的XML DOM计数程序DOMCount,使用DOM API解析XML文件,构造DOM树,然后遍历DOM树并计算元素个数(仅使用一个API调用)。 DOMCount解析XML文件,计算其元素数并打印。 用法: DOMCount [options]<XML file|List file> Options: -l,指示输入文件是一个列表文件,其中含有多个xml文件。默认情况下,该选项不存在,这时表明输入的是一个XML文件。 -v=xxx,Schema验证,
xml
- 通过DOM和SAX解析器,对XML文档进行解析。通过文档所在路径,读取xml文档,并显示相应结果-Through the DOM and SAX parser to parse XML documents. Where the path through the documents, read the xml document, and display the corresponding results
dom
- DOM的优势主要表现在:易用性强,使用DOM时,将把所有的XML文档信息都存于内存中,并且遍历简单,支持XPath,增强了易用性。 DOM的缺点主要表现在:效率低,解析速度慢,内存占用量过高,对于大文件来说几乎不可能使用-DOM advantage of the main problems: ease-of-use, and the use of DOM, the XML document will all the information are stored in memory, and ea
XeDomExample
- S60 XML DOM Engine API 的应用例子。-a example of using S60 XML DOM Engine API
XML
- 用DOM-MSXML实现解析xml文件,可以遍历整个xml文件,并将结果以树的形式显示出来,使xml文件的结构一目了然。-use DOM-MSXML to parse the xml file
xml
- XML及其应用的典型代码,包括了XML,DTD,Schema, CSS, XSL, DSO, DOM示例代码。-Typical XML code and its application, including XML, DTD, Schema, CSS, XSL, DSO, DOM sample code.
xml
- XML毕竟只是一种规范了格式的标记语言,如果没有程序对它进行处理的话,它只是一个保存了很多数据的、有一定格式的文本文件而已。为了能够让计算机“读”懂XML的内容并做出进一步工作,程序就要先分析XML文件的结构和各个数据之间的关系。MS XML Parser就是Microsoft开发的解析XML文件的一系列接口,借助于它的帮助,程序员可以方便地利用提供的接口来分析XML文件。-【Abstract】XML just one of marked language after all, if with
XMLDOM_handbook
- xml dom对象模型,详述了DOCUMENT对象的属性方法与事件-xml dom object model, detailed in the DOCUMENT object methods and events
xml
- 分为十章详细介绍XML标准的语法和应用。第一章,我们简单介绍一下什么是XML,并将回顾XML的发展史。从第二章到第四章,我们分别从XML语法、DTD和样式单三方面详细介绍XML的三个基本要件。在第五、第六章中,我们从与XML相关的协议和软件工具两个角度来分析XML的使用现状。第七、八、九章,我们将讨论一些与XML相关的更深层次的内容,包括XML链接、XML DOM以及XML与数据库的连接。最后,在第十章,希望诸多网友和我们一起,仁者见仁,智者见智,共同为XML未来的应用和发展方向作一个前景规划!
xmlstreamlint
- Qt xml文档编辑工具,可以解析xml dom模型-Qt xml document editing tool, you can resolve xml dom model
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
xml-test(tinyxml)
- TinyXML是一个开源的解析XML的解析库。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这课XML树。给出了tinyxml应用示例,vc实现。-TinyXML is an open-source parsing XML parsing library. The analytical model of the library by parsing XML file, and then generate the DOM model in memory, s
XML-pro
- XML小程序,用XML进行DOM解析,XML初学者可以参考一下-XML small programs, with XML, DOM parsing, XML reference for beginners
XMLDOMReference
- XML DOM 参考手册,易于学习理解 -XML DOM Reference
XML
- XML DOM初学者指南,以及介绍XML仓库管理技术等-Beginner' s Guide to XML DOM, and XML storage management technology, introduced
testxml
- C++解析xml dom,很有用的,有详细注释-C++ parsing xml dom, very useful, detailed notes
DOM
- DOM解析XML完全操作(增删改查),学习DOM操作XML-XML DOM parsing full operation (additions and deletions to search)