- java.lang.Object
-
- org.joox.selector.PseudoClassSpecifier
-
- All Implemented Interfaces:
Specifier
class PseudoClassSpecifier extends java.lang.Object implements Specifier
An implementation ofSpecifierfor pseudo-classes. Note:
The negation pseudo-class specifier is implemented byNegationSpecifier, and thenth-*pseudo-classes are implemented byPseudoNthSpecifier.- See Also:
- Pseudo-classes
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.joox.selector.Specifier
Specifier.Type
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringvalueThe pseudo-class value.
-
Constructor Summary
Constructors Constructor Description PseudoClassSpecifier(java.lang.String value)Create a new pseudo-class specifier with the specified value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Specifier.TypegetType()Get the specifier type.java.lang.StringgetValue()Get the pseudo-class value.
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Get the pseudo-class value.- Returns:
- The pseudo-class value.
-
getType
public Specifier.Type getType()
Get the specifier type.
-
-