Package org.idpf.epubcheck.util.css
Class CssGrammar.CssSelectorCombinator
- java.lang.Object
-
- org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
-
- org.idpf.epubcheck.util.css.CssGrammar.CssAtomicConstruct
-
- org.idpf.epubcheck.util.css.CssGrammar.CssSelectorCombinator
-
- Enclosing class:
- CssGrammar
public static final class CssGrammar.CssSelectorCombinator extends CssGrammar.CssAtomicConstruct
A CSS selector combinator (space, plus, greater or tilde). The value is interned.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCssGrammar.CssSelectorCombinator.Type
-
Field Summary
Fields Modifier and Type Field Description (package private) CssGrammar.CssSelectorCombinator.TypesubType-
Fields inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssAtomicConstruct
value
-
Fields inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
location, type
-
-
Constructor Summary
Constructors Constructor Description CssSelectorCombinator(char value, CssLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CssGrammar.CssSelectorCombinator.TypegetCombinatorType()-
Methods inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssAtomicConstruct
toCssString, toString
-
Methods inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
getLocation, getType
-
-
-
-
Field Detail
-
subType
final CssGrammar.CssSelectorCombinator.Type subType
-
-
Constructor Detail
-
CssSelectorCombinator
public CssSelectorCombinator(char value, CssLocation location)
-
-
Method Detail
-
getCombinatorType
public final CssGrammar.CssSelectorCombinator.Type getCombinatorType()
-
-