Package org.idpf.epubcheck.util.css
Class CssGrammar.CssDeclaration
- java.lang.Object
-
- org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
-
- org.idpf.epubcheck.util.css.CssGrammar.CssComposedConstruct
-
- org.idpf.epubcheck.util.css.CssGrammar.CssDeclaration
-
- Enclosing class:
- CssGrammar
public static final class CssGrammar.CssDeclaration extends CssGrammar.CssComposedConstruct
A CSS declaration. The property name is interned, and ASCII characters in the name are guaranteed to be lowercase.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
CssGrammar.CssConstruct.Type
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanimportant-
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 CssDeclaration(java.lang.String name, CssLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetImportant()Get the state of the important flagjava.lang.StringtoCssString()-
Methods inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssComposedConstruct
getComponents, getName, toString
-
Methods inherited from class org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
getLocation, getType
-
-
-
-
Constructor Detail
-
CssDeclaration
public CssDeclaration(java.lang.String name, CssLocation location)
-
-
Method Detail
-
getImportant
public final boolean getImportant()
Get the state of the important flag
-
toCssString
public java.lang.String toCssString()
- Specified by:
toCssStringin classCssGrammar.CssConstruct
-
-