搜索资源列表
SyExpat2
- Symbian60s xml解析器,对Expat移植到symbian平台。-Symbian60s xml parser right Expat transplant symbian platform.
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
iks-symbian.20050926a.src
- symbina上可以使用一个xml解析器,对开发网络应用很有好处-symbina can use an xml parser, and development of network applications very good
kxml2-src-2.3.0
- KXML一个基于j2me的xml解析器,基于pull机制。-KXML a j2me on the xml parser based on the pull mechanism.
source0409132
- 小型xml解析器,tinyXML-small xml parser tinyXML
hahamp3player_android
- android mp3播放器,通过实现XML解析,歌词拖拉,中文显示等方面功能,作为一个学习的例子.-android mp3 player through the XML parsing, lyrics drag, Chinese shows, etc. functions as a learning example.
MyMp3Player
- Android的在线音乐播放器,利用百度MP3进行XML解析实现在线播放音乐的功能。大家可以分享一下。-Android s music player, Baidu MP3 XML parsing to achieve the functionality of the online play music. We can share.
SyExpat-11111
- 这是symbian下的实现XML解析的源代码。里面包括解析器和解析例子代码。-This is the realization of the next symbian parsed XML source code. Includes parser and parsing code examples.
DB_Parser
- 网络连接,xml文件解析,rms存储管理器应用,程序简单,易学。-Network connectivity, xml document analysis, rms storage management applications, the program is simple, easy to learn.
xml
- j2me 上的微型解析器。节约内存。并附应用。-j2me on the micro-parser. Saving memory. With the application.
xmlparser
- 可以在arm7上运行的xml文件解析器代码,可以支持移植使用,用纯C开发。-Run in arm7 xml file parser code, you can use to support migration, development of pure C.
KXML2
- j2me常用的XML解析器KXML的源码,直接放到工程里,可以解决找不到类的错误-j2me common source XML parser KXML directly into the project, the class not found error can be solved
data-storage(5)
- Android中解析xml文件的方法 SAX:Simple API for XML DOM:Document Object Model pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
xmlparser
- XML解析器,精选ios编程学习源码,很好的参考资料。-The XML parser, selection of learning IOS programming source code, a good reference.
Xml
- 实现解析XML文件,使用pull解析器,效率高!-Achieve parsing XML document is displayed in a format
pull解析器
- android中自带的一个pull解析器,可以让编程人员更好的使用其中的pull解析技术来达到更好的解析xml的效果。
tinyxml
- 轻量级XML解析器,想写复杂的XML从此开始,代码格式优美。-Lightweight XML parser, code format is beautiful.
prasexml
- 在Android中,常见的XML解析器分别为SAX解析器、DOM解析器和PULL解析器-In Android, the common XML parser were SAX parser, DOM parser and PULL parser
zhzhxwrsszq
- 猪猪RSS新闻抓取源码新闻用的是Jsoup抓取自新浪RSS新闻源,天气信息用SAX解析器解析的一个网络XML天气源(2.3.3系统测试不可用,没有使用更高版本测试),新闻主页面可以实现类似于广告图片轮播的效果,新闻列表也可以上下滑动,不过不能点进去看新闻,那一部分还没有做,新闻的分类效果实现的也挺精致,切换的时候在分类下面会出现一个红色下划线来标识出当前所在的分类。需要的朋友可以自己下载看一下,项目有简单注释,默认编码GBK编译版本4.0.3。-Pig RSS news crawls sourc
Logg-master
- 支持所有基本数据类型、数组、Map、List、Bundle、Intent、Reference、Throwable、Collection 支持Json、XML格式化 不依赖任何第三方框架,纯原生编写 自定义解析器,当输入类型无法满足需求时或无法解析时,可实现Parser接口重写方法来添加自定义解析器 ? 支持添加拦截器,添加拦截器后它会在最终打印输出前进行拦截处理,可以对日志信息进行重构处理 支持添加全局回调,在不影响底层输出的情况下,所有信息会回调至全局接口里,可以在这里按各种级别类型保存你需要