Class CssGrammar.CssSelector
java.lang.Object
org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
org.idpf.epubcheck.util.css.CssGrammar.CssComposedConstruct
org.idpf.epubcheck.util.css.CssGrammar.CssSelector
- Enclosing class:
CssGrammar
A CSS selector
-
Nested Class Summary
Nested classes/interfaces inherited from class CssGrammar.CssConstruct
CssGrammar.CssConstruct.Type -
Field Summary
Fields inherited from class CssGrammar.CssComposedConstruct
absent, components, nameFields inherited from class CssGrammar.CssConstruct
location, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal List<CssGrammar.CssConstruct> Get the list of selector constructs, consisting of at least one CssSimpleSelectorSequence, possibly followed by (CssSelectorCombinator, CssSimpleSelectorSequence)*Methods inherited from class CssGrammar.CssComposedConstruct
getName, toStringMethods inherited from class CssGrammar.CssConstruct
getLocation, getType
-
Constructor Details
-
CssSelector
-
-
Method Details
-
getComponents
Get the list of selector constructs, consisting of at least one CssSimpleSelectorSequence, possibly followed by (CssSelectorCombinator, CssSimpleSelectorSequence)*- Overrides:
getComponentsin classCssGrammar.CssComposedConstruct
-
toCssString
- Specified by:
toCssStringin classCssGrammar.CssConstruct
-