搜索资源列表
xml分析器1
- 这是一个用DOM实现的XML分析器,图形化界面。能够实现对XML文档的树形输出,并且能够对XML文档进行插入以及修改。-This is a XML Parser based on DOM in GUI. It can realize the Tree-output for a specficied XML file, and insert or modift the XML node in this file.
kxml
- Enhydra的KXML是一个只占很小存储空间的XML语法分析程序,对于J2ME应用程序非常适合。它有一个非常独特的DOM操作方法和被称为Pull的语法分析方法-Enhydra KXML is one of only a small storage space XML syntax analysis procedures for J2ME applications well suited. It is a very unique DOM methods of operation and call
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
XeDomExample
- S60 XML DOM Engine API 的应用例子。-a example of using S60 XML DOM Engine API
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