搜索资源列表
Lab3
- Android天气预报的小应用,通过手机所在地获取当地经纬度,然后搜索google天气服务器提供的xml文件获取信息,最后通过DOM方式解释结果. 注意使用方法:如果用模拟器的话,要在DDMS视角添加经度和纬度。模拟获取当地经纬度。-a small app about weather forecast, it gets the latitude and longtitude of the place where the mobile phone is. And then search the
WebCore
- 最新2.1版本Android中的webkit的核心部分,它实现了对文档的模型化,包括了CSS, DOM, Render等的实现.-The latest 2.1 version of Android in the webkit core, which implements the model of the document, including CSS, DOM, Render, etc. to achieve.
mySAXxml
- Android 应用软件,用sax 解释XML文件..效果比DOM等更好-Android applications, explain the XML file with the sax better than DOM, etc. .. better
xml
- android xml文件读取 包括 四种读取方式 一一列举 dom dom4j等-android xml file reading means reading includes four other enumerated dom dom4j
XMLParsing-Using-DOM
- XML parsing demo using DOM parser in Android 2.3
data-storage(5)
- Android中解析xml文件的方法 SAX:Simple API for XML DOM:Document Object Model pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
DOMParse
- android DOM解析,基于xml数据或是JSON数据-android xml Json
MyXmlParser
- 本节我们学习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
XmlRW
- 使用三种方法:Dom,SAX,Pull对Xml文件进行读写操作。-Read and write Xml file with three methods--Dom,SAX,Pull.
java_dom_xml
- android使用dom解析xml,精选学习源码,很好的参考资料。-Android use DOM parsing XML, select learning source code, a good reference.
Parser
- 可以多种解析xml文件,解析方法有Sax,Pull,Dom。-Xml file can be a variety of analytical, analytical methods Sax, Pull, Dom.
TestDomXML
- Dom解析,内部实现了dom解析xml,层次比较分明,适合初学者-Dom analysis, the internal implementation of the dom parse xml, relatively distinct levels, suitable for beginners
prasexml
- 在Android中,常见的XML解析器分别为SAX解析器、DOM解析器和PULL解析器-In Android, the common XML parser were SAX parser, DOM parser and PULL parser
androidparseXML
- Android解析XML文件,提供了Android解析xml的三种方式,dom,sax和pull解析-Android parsing XML documents, provides three analytical methods of Android xml, dom, sax and pull analysis
rapidjson
- rapidjson,腾讯开源软件,速度很快,支持dom和流式解析,已经应用于项目中,非常不错的json 解析库(C/C++ libraries with JSON parsing/generation capabilities. Performance means speed, memory, and code size)