Class PseudoClassSpecifier
java.lang.Object
org.joox.selector.PseudoClassSpecifier
- All Implemented Interfaces:
Specifier
An implementation of
The negation pseudo-class specifier is implemented by
Specifier for pseudo-classes.
Note:
The negation pseudo-class specifier is implemented by
NegationSpecifier, and
the nth-* pseudo-classes are implemented by PseudoNthSpecifier.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Specifier
Specifier.Type -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPseudoClassSpecifier(String value) Create a new pseudo-class specifier with the specified value. -
Method Summary
-
Field Details
-
value
The pseudo-class value.
-
-
Constructor Details
-
PseudoClassSpecifier
Create a new pseudo-class specifier with the specified value.- Parameters:
value- The pseudo-class value.
-
-
Method Details