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

搜索资源列表

  1. RSSReader_0200

    0下载:
  2. 基于android手机RSS应用:内容包括:SAX解析XML,adapter是使用已经listactivity的使用,如何动态展现xml的数据-Android-based mobile RSS application: include: SAX parsing XML, adapter is to use already listactivity use xml data to show how dynamic
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:65391
    • 提供者:罗又
  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. LoaclXMLSaxDemo

    0下载:
  2. android 开发中sax解析本地xml文件的小例子-android development sax analytical local XML file simple exmaple
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:47304
    • 提供者:张万元
  1. androidweather

    0下载:
  2. android 开发的一款天气预报软件 适合初学者学习SAX解析XML文件 -android development of a weather forecast software for beginners to learn SAX parsing XML documents
  3. 所属分类:android

    • 发布日期:2017-05-15
    • 文件大小:3718550
    • 提供者:
  1. XmlExample

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

    • 发布日期:2017-04-24
    • 文件大小:10991
    • 提供者:chenkuanyi
  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. xmlii

    0下载:
  2. 在android环境中用sax法解析xml,url访问的是nextbus服务器,返回值是三个时间,并打印到了logcat中。用户可以自己找其他的url,改程序获取其他属性-sax xml
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:45754
    • 提供者:hang
  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. 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. 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. 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. 使用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. 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. 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. Xml-GET-SAX

    0下载:
  2. xml文件的GET解析,方法很简单,适合初学者-The xml file GET resolution, the method is very simple, suitable for beginners
  3. 所属分类:iPhone

    • 发布日期:2017-11-13
    • 文件大小:55700
    • 提供者:聂金星
  1. a

    0下载:
  2. 安卓HTTP的GET服务例子,其中集成了SAX对XML的解析类。-Andrews example of HTTP GET service, which integrates the XML SAX parsing classes.
  3. 所属分类:android

    • 发布日期:2017-11-15
    • 文件大小:620453
    • 提供者:尚钊
  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. 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. 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. 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
    • 提供者:王亚明
« 12 »
搜珍网 www.dssz.com