public static class PseudoClasses.FIRST_OF_TYPE extends PseudoClass
:nth-of-type(1). Represents an element that is the first sibling of its
type in the list of children of its parent element.| Constructor and Description |
|---|
FIRST_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