Package io.sf.carte.doc.style.css.nsac
Interface Selector
- All Known Subinterfaces:
CombinatorSelector
,ConditionalSelector
,ElementSelector
,SimpleSelector
public interface Selector
Based on SAC's
Selector
interface by Philippe Le Hegaret.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionGives the type ofSelector
-
Method Details
-
getSelectorType
Selector.SelectorType getSelectorType()Gives the type ofSelector
- Returns:
- the type of selector.
-