public static class PseudoFunctions.NTH_LAST_OF_TYPE extends PseudoFunction<PseudoFunctionExpression>
:nth-last-of-type(an+b) pseudo-class notation represents an element
that has an+b-1 siblings with the same expanded element name after it in the document tree,
for any zero or positive integer value of n, and has a parent element.| Constructor and Description |
|---|
NTH_LAST_OF_TYPE() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Node node,
PseudoFunctionExpression expression)
Matches node using provided parsed expression.
|
PseudoFunctionExpression |
parseExpression(java.lang.String expression)
Parses expression before usage.
|
getPseudoFunctionName, matchInRangepublic PseudoFunctionExpression parseExpression(java.lang.String expression)
PseudoFunctionparseExpression in class PseudoFunction<PseudoFunctionExpression>public boolean match(Node node, PseudoFunctionExpression expression)
PseudoFunctionmatch in class PseudoFunction<PseudoFunctionExpression>