Package io.sf.carte.doc.style.css.nsac
Interface CombinatorSelector
- All Superinterfaces:
Selector
Combinator selector.
This interface is used by selectors like:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.nsac.Selector
Selector.SelectorType
-
Method Summary
Modifier and TypeMethodDescriptionGet the second selector.Get the first selector.Methods inherited from interface io.sf.carte.doc.style.css.nsac.Selector
getSelectorType
-
Method Details
-
getSelector
Selector getSelector()Get the first selector.- Returns:
- the first selector.
-
getSecondSelector
SimpleSelector getSecondSelector()Get the second selector.- Returns:
- the second selector.
-