|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.lagarto.csselly.selector.PseudoFunction<java.lang.String>
jodd.lagarto.csselly.selector.PseudoFunction.CONTAINS
public static class PseudoFunction.CONTAINS
Selects all elements that contain the specified text.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class jodd.lagarto.csselly.selector.PseudoFunction |
|---|
PseudoFunction.CONTAINS, 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.CONTAINS()
|
|
| Method Summary | |
|---|---|
boolean |
match(Node node,
java.lang.String expression)
Matches node using provided parsed expression. |
java.lang.String |
parseExpression(java.lang.String expression)
Parses expression before usage. |
| Methods inherited from class jodd.lagarto.csselly.selector.PseudoFunction |
|---|
getPseudoFunctionName, match |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PseudoFunction.CONTAINS()
| Method Detail |
|---|
public java.lang.String parseExpression(java.lang.String expression)
PseudoFunction
parseExpression in class PseudoFunction<java.lang.String>
public boolean match(Node node,
java.lang.String expression)
PseudoFunction
match in class PseudoFunction<java.lang.String>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||