Package org.apache.batik.css.engine
Class CSSEngine.StyleDeclarationBuilder
- java.lang.Object
-
- org.apache.batik.css.engine.CSSEngine.DocumentAdapter
-
- org.apache.batik.css.engine.CSSEngine.StyleDeclarationBuilder
-
- All Implemented Interfaces:
ShorthandManager.PropertyHandler,org.w3c.css.sac.DocumentHandler
- Enclosing class:
- CSSEngine
protected class CSSEngine.StyleDeclarationBuilder extends CSSEngine.DocumentAdapter implements ShorthandManager.PropertyHandler
To build a StyleDeclaration object.
-
-
Field Summary
Fields Modifier and Type Field Description StyleDeclarationstyleDeclaration
-
Constructor Summary
Constructors Modifier Constructor Description protectedStyleDeclarationBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidproperty(java.lang.String name, org.w3c.css.sac.LexicalUnit value, boolean important)SAC: ImplementsDocumentHandler.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
-
-
-
-
Field Detail
-
styleDeclaration
public StyleDeclaration styleDeclaration
-
-
Method Detail
-
property
public void property(java.lang.String name, org.w3c.css.sac.LexicalUnit value, boolean important) throws org.w3c.css.sac.CSSExceptionSAC: ImplementsDocumentHandler.property(String,LexicalUnit,boolean).- Specified by:
propertyin interfaceorg.w3c.css.sac.DocumentHandler- Specified by:
propertyin interfaceShorthandManager.PropertyHandler- Overrides:
propertyin classCSSEngine.DocumentAdapter- Throws:
org.w3c.css.sac.CSSException
-
-