Class PseudoClasses.LAST_CHILD
java.lang.Object
jodd.csselly.selector.PseudoClass
jodd.csselly.selector.PseudoClasses.LAST_CHILD
- Enclosing interface:
PseudoClasses
Same as
:nth-last-child(1). Represents an element that is the last child of some other element.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PseudoClass
getPseudoClassName, matchInRange
-
Constructor Details
-
LAST_CHILD
public LAST_CHILD()
-
-
Method Details
-
match
Description copied from class:PseudoClassReturnstrueif node matches the pseudo-class.- Specified by:
matchin classPseudoClass
-