CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dom xml

搜索资源列表

  1. xerces-c-current

    0下载:
  2. xerces-c xml解析器 支持dom解析和sax模式解析
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:11353156
    • 提供者:
  1. tinyxml

    0下载:
  2. timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。 TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modifie
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:250173
    • 提供者:maoyang
  1. liqingyun_paper

    0下载:
  2. 一篇关于“现代汉语标注语料,树库文档转换成XML文档”的论文。 论文主要做了以下三个工作: 1. 对于汉语语料库的文本文档,进行转换,生成XML文档。 2. 对于符合树库标准的文档,进行转换,生成XML文档。 3. 将XML文档,根据DOM标准,以树形显示在屏幕上。-one of the "Modern Chinese Corpus tagging trees for documents converted into XML documents," the papers. P
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:489964
    • 提供者:aaa
  1. kxml

    0下载:
  2. Enhydra的KXML是一个只占很小存储空间的XML语法分析程序,对于J2ME应用程序非常适合。它有一个非常独特的DOM操作方法和被称为Pull的语法分析方法-Enhydra KXML is one of only a small storage space XML syntax analysis procedures for J2ME applications well suited. It is a very unique DOM methods of operation and call
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:37847
    • 提供者:菜鸟
  1. ixml

    0下载:
  2. The Document Object Model (DOM) is a set of interfaces that give a programmatic interface to documents. It provides a platform-neutral and language-neutral interface for random access and updating elements inside XML documents. DOM Level 1 provided
  3. 所属分类:嵌入式Linux

  1. tinyxml_2_5_3.tar.gz

    0下载:
  2. TinyXml是一个基于DOM模型的、非验证的轻量级C++解释器,用在解析格式较为简单的XML文件,比如配置文件时,特别的合适。
  3. 所属分类:xml/soap/webservice

  1. jdom1.0

    0下载:
  2. JDOM是一种面向Java的读、写和操作XML文档的API。JDOM和现行的SAP和DOM标准兼容,为Java程序员通过一个简单、轻量的XML文档操作方法。需要指出的是,JDOM是专门为Java程序员开发的,所以采用许多Java语言的优秀特性,比如方法重载,集合(Collections,这是在Java2中出现的数 莶僮骼嘈?和类映射(Reflection)。
  3. 所属分类:文档资料

    • 发布日期:2009-05-20
    • 文件大小:3912599
    • 提供者:SuperLele
  1. rapidxml

    0下载:
  2. RapidXml 试图成为最快的XML DOM 解析 工具包
  3. 所属分类:xml/soap/webservice

  1. XMLDOM解析器

    0下载:
  2. .net平台上利用DOM对XML文件进行解析
  3. 所属分类:源码下载

    • 发布日期:2010-09-19
    • 文件大小:44918
    • 提供者:ck0626
  1. symbian

    0下载:
  2. XML parsing in S60 3rd 一、XML文件解析的机制和框架 Symbian已经为我们提供了类CParser在Symbian平台上对XML文件进行解析,Symbian中的CParser是基于SAX(SAX,Simple API for XML)方式的,它是基于事件流方式,与DOM相比SAX方式在操作上会有点麻烦而且显得没那么好理解。简要比较一下,DOM是将XML在内存中展开成一个树的模型,我们可以方便地访问它的每个子节点,可读可写。但是SAX呢?我们只能通过一个单向文本流去解
  3. 所属分类:文档资料

  1. rapidxml-1.13-with-tests

    0下载:
  2. RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。   整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。   RapidXml 为采用C++语言
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-17
    • 文件大小:5025679
    • 提供者:动力传说
  1. Lab3

    0下载:
  2. Android天气预报的小应用,通过手机所在地获取当地经纬度,然后搜索google天气服务器提供的xml文件获取信息,最后通过DOM方式解释结果. 注意使用方法:如果用模拟器的话,要在DDMS视角添加经度和纬度。模拟获取当地经纬度。-a small app about weather forecast, it gets the latitude and longtitude of the place where the mobile phone is. And then search the
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:49103
    • 提供者:morgan
  1. QTReadXMLTest

    0下载:
  2. 用QT的基于DOM方法读取XML文档的程序,测试环境为X86-QT4。-DOM-based approach with the QT to read XML documents procedures, test environment for the X86-QT4.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:381338
    • 提供者:陈旭
  1. XmlRead

    0下载:
  2. xmlreader,包含了对xml,dom的所有操作方法-xmlreader, contains a xml, dom all the How-to
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-31
    • 文件大小:34335
    • 提供者:linhongzheng
  1. XmlFileWriter-xmlns

    0下载:
  2. C#使用DOM形成XML文件的例子,主要是练习名称空间的使用-C# Formed XML documents using DOM Examples, mainly to practice the use of namespace
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:6998
    • 提供者:廖利辉
  1. DOMPrint

    0下载:
  2. 自己开发的XML DOM遍历打印程序DOMPrint,DOMPrint激活DOM解析器,解析XML文档,构造DOM树,并激活DOMWriter::writeNode()将DOM树序列化XML流,支持MFC,其不依赖其它除MFC以外任何程序库的支持,适合项目开发。用法请见压缩包里的Options.txt。-Developed their own XML DOM traversal printing process DOMPrint, DOMPrint activated DOM parser, X
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1440697
    • 提供者:陈文捷
  1. xmltest

    0下载:
  2. 这是一个xml文件读写的例程,基于msxml4.dll,采用dom接口,再xp、vc6下通过。-This is a xml file to read and write routines, based on the msxml4.dll, using dom interface, then xp, vc6 through.
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-04
    • 文件大小:34856
    • 提供者:s
  1. VCDOMView

    0下载:
  2. VC++6中用DOM遍历网页中的元素 源代码,比较常用,对于xml编程有益-VC++ 6 pages using DOM traversal element source code, commonly used for a useful programming xml
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-27
    • 文件大小:60286
    • 提供者:song
  1. domsaxjdom

    0下载:
  2. 实例 使用DOM SAX JDOM解析XML-DOM SAX JDOM XML
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-09
    • 文件大小:1575671
    • 提供者:jjyq
  1. X-chat3

    0下载:
  2. 一套专门针对中小型网站开发的聊天系统,内核采用了比较先进的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
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2412017
    • 提供者:姜力
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com