Class PseudoClasses.ROOT
java.lang.Object
jodd.csselly.selector.PseudoClass
jodd.csselly.selector.PseudoClasses.ROOT
- Enclosing interface:
PseudoClasses
Represents an element that is the root of the document.
In HTML 4, this is always the HTML element.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PseudoClass
getPseudoClassName, matchInRange
-
Constructor Details
-
ROOT
public ROOT()
-
-
Method Details
-
match
Description copied from class:PseudoClassReturnstrueif node matches the pseudo-class.- Specified by:
matchin classPseudoClass
-