protected class CSSEngine.StyleDeclarationUpdateHandler extends CSSEngine.DocumentAdapter implements ShorthandManager.PropertyHandler
| Modifier and Type | Field and Description |
|---|---|
StyleMap |
styleMap |
boolean[] |
updatedProperties |
| Modifier | Constructor and Description |
|---|---|
protected |
CSSEngine.StyleDeclarationUpdateHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
property(java.lang.String name,
LexicalUnit value,
boolean important)
SAC: Implements
DocumentHandler#property(String,LexicalUnit,boolean). |
comment, endDocument, endFontFace, endMedia, endPage, endSelector, ignorableAtRule, importStyle, namespaceDeclaration, startDocument, startFontFace, startMedia, startPage, startSelectorpublic StyleMap styleMap
public boolean[] updatedProperties
protected CSSEngine.StyleDeclarationUpdateHandler()
public void property(java.lang.String name,
LexicalUnit value,
boolean important)
throws CSSException
DocumentHandler#property(String,LexicalUnit,boolean).property in interface ShorthandManager.PropertyHandlerproperty in class CSSEngine.DocumentAdapterCSSExceptionCopyright ? 2009 Apache Software Foundation. All Rights Reserved.