Class CssGrammar.CssSimpleSelectorSequence
java.lang.Object
org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
org.idpf.epubcheck.util.css.CssGrammar.CssComposedConstruct
org.idpf.epubcheck.util.css.CssGrammar.CssSimpleSelectorSequence
- Enclosing class:
CssGrammar
public static final class CssGrammar.CssSimpleSelectorSequence
extends CssGrammar.CssComposedConstruct
A CSS simple selector sequence
A sequence of simple selectors is a chain of simple selectors that are not separated by a combinator. It always begins with a type selector or a universal selector. No other type selector or universal selector is allowed in the sequence. A simple selector is either a type selector, universal selector, attribute selector, class selector, ID selector, or pseudo-class.
-
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
Methods inherited from class CssGrammar.CssComposedConstruct
getComponents, getName, toStringMethods inherited from class CssGrammar.CssConstruct
getLocation, getType
-
Constructor Details
-
CssSimpleSelectorSequence
-
-
Method Details
-
toCssString
- Specified by:
toCssStringin classCssGrammar.CssConstruct
-