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:
- DocumentHandler, ShorthandManager.PropertyHandler
- Enclosing class:
- CSSEngine
- protected class CSSEngine.StyleDeclarationUpdateHandler
- extends CSSEngine.DocumentAdapter
- implements ShorthandManager.PropertyHandler
To parse a style declaration and update a StyleMap.
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
styleMap
public StyleMap styleMap
updatedProperties
public boolean[] updatedProperties
CSSEngine.StyleDeclarationUpdateHandler
protected CSSEngine.StyleDeclarationUpdateHandler()
property
public void property(String name,
LexicalUnit value,
boolean important)
throws CSSException
- SAC: Implements
DocumentHandler.property(String,LexicalUnit,boolean)
.
- Specified by:
property
in interface ShorthandManager.PropertyHandler
- Overrides:
property
in class CSSEngine.DocumentAdapter
- Throws:
CSSException
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.