public static class PseudoFunctions.GT extends PseudoFunction<java.lang.Integer>
| Constructor and Description |
|---|
GT() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Node node,
java.lang.Integer expression)
Matches node using provided parsed expression.
|
boolean |
matchInRange(java.util.List<Node> matchedResults,
Node node,
int index,
java.lang.Integer expression)
Returns
true if node matches the pseudo-class within currently matched results. |
java.lang.Integer |
parseExpression(java.lang.String expression)
Parses expression before usage.
|
getPseudoFunctionNamepublic java.lang.Integer parseExpression(java.lang.String expression)
PseudoFunctionparseExpression in class PseudoFunction<java.lang.Integer>public boolean match(Node node, java.lang.Integer expression)
PseudoFunctionmatch in class PseudoFunction<java.lang.Integer>public boolean matchInRange(java.util.List<Node> matchedResults, Node node, int index, java.lang.Integer expression)
PseudoFunctiontrue if node matches the pseudo-class within currently matched results.matchInRange in class PseudoFunction<java.lang.Integer>