Package org.apache.batik.css.engine
Class CSSEngine.StyleDeclarationUpdateHandler
java.lang.Object
org.apache.batik.css.engine.CSSEngine.DocumentAdapter
org.apache.batik.css.engine.CSSEngine.StyleDeclarationUpdateHandler
- All Implemented Interfaces:
ShorthandManager.PropertyHandler
,org.w3c.css.sac.DocumentHandler
- Enclosing class:
CSSEngine
protected class CSSEngine.StyleDeclarationUpdateHandler
extends CSSEngine.DocumentAdapter
implements ShorthandManager.PropertyHandler
To parse a style declaration and update a StyleMap.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.batik.css.engine.CSSEngine.DocumentAdapter
comment, endDocument, endFontFace, endMedia, endPage, endSelector, ignorableAtRule, importStyle, namespaceDeclaration, startDocument, startFontFace, startMedia, startPage, startSelector
-
Field Details
-
styleMap
-
updatedProperties
public boolean[] updatedProperties
-
-
Constructor Details
-
StyleDeclarationUpdateHandler
protected StyleDeclarationUpdateHandler()
-
-
Method Details
-
property
public void property(String name, org.w3c.css.sac.LexicalUnit value, boolean important) throws org.w3c.css.sac.CSSException SAC: ImplementsDocumentHandler.property(String,LexicalUnit,boolean)
.- Specified by:
property
in interfaceorg.w3c.css.sac.DocumentHandler
- Specified by:
property
in interfaceShorthandManager.PropertyHandler
- Overrides:
property
in classCSSEngine.DocumentAdapter
- Throws:
org.w3c.css.sac.CSSException
-