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

搜索资源列表

  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. testKxml

    0下载:
  2. 使用kxml解析xml,两种方式一种pull一种doc-use kxml analytic xml, a two way pull a doc
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:42319
    • 提供者:mars
  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. symbianeaxp_EAXP_201020060

    0下载:
  2. symbian 下的解析xml文件的源代码 个人感觉这个比较简单-symbian the analytic xml document the source code of personal feeling that this relatively simple
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:38037
    • 提供者:zitengxin
  1. kxmlFile

    0下载:
  2. 一个用于J2ME解析xml的工具,KXML,-an xml for J2ME analytical tools, KXML.
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:175407
    • 提供者:德龙
  1. C-XMLCode

    0下载:
  2. 解析xml为树状结构,c编写-analytic xml structure of the tree, c prepared
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:30242
    • 提供者:王琴
  1. SyExpat-2

    1下载:
  2. 一个symbian中解析xml的实例代码,很有代表性
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:750088
    • 提供者:xiongdan
  1. C-XMLCode_BREW

    1下载:
  2. brew平台下解析XML的,可以读写,功能简单-Analysis of brew platform XML and can read and write simple functions
  3. 所属分类:BREW编程

    • 发布日期:2012-10-19
    • 文件大小:45825
    • 提供者:van swee.wong
  1. android-sax--prarser-xml

    0下载:
  2. android 系统上对通过sax对xml流进行解析的demo,对学习android初学者很有帮助-it is about parsering xml stream using sax , and it will helpful for the new comers
  3. 所属分类:android

    • 发布日期:2017-03-23
    • 文件大小:49981
    • 提供者:hsd352
  1. xml

    0下载:
  2. 解析xml程序,通用的解析方法,十分适用开发-Xml analytical procedures, a common analytical method is very applicable to the development of
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-13
    • 文件大小:2360
    • 提供者:陈宗良
  1. xml

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

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

    0下载:
  2. 用symbian提供的 sax 解析XML文件-using symbian sax parsing the xml
  3. 所属分类:Symbian

    • 发布日期:2017-04-24
    • 文件大小:10991
    • 提供者:chenkuanyi
  1. Xml

    0下载:
  2. 一款关于symbian的xml解析的程序,帮你理解symbian的xml解析的问题-With regard to the xml parsing a symbian program symbian to help you understand the xml parsing problem
  3. 所属分类:Symbian

    • 发布日期:2017-04-05
    • 文件大小:57694
    • 提供者:明涛
  1. AndroidXml

    0下载:
  2. Android read XML / android讀取(解析) XML-Android read XML/android reading (parsing) XML
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:71482
    • 提供者:賴明毅
  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. 使用sax解析xml文件的参考示例

    1下载:
  2. 一个基于Eclipse开发环境下,使用sax解析xml文件的参考示例,xml文件附加在rar文件中-An Eclipse-based development environment, parsing xml file using sax reference sample, xml file attached in the rar file
  3. 所属分类:android开发

    • 发布日期:2012-11-27
    • 文件大小:49576
    • 提供者:mengqilong
  1. Xml

    0下载:
  2. 实现解析XML文件,使用pull解析器,效率高!-Achieve parsing XML document is displayed in a format
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:54591
    • 提供者:陈杰
  1. xml

    0下载:
  2. android开发时用于解析xml内容 根据参数的不同解析内容也不同 具体请细看,有注释-Android development for parsing XML content According to the different analytical content of parameters is different also Specific please scan, with comments
  3. 所属分类:android

    • 发布日期:2017-04-08
    • 文件大小:3052
    • 提供者:华仔
  1. pull解析器

    0下载:
  2. android中自带的一个pull解析器,可以让编程人员更好的使用其中的pull解析技术来达到更好的解析xml的效果。
  3. 所属分类:通讯/手机编程

« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com