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.
|
Method Summary |
void |
property(String name,
org.w3c.css.sac.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 |
styleDeclaration
public StyleDeclaration styleDeclaration
CSSEngine.StyleDeclarationBuilder
protected CSSEngine.StyleDeclarationBuilder()
property
public void property(String name,
org.w3c.css.sac.LexicalUnit value,
boolean important)
throws org.w3c.css.sac.CSSException
- SAC: Implements
DocumentHandler.property(String,LexicalUnit,boolean).
- Specified by:
property in interface ShorthandManager.PropertyHandler- Specified by:
property in interface org.w3c.css.sac.DocumentHandler- Overrides:
property in class CSSEngine.DocumentAdapter
- Throws:
org.w3c.css.sac.CSSException
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.