- java.lang.Object
-
- org.joox.selector.NegationSpecifier
-
- All Implemented Interfaces:
Specifier
class NegationSpecifier extends java.lang.Object implements Specifier
An implementation ofSpecifier
for the negation pseudo-class.- See Also:
- The negation pseudo-class
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.joox.selector.Specifier
Specifier.Type
-
-
Constructor Summary
Constructors Constructor Description NegationSpecifier(Selector selector)
Create a new negation specifier with the specified negation selector.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Selector
getSelector()
Get the negation selector.Specifier.Type
getType()
Get the specifier type.
-
-
-
Method Detail
-
getSelector
public Selector getSelector()
Get the negation selector.- Returns:
- The negation selector.
-
getType
public Specifier.Type getType()
Get the specifier type.
-
-