搜索资源列表
jdom1.0
- JDOM是一种面向Java的读、写和操作XML文档的API。JDOM和现行的SAP和DOM标准兼容,为Java程序员通过一个简单、轻量的XML文档操作方法。需要指出的是,JDOM是专门为Java程序员开发的,所以采用许多Java语言的优秀特性,比如方法重载,集合(Collections,这是在Java2中出现的数 莶僮骼嘈?和类映射(Reflection)。
symbian
- XML parsing in S60 3rd 一、XML文件解析的机制和框架 Symbian已经为我们提供了类CParser在Symbian平台上对XML文件进行解析,Symbian中的CParser是基于SAX(SAX,Simple API for XML)方式的,它是基于事件流方式,与DOM相比SAX方式在操作上会有点麻烦而且显得没那么好理解。简要比较一下,DOM是将XML在内存中展开成一个树的模型,我们可以方便地访问它的每个子节点,可读可写。但是SAX呢?我们只能通过一个单向文本流去解
xml
- The W3C DOM Core interfaces defines a minimal set of: A. interfaces for accessing and manipulating document objects B. Java object implementations for use with XML parsers. C. Conventions and processes for creating live HTML pages. D. Mut
X-chat3
- 一套专门针对中小型网站开发的聊天系统,内核采用了比较先进的XMLHTTP技术+XML文档对象模式(DOM)来实现分布式的计算或存储,服务器端以较通用的ASP技术作基础-A website developed specifically for small and medium-sized chat systems, the kernel uses more advanced XMLHTTP technology+ XML document object model (DOM) to achieve
MSXML_XML
- DOM解析将会把一个完整的XML文档读进来,生成一个结构树。这样会要把XML文档全部都加载到内存中。所以解析起来的速度会要慢一些。-DOM parsing will be a complete XML document to read in, generate a tree. This will make all XML documents loaded into memory. So, speed up analysis slower.
dianziqin
- 多种电子琴功能,方便,快进,显示歌词,多种能力,设计精美,值得大家去下载-XML is a data format, a data format requires a parser which will resolve the information for you, XML is no exception. You can use SAX or DOM to build such a parser, certainly must first identify the data you need
ASPCMSGBK
- 此文档描述了如何用 Dom接下XML文件,还用实例给我们做了样本,很好,希望大家好好学习
XML-DOM
- 对xml的DOM进行介绍,有助于解析xml文件-Xml DOM introduced for the help parse xml file
XMLDOMParser
- this file is xml dom parser
XML
- 讨论了XML解析器的C++实现以及对应的DOM接口-We discuss the XML parser C++ achieved and the corresponding DOM interfaces