Class 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.
    • Field Detail

      • important

        boolean important
    • 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