Class CSSEngine.StyleDeclarationDocumentHandler

java.lang.Object
org.apache.batik.css.engine.CSSEngine.DocumentAdapter
org.apache.batik.css.engine.CSSEngine.StyleDeclarationDocumentHandler
All Implemented Interfaces:
ShorthandManager.PropertyHandler, org.w3c.css.sac.DocumentHandler
Enclosing class:
CSSEngine

protected class CSSEngine.StyleDeclarationDocumentHandler extends CSSEngine.DocumentAdapter implements ShorthandManager.PropertyHandler
To parse a style declaration.
  • Field Details

  • Constructor Details

    • StyleDeclarationDocumentHandler

      protected StyleDeclarationDocumentHandler()
  • Method Details

    • property

      public void property(String name, org.w3c.css.sac.LexicalUnit value, boolean important) throws org.w3c.css.sac.CSSException
      SAC: Implements DocumentHandler.property(String,LexicalUnit,boolean).
      Specified by:
      property in interface org.w3c.css.sac.DocumentHandler
      Specified by:
      property in interface ShorthandManager.PropertyHandler
      Overrides:
      property in class CSSEngine.DocumentAdapter
      Throws:
      org.w3c.css.sac.CSSException