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
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 CssGrammar.CssConstruct
CssGrammar.CssConstruct.Type -
Field Summary
FieldsFields inherited from class CssGrammar.CssComposedConstruct
absent, components, nameFields inherited from class CssGrammar.CssConstruct
location, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanGet the state of the important flagMethods inherited from class CssGrammar.CssComposedConstruct
getComponents, getName, toStringMethods inherited from class CssGrammar.CssConstruct
getLocation, getType
-
Field Details
-
important
boolean important
-
-
Constructor Details
-
CssDeclaration
-
-
Method Details
-
getImportant
public final boolean getImportant()Get the state of the important flag -
toCssString
- Specified by:
toCssStringin classCssGrammar.CssConstruct
-