Class PseudoClasses.PARENT
java.lang.Object
jodd.csselly.selector.PseudoClass
jodd.csselly.selector.PseudoClasses.PARENT
- Enclosing interface:
PseudoClasses
Select all elements that are the parent of another element, including text nodes.
This is the inverse of
:empty.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PseudoClass
getPseudoClassName, matchInRange
-
Constructor Details
-
PARENT
public PARENT()
-
-
Method Details
-
match
Description copied from class:PseudoClassReturnstrueif node matches the pseudo-class.- Specified by:
matchin classPseudoClass
-