org.apache.batik.css.engine

Class CSSEngine.StyleDeclarationUpdateHandler

protected class CSSEngine.StyleDeclarationUpdateHandler extends CSSEngine.DocumentAdapter implements ShorthandManager.PropertyHandler

To parse a style declaration and update a StyleMap.
Field Summary
StyleMapstyleMap
boolean[]updatedProperties
Method Summary
voidproperty(String name, LexicalUnit value, boolean important)
SAC: Implements {@link DocumentHandler#property(String,LexicalUnit,boolean)}.

Field Detail

styleMap

public StyleMap styleMap

updatedProperties

public boolean[] updatedProperties

Method Detail

property

public void property(String name, LexicalUnit value, boolean important)
SAC: Implements {@link DocumentHandler#property(String,LexicalUnit,boolean)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.