Class PseudoClasses.LAST_OF_TYPE
java.lang.Object
jodd.csselly.selector.PseudoClass
jodd.csselly.selector.PseudoClasses.LAST_OF_TYPE
- Enclosing interface:
PseudoClasses
Same as
: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 Summary
Constructors -
Method Summary
Methods inherited from class PseudoClass
getPseudoClassName, matchInRange
-
Constructor Details
-
LAST_OF_TYPE
public LAST_OF_TYPE()
-
-
Method Details
-
match
Description copied from class:PseudoClassReturnstrueif node matches the pseudo-class.- Specified by:
matchin classPseudoClass
-