Package org.idpf.epubcheck.util.css
Class CssGrammar.CssAttributeMatchSelector
- java.lang.Object
-
- org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
-
- org.idpf.epubcheck.util.css.CssGrammar.CssAtomicConstruct
-
- org.idpf.epubcheck.util.css.CssGrammar.CssAttributeMatchSelector
-
- Enclosing class:
- CssGrammar
public static final class CssGrammar.CssAttributeMatchSelector extends CssGrammar.CssAtomicConstruct
An attribute match selector ('=', '~=', '|=', '^=', '$=', '*=')
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCssGrammar.CssAttributeMatchSelector.Type
-
Field Summary
Fields Modifier and Type Field Description (package private) CssGrammar.CssAttributeMatchSelector.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 CssAttributeMatchSelector(java.lang.String value, CssGrammar.CssAttributeMatchSelector.Type type, CssLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CssGrammar.CssAttributeMatchSelector.TypegetAttributeMatchType()java.lang.StringtoString()-
Methods inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssAtomicConstruct
toCssString
-
Methods inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
getLocation, getType
-
-
-
-
Field Detail
-
subType
final CssGrammar.CssAttributeMatchSelector.Type subType
-
-
Constructor Detail
-
CssAttributeMatchSelector
public CssAttributeMatchSelector(java.lang.String value, CssGrammar.CssAttributeMatchSelector.Type type, CssLocation location)
-
-
Method Detail
-
getAttributeMatchType
public final CssGrammar.CssAttributeMatchSelector.Type getAttributeMatchType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCssGrammar.CssAtomicConstruct
-
-