借助原子解析进行解析

发布于 2024-12-06 19:27:33 字数 303 浏览 2 评论 0原文

我必须解析这种类型的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

恍梦境° 2024-12-13 19:27:33

我建议您看一下这篇文章。
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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文