搜索资源列表
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
WIFI
- 解析Xml文件的小例子,初学者来说,很有帮助的,完全的源代码-A small example of the Xml file parsing, beginners, useful, complete source code
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
使用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
AdPro
- 解析xml文件,根据xml文件的数值进行动态变换布局,播放视频文件,获取当地天气。-Parse xml file, in accordance with the values of the xml file dynamic Transform layout, play video files, and access to local weather.
Android-XMLparse
- Android对XML文件进行解析的例子,RSS文件的的解析例子-Android XML file example to parse RSS file parsing
ParsingXML
- android解析从服务器获得的XML文件-parsing xml file for android
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
Pull2Xml
- android自带pull 解析xml文件-android comes with pull parsing xml file
CityWeather
- 一个基于android的城市天气预报程序,重点是解析XML文件,代码已注释-the program is based on android system,it focus on the analysis of xml file
AnalysisXml
- android手机开发中对xml文件进行解析。-Analysis Xml on android
Download
- 本软件是一个Android基本功能的实现:即从服务器端下载xml文件并解析的功能。使用时测试代码可以搭建tomcat服务器,并在其中放置要解析的xml文件。-download xml files from server and analysis them
UpdateSoftDemo
- 简单的软件自动下载更新功能。 解析XML文件。-Simple software to automatically download the update feature. Parsing XML files.
NewReader
- 新闻客户端,运用的RSS解析xml文件,可以在线阅读-News client, using the RSS parsing xml file that can be read online
Parser
- 可以多种解析xml文件,解析方法有Sax,Pull,Dom。-Xml file can be a variety of analytical, analytical methods Sax, Pull, Dom.
Xml
- 实现解析XML文件,使用pull解析器,效率高!-Achieve parsing XML document is displayed in a format
Xml
- android的xml解析,可以学习怎样把xml文件里面的内容解析出来-android xml parsing, you can learn how to parse xml file contents inside out
SAX_XML
- 本程序是利用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