|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.engine.CSSEngine.DocumentAdapter | +--org.apache.batik.css.engine.CSSEngine.StyleDeclarationDocumentHandler
To parse a style declaration.
Field Summary | |
StyleMap |
styleMap
|
Constructor Summary | |
protected |
CSSEngine.StyleDeclarationDocumentHandler()
|
Method Summary | |
void |
property(java.lang.String name,
LexicalUnit value,
boolean important)
SAC: Implements DocumentHandler.property(String,LexicalUnit,boolean) . |
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 |
Field Detail |
public StyleMap styleMap
Constructor Detail |
protected CSSEngine.StyleDeclarationDocumentHandler()
Method Detail |
public void property(java.lang.String name, LexicalUnit value, boolean important) throws CSSException
DocumentHandler.property(String,LexicalUnit,boolean)
.property
in interface ShorthandManager.PropertyHandler
property
in class CSSEngine.DocumentAdapter
org.w3c.css.sac.DocumentHandler
name
- the name of the property.value
- the value of the property. All whitespace are stripped.important
- is this property important ?CSSException
- Any CSS exception, possibly wrapping another
exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |