搜索资源列表
XMLREsource-Parsing
- SAX PARSER FOR ANDROID TUTORIAL
RSSReader_0200
- 基于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
android-sax--prarser-xml
- android 系统上对通过sax对xml流进行解析的demo,对学习android初学者很有帮助-it is about parsering xml stream using sax , and it will helpful for the new comers
LoaclXMLSaxDemo
- android 开发中sax解析本地xml文件的小例子-android development sax analytical local XML file simple exmaple
androidweather
- android 开发的一款天气预报软件 适合初学者学习SAX解析XML文件 -android development of a weather forecast software for beginners to learn SAX parsing XML documents
XmlExample
- 用symbian提供的 sax 解析XML文件-using symbian sax parsing the xml
XMLParserDemo
- Xml parser on mobile phone. It use sax engine to parse xml file.-XML在手机上的解析
symbian14
- symbian c++的十四个经典实例.包括QT和音乐播放器等。-14 examples for symbian c++
xmlii
- 在android环境中用sax法解析xml,url访问的是nextbus服务器,返回值是三个时间,并打印到了logcat中。用户可以自己找其他的url,改程序获取其他属性-sax xml
mySAXxml
- Android 应用软件,用sax 解释XML文件..效果比DOM等更好-Android applications, explain the XML file with the sax better than DOM, etc. .. better
XmlDemo
- xml解析,主要是用了sax解析方法,这个解析方法比其他的方法好。-xml parsing, the sax is the main analytical methods, this analytical method better than the other methods.
data-storage(5)
- Android中解析xml文件的方法 SAX:Simple API for XML DOM:Document Object Model pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
client
- 这样基本上实现了通讯 还有要解决的是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
XmlDemo
- Android SAX和Pull解析,需要的可以看看,联网解析还不错的。-Android SAX and Pull parsing, need to look at network analysis is also good.
SAX
- Android SAX解析,需要的可以看看,联网解析还不错的。-Android SAX and Pull parsing, need to look at network analysis is also good.
KZH
- android sax数据解析,及升级自动检测,客户端-android sax data analysis, and upgrade automatically detects the client
使用sax解析xml文件的参考示例
- 一个基于Eclipse开发环境下,使用sax解析xml文件的参考示例,xml文件附加在rar文件中-An Eclipse-based development environment, parsing xml file using sax reference sample, xml file attached in the rar file
pullPaser
- 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
netease_news
- 模拟网易新闻客户端(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
Xml-GET-SAX
- xml文件的GET解析,方法很简单,适合初学者-The xml file GET resolution, the method is very simple, suitable for beginners