public static class PseudoClasses.LAST_OF_TYPE extends PseudoClass
:nth-last-of-type(1). Represents an element that is the last sibling of its
type in the list of children of its parent element.| Constructor and Description |
|---|
LAST_OF_TYPE() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Node node)
Returns
true if node matches the pseudo-class. |
getPseudoClassName, matchInRangepublic boolean match(Node node)
PseudoClasstrue if node matches the pseudo-class.match in class PseudoClass