-
- All Known Implementing Classes:
AttributeSpecifier,NegationSpecifier,PseudoClassSpecifier,PseudoNthSpecifier
interface SpecifierThis interface represents a specifier. A specifier is either an attribute specifier, a pseudo specifier or a negation specifier.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSpecifier.TypeThe specifier type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Specifier.TypegetType()Get the specifier type.
-
-
-
Method Detail
-
getType
Specifier.Type getType()
Get the specifier type.- Returns:
- The specifier type.
-
-