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

搜索资源列表

  1. me

    0下载:
  2. 解析xml文件主流的是dom与sax,本例是用dom解析xml文件的一个示例-Parse xml file with the mainstream of the dom sax, dom in this case is an example of parsing xml file
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-10
    • 文件大小:862
    • 提供者:wyz
  1. mySAXxml

    0下载:
  2. Android 应用软件,用sax 解释XML文件..效果比DOM等更好-Android applications, explain the XML file with the sax better than DOM, etc. .. better
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:49113
    • 提供者:wu410541767
  1. Xml_Factory

    0下载:
  2. 四种对XML文件的解析方法,分别是Dom,Jdom,SAX和Dom4j这四种方法,并实现了对xml文件的增删改查功能-Four analytical methods for XML documents
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-06
    • 文件大小:895759
    • 提供者:辰安绿
  1. XmlDemo

    0下载:
  2. xml解析,主要是用了sax解析方法,这个解析方法比其他的方法好。-xml parsing, the sax is the main analytical methods, this analytical method better than the other methods.
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:57078
    • 提供者:zhang
  1. client

    0下载:
  2. 这样基本上实现了通讯 还有要解决的是SAX对XML文件的解析。 解析其实挺简单的,只要继承一个DefaultHandler 。然后去重写它的一些方法就可以了。其实挺好用的。-This is basically there to achieve a communications solution that SAX parsing of XML documents. Resolution actually quite simple, as long as inherited a
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:474907
    • 提供者:草拟嘛
  1. XMLyuanmazi

    0下载:
  2. XML解析器是用来解析XML数据的程序,它是具有特定编程接口的程序,能把纯文本的XML文件当成一个具有树形结构的对象,然后对其进行操作。 -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 mu
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-14
    • 文件大小:3141792
    • 提供者:小杨
  1. pullPaser

    0下载:
  2. Pull解析和Sax解析很相似,都是轻量级的解析,在Android的内核中已经嵌入了Pull,所以我们不需要再添加第三方jar包来支持Pull。Pull解析和Sax解析不一样的地方有(1)pull读取xml文件后触发相应的事件调用方法返回的是数字(2)pull可以在程序中控制想解析到哪里就可以停止解析-Pull analytical and Sax analytical alike, are lightweight analysis, in the Android kernel has embe
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:40847
    • 提供者:张三飞
  1. jdom-2.0.1(1)

    0下载:
  2. Jdom , it an API used to parse XML files , we can also use DOM and SAX .
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-16
    • 文件大小:4156239
    • 提供者:Jena
  1. netease_news

    0下载:
  2. 模拟网易新闻客户端(RSS版)...用RSS订阅所提供的url,这里所用到的链接仍然是网易新闻中心的RSS地址http://www.163.com/rss/,然后通过SAX解析技术解析xml内容,以ListView的方式呈现在手机界面上。并有底部类似TabHost组件切换效果的实现以及顶部按下效果的实现。-Analog Netease news client (RSS) ... using the RSS feed provided url link here used Netease News
  3. 所属分类:android

    • 发布日期:2017-11-16
    • 文件大小:2267059
    • 提供者:lks
  1. XMLParser

    0下载:
  2. sax/dom/pull三种方法的XML解析过程。可运行,供参考-sax/dom/pull three methods of XML parsing process. To run for the reference
  3. 所属分类:Other Games

    • 发布日期:2017-11-17
    • 文件大小:76065
    • 提供者:fwn
  1. MyXmlParser

    0下载:
  2. 本节我们学习XML解析,在Android程序中,Xml解析与Java中几乎相同,最常用的有SAX,DOM,Pull三种解析方式。Android中内置的是Pull解析方式,因此Pull解析也就成为Android推荐的解析方式。接下来我们分别针对这三种XML解析方式进行讲解。-In this section we study XML parsing, in Android applications, XML parsing and almost the same in Java, the most
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:701224
    • 提供者:lunzi
  1. StringXml_1

    0下载:
  2. android用来解析xml的可以直接解析xml-android sax
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:70572
    • 提供者:一天
  1. XmlRW

    0下载:
  2. 使用三种方法:Dom,SAX,Pull对Xml文件进行读写操作。-Read and write Xml file with three methods--Dom,SAX,Pull.
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2234922
    • 提供者:Peter
  1. saxxml

    0下载:
  2. QT基础学习 SAX XML练习示例代码-QT-based learning exercises SAX XML sample code
  3. 所属分类:EditBox

    • 发布日期:2017-04-01
    • 文件大小:37675
    • 提供者:陈江
  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. SAXforPascal1-1

    0下载:
  2. SAX for Pascal -- Simple XML Api for Pascal good Delphi library to use with XML, where full DOM is not required
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:369423
    • 提供者:AlekXL
  1. SAX_XML

    0下载:
  2. 本程序是利用SAX技术实现XML文件的解析。SAX是Simple API for XML的简称,在Android里面提供对XML文件的解析接口方法。-This procedure is to use technology to achieve SAX parsing XML documents. SAX is short for Simple API for XML, XML document parsing to provide interface methods in Android ins
  3. 所属分类:android

    • 发布日期:2017-05-03
    • 文件大小:591783
    • 提供者:王亚明
  1. xmlParse

    0下载:
  2. java 实现解析xml 使用dom和sax 可以帮助初学者深入理解java 解析xml的方法-Java realization of the use of DOM XML and sax can help beginners to understand the method of Java parsing XML
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-30
    • 文件大小:21683
    • 提供者:LZ
  1. SaxReadXML

    0下载:
  2. 使用Python怎么解析xml,本例中采用sax方法,sax方法能够解析比较大的文本文件。-How to use Python parse xml, the method used in this example sax, sax method can resolve relatively large text file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:xingsha
  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
« 1 2 3 45 »
搜珍网 www.dssz.com