借助原子解析进行解析
我必须解析这种类型的 xml..
<content type="xhtml">
<apxh:div>
<apxh:p>blah..blah...blah</apxh:p>
<apxh:p>blah..blah...blah</apxh:p>
</apxh:div>
</content>
我如何通过原子解析(根处理程序、元素处理程序)来解析它。
i have to parse this type of xml..
<content type="xhtml">
<apxh:div>
<apxh:p>blah..blah...blah</apxh:p>
<apxh:p>blah..blah...blah</apxh:p>
</apxh:div>
</content>
How can i parse it by atom parsing (root handler, element handler).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您看一下这篇文章。
http://www.ibm.com/developerworks/opensource/library/x- android/
也刚刚发现了这个
开源 Android Atom \ RSS 阅读器
http://code.google.com/p/android-feed -reader/source/browse/#
如何创建和解析 Rss Feed
http://www.rgagnon.com/javadetails/java-0556.html
I'd recommend you take a look at this article.
http://www.ibm.com/developerworks/opensource/library/x-android/
also just found this
Open Source Android atom \ rss reader
http://code.google.com/p/android-feed-reader/source/browse/#
How to create and parse Rss Feed
http://www.rgagnon.com/javadetails/java-0556.html