一个非常好用而且强大的基于xpath的html解析器,相信是目前市面上最好用的。xpath解析器与执行器完全独立, html的DOM树借用Jsoup产生。
'cn.wanghaomiao:JsoupXpath:0.2.2'
<dependency> <groupId>cn.wanghaomiao</groupId> <artifactId>JsoupXpath</artifactId> <version>0.2.2</version> </dependency>
<dependency org="cn.wanghaomiao" name="JsoupXpath" rev="0.2.2"/>
"cn.wanghaomiao", "JsoupXpath", "0.2.2"