HTML parsing in Android

前端 未结 2 1909
逝去的感伤
逝去的感伤 2021-01-15 23:21

I am trying to learn how to parse HTML, but as I don\'t have a lot of experience in either Java or Android, it\'s a little complicated. I have read the IBM XML parsing tutor

2条回答
  •  一整个雨季
    2021-01-15 23:54

    Check out the following HTML parsers. There are more out there. Maybe one will work for you:

    • HTMLCleaner: http://htmlcleaner.sourceforge.net/

    • TagSoup: http://ccil.org/~cowan/XML/tagsoup/

    • Jericho: http://jericho.htmlparser.net/docs/index.html

提交回复
热议问题