|
|||||||||
| 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.NTH_OF_TYPE
public static class PseudoFunction.NTH_OF_TYPE
The :nth-of-type(an+b) pseudo-class notation represents an element that
has an+b-1 siblings with the same expanded element name before it in the document tree,
for any zero or positive integer value of n, and has a parent element.
| 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.NTH_OF_TYPE()
|
|
| Method Summary | |
|---|---|
boolean |
match(Node node,
java.lang.String expression)
Matches node using provided expression. |
| 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.NTH_OF_TYPE()
| Method Detail |
|---|
public boolean match(Node node,
java.lang.String expression)
PseudoFunction
match in class PseudoFunction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||