Class PseudoClasses.FIRST
java.lang.Object
jodd.csselly.selector.PseudoClass
jodd.csselly.selector.PseudoClasses.FIRST
- Enclosing interface:
PseudoClasses
Selects the first matched element.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PseudoClass
getPseudoClassName
-
Constructor Details
-
FIRST
public FIRST()
-
-
Method Details
-
match
Description copied from class:PseudoClassReturnstrueif node matches the pseudo-class.- Specified by:
matchin classPseudoClass
-
matchInRange
Description copied from class:PseudoClassReturnstrueif node matches the pseudo-class within current results. This match is all about the range and node position in it. By default, returnstrue.- Overrides:
matchInRangein classPseudoClass
-