public static class PseudoFunction.LT extends PseudoFunction<java.lang.Integer>
PseudoFunction.CONTAINS, PseudoFunction.EQ, PseudoFunction.GT, PseudoFunction.HAS, PseudoFunction.LT, PseudoFunction.NOT, PseudoFunction.NTH_CHILD, PseudoFunction.NTH_LAST_CHILD, PseudoFunction.NTH_LAST_OF_TYPE, PseudoFunction.NTH_OF_TYPE| Constructor and Description | 
|---|
LT()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
match(java.util.List<Node> currentResults,
     Node node,
     int index,
     java.lang.Integer expression)
Returns  
true if node matches the pseudoclass within current results. | 
boolean | 
match(Node node,
     java.lang.Integer expression)
Matches node using provided parsed expression. 
 | 
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 match(java.util.List<Node> currentResults, Node node, int index, java.lang.Integer expression)
PseudoFunctiontrue if node matches the pseudoclass within current results.match in class PseudoFunction<java.lang.Integer>Copyright © 2003-present Jodd Team