@Target(value={TYPE,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface Xpath
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
JsoupXpath支持的XPath语句,JsoupXpath默认支持标准的XPath语句,但也支持一些很有帮助的扩展,具体可以参见:https://github.com/zhegexiaohuozi/JsoupXpath
|
Copyright © 2015. All Rights Reserved.