如何在android中使用tagoup解析xml中的html内容
谁能告诉我如何在 Android 中使用 TagSoup 将 HTML 内容解析为 XML?如果可能的话,我正在寻找功能代码示例。
Can anybody tell me how to parse HTML content as XML using TagSoup within Android? I am looking for functional code examples if possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
下面的代码应该为您提供一种通过 TagSoup 生成的
Document
解析网页的方法。Below is code which should provide you with a means of parsing the web page via the
Document
produced by TagSoup.