Package org.idpf.epubcheck.util.css
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
public static final class CssGrammar.CssSelector extends CssGrammar.CssComposedConstruct
A CSS selector
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
CssGrammar.CssConstruct.Type
-
-
Field Summary
-
Fields inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssComposedConstruct
absent, components, name
-
Fields inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
location, type
-
-
Constructor Summary
Constructors Constructor Description CssSelector(CssLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CssGrammar.CssConstruct>getComponents()Get the list of selector constructs, consisting of at least one CssSimpleSelectorSequence, possibly followed by (CssSelectorCombinator, CssSimpleSelectorSequence)*java.lang.StringtoCssString()-
Methods inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssComposedConstruct
getName, toString
-
Methods inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
getLocation, getType
-
-
-
-
Constructor Detail
-
CssSelector
public CssSelector(CssLocation location)
-
-
Method Detail
-
getComponents
public final java.util.List<CssGrammar.CssConstruct> getComponents()
Get the list of selector constructs, consisting of at least one CssSimpleSelectorSequence, possibly followed by (CssSelectorCombinator, CssSimpleSelectorSequence)*- Overrides:
getComponentsin classCssGrammar.CssComposedConstruct
-
toCssString
public java.lang.String toCssString()
- Specified by:
toCssStringin classCssGrammar.CssConstruct
-
-