public static class PseudoClasses.LAST_CHILD extends PseudoClass
:nth-last-child(1). Represents an element that is the last child of some other element.| Constructor and Description |
|---|
LAST_CHILD() |
| 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