CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - XML parser

搜索资源列表

  1. 嵌入式xml parser

    1下载:
  2. 嵌入式xml的封装和解析的源代码,可以放在BREW等嵌入式平台应用,很小。-embedded xml packaging and parsing source code can be put on the BREW platform, such as embedded applications, very small.
  3. 所属分类:BREW编程

    • 发布日期:2008-10-13
    • 文件大小:465113
    • 提供者:方炜
  1. DemoShow

    0下载:
  2. 在Windows Mobile 3.0 系统下实现了一个界面,通过网络从数据库中取得数据(用XML格式转换了),然后解析XML,并将数据展现到界面上。 涉及了XML解析,界面变成,控件的使用。-in Windows Mobile 3.0 system achieved an interface, through the network obtained from the database data (using XML format conversion), and then parsing
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:17409
    • 提供者:bailiping
  1. SyExpat2

    0下载:
  2. Symbian60s xml解析器,对Expat移植到symbian平台。-Symbian60s xml parser right Expat transplant symbian platform.
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:589767
    • 提供者:王静
  1. anoXML-Javaj2me

    0下载:
  2. anoXML-Javaj2me中的xml解析器,是专门解析xml的,在手机开发上,希望能给大家以帮助-anoXML - Javaj2me the xml parser is specialized analytical xml. in the mobile phone development, I hope that it provides to help
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:204375
    • 提供者:wtp
  1. iks-symbian.20050926a.src

    0下载:
  2. symbina上可以使用一个xml解析器,对开发网络应用很有好处-symbina can use an xml parser, and development of network applications very good
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:190307
    • 提供者:wang
  1. kxml2-src-2.3.0

    1下载:
  2. KXML一个基于j2me的xml解析器,基于pull机制。-KXML a j2me on the xml parser based on the pull mechanism.
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:354878
    • 提供者:栋梁
  1. source0409132

    0下载:
  2. 小型xml解析器,tinyXML-small xml parser tinyXML
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:31539
    • 提供者:滕飞
  1. xml分析器1

    0下载:
  2. 这是一个用DOM实现的XML分析器,图形化界面。能够实现对XML文档的树形输出,并且能够对XML文档进行插入以及修改。-This is a XML Parser based on DOM in GUI. It can realize the Tree-output for a specficied XML file, and insert or modift the XML node in this file.
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:19346
    • 提供者:余标
  1. xml

    0下载:
  2. 简单的XML数据解析使用例子。包括访问webservice获取网络数据方法及xml数据解析。-a simple sample of using webservice and xml parser on iphone
  3. 所属分类:iPhone

    • 发布日期:2017-03-29
    • 文件大小:21915
    • 提供者:chengjingjia
  1. SyExpat-11111

    0下载:
  2. 这是symbian下的实现XML解析的源代码。里面包括解析器和解析例子代码。-This is the realization of the next symbian parsed XML source code. Includes parser and parsing code examples.
  3. 所属分类:Symbian

    • 发布日期:2017-03-25
    • 文件大小:524179
    • 提供者:bsj
  1. xml

    0下载:
  2. j2me 上的微型解析器。节约内存。并附应用。-j2me on the micro-parser. Saving memory. With the application.
  3. 所属分类:J2ME

    • 发布日期:2017-04-02
    • 文件大小:7064
    • 提供者:zhaoxinyi
  1. tRSS1.1.5

    0下载:
  2. tRSS是MIDP的的RSS客户端。用户可以从一些新闻网站和个人数据库和feed阅读标题。-tRSS is a MIDP RSS client. Users can read headlines from a number of news sites and have individual databases and feeds. It is readable by users and can be parsed by an XML parser. Users can reduce the du
  3. 所属分类:J2ME

    • 发布日期:2017-04-25
    • 文件大小:113012
    • 提供者:Thomas Yip
  1. XMLParserDemo

    0下载:
  2. Xml parser on mobile phone. It use sax engine to parse xml file.-XML在手机上的解析
  3. 所属分类:J2ME

    • 发布日期:2017-03-29
    • 文件大小:85219
    • 提供者:许三多
  1. KXML2

    0下载:
  2. j2me常用的XML解析器KXML的源码,直接放到工程里,可以解决找不到类的错误-j2me common source XML parser KXML directly into the project, the class not found error can be solved
  3. 所属分类:J2ME

    • 发布日期:2017-04-07
    • 文件大小:60815
    • 提供者:myname
  1. data-storage(5)

    0下载:
  2. Android中解析xml文件的方法  SAX:Simple API for XML  DOM:Document Object Model  pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:113741
    • 提供者:玉树
  1. DaysToXmas.tar

    0下载:
  2. android xml parser tutorial
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:58019
    • 提供者:sukan1
  1. xmlparser

    0下载:
  2. XML解析器,精选ios编程学习源码,很好的参考资料。-The XML parser, selection of learning IOS programming source code, a good reference.
  3. 所属分类:iPhone

    • 发布日期:2017-04-17
    • 文件大小:67503
    • 提供者:什锦丁儿
  1. Parser

    0下载:
  2. 可以多种解析xml文件,解析方法有Sax,Pull,Dom。-Xml file can be a variety of analytical, analytical methods Sax, Pull, Dom.
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1625721
    • 提供者:sxp
  1. tinyxml

    0下载:
  2. 轻量级XML解析器,想写复杂的XML从此开始,代码格式优美。-Lightweight XML parser, code format is beautiful.
  3. 所属分类:Com Port

    • 发布日期:2017-04-25
    • 文件大小:274679
    • 提供者:zhouzao
  1. prasexml

    0下载:
  2. 在Android中,常见的XML解析器分别为SAX解析器、DOM解析器和PULL解析器-In Android, the common XML parser were SAX parser, DOM parser and PULL parser
  3. 所属分类:android

    • 发布日期:2017-04-30
    • 文件大小:75448
    • 提供者:lut
« 12 »
搜珍网 www.dssz.com