|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.lagarto.csselly.selector.PseudoFunction
jodd.lagarto.csselly.selector.PseudoFunction.LT
public static class PseudoFunction.LT
Select all elements at an index less than index within the matched set.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class jodd.lagarto.csselly.selector.PseudoFunction |
|---|
PseudoFunction.EQ, PseudoFunction.GT, PseudoFunction.LT, PseudoFunction.NTH_CHILD, PseudoFunction.NTH_LAST_CHILD, PseudoFunction.NTH_LAST_OF_TYPE, PseudoFunction.NTH_OF_TYPE |
| Constructor Summary | |
|---|---|
PseudoFunction.LT()
|
|
| Method Summary | |
|---|---|
boolean |
match(java.util.LinkedList<Node> currentResults,
Node node,
int index,
java.lang.String expression)
Returns true if node matches the pseudoclass within current results. |
boolean |
match(Node node,
java.lang.String expression)
Matches node using provided expression. |
| Methods inherited from class jodd.lagarto.csselly.selector.PseudoFunction |
|---|
getPseudoFunctionName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PseudoFunction.LT()
| Method Detail |
|---|
public boolean match(Node node,
java.lang.String expression)
PseudoFunction
match in class PseudoFunction
public boolean match(java.util.LinkedList<Node> currentResults,
Node node,
int index,
java.lang.String expression)
PseudoFunctiontrue if node matches the pseudoclass within current results.
match in class PseudoFunction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||