搜索资源列表
嵌入式xml parser
- 嵌入式xml的封装和解析的源代码,可以放在BREW等嵌入式平台应用,很小。-embedded xml packaging and parsing source code can be put on the BREW platform, such as embedded applications, very small.
DemoShow
- 在Windows Mobile 3.0 系统下实现了一个界面,通过网络从数据库中取得数据(用XML格式转换了),然后解析XML,并将数据展现到界面上。 涉及了XML解析,界面变成,控件的使用。-in Windows Mobile 3.0 system achieved an interface, through the network obtained from the database data (using XML format conversion), and then parsing
testKxml
- 使用kxml解析xml,两种方式一种pull一种doc-use kxml analytic xml, a two way pull a doc
anoXML-Javaj2me
- anoXML-Javaj2me中的xml解析器,是专门解析xml的,在手机开发上,希望能给大家以帮助-anoXML - Javaj2me the xml parser is specialized analytical xml. in the mobile phone development, I hope that it provides to help
symbianeaxp_EAXP_201020060
- symbian 下的解析xml文件的源代码 个人感觉这个比较简单-symbian the analytic xml document the source code of personal feeling that this relatively simple
kxmlFile
- 一个用于J2ME解析xml的工具,KXML,-an xml for J2ME analytical tools, KXML.
C-XMLCode
- 解析xml为树状结构,c编写-analytic xml structure of the tree, c prepared
SyExpat-2
- 一个symbian中解析xml的实例代码,很有代表性
C-XMLCode_BREW
- brew平台下解析XML的,可以读写,功能简单-Analysis of brew platform XML and can read and write simple functions
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
xml
- 解析xml程序,通用的解析方法,十分适用开发-Xml analytical procedures, a common analytical method is very applicable to the development of
xml
- j2me 上的微型解析器。节约内存。并附应用。-j2me on the micro-parser. Saving memory. With the application.
XmlExample
- 用symbian提供的 sax 解析XML文件-using symbian sax parsing the xml
Xml
- 一款关于symbian的xml解析的程序,帮你理解symbian的xml解析的问题-With regard to the xml parsing a symbian program symbian to help you understand the xml parsing problem
AndroidXml
- Android read XML / android讀取(解析) XML-Android read XML/android reading (parsing) XML
data-storage(5)
- Android中解析xml文件的方法 SAX:Simple API for XML DOM:Document Object Model pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
使用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
Xml
- 实现解析XML文件,使用pull解析器,效率高!-Achieve parsing XML document is displayed in a format
xml
- android开发时用于解析xml内容 根据参数的不同解析内容也不同 具体请细看,有注释-Android development for parsing XML content According to the different analytical content of parameters is different also Specific please scan, with comments
pull解析器
- android中自带的一个pull解析器,可以让编程人员更好的使用其中的pull解析技术来达到更好的解析xml的效果。