资 源 简 介
Jxpath 1.0
A selector is a chain of simple selectors, separated by combinators. Selectors are case insensitive (including against elements, attributes, and attribute values).
|Pattern | Matches|
|:-----------|:-----------|
|* | any element|
|tag |elements with the given tag name|
|ns|E |elements of type E in the namespace ns|
|#id | elements with attribute ID of "id"|
|.class |elements with a class name of "class"|
|attr|elements with an attribute named "attr" (with any value)|
|[^attrPrefix]|elements with an attribute name starting with "attrPrefix". Use to find elements with HTML5 datasets|
|[attr=val] |elements with an attribute named "attr", and value equal to "val"|
|[attr^=valPrefix]|elements with an attribute named "attr", and value starting with "valPrefix"
文 件 列 表
org
jxpath
jsoup
parser
jxpath
Jxpath.java
jsoup
package-info.java
Jsoup.java
HttpStatusException.java
UnsupportedMimeTypeException.java
Connection.java
parser
package-info.java
TokeniserState.java
Parser.java
TokenQueue.java
TreeBuilder.java
HtmlTreeBuilder.java
ParseErrorList.java
CharacterReader.java
HtmlTreeBuilderState.java
Token.java
Tokeniser.java
ParseError.java
XmlTreeBuilder.java
Tag.java
com
hh