|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
This interface represents the objects which provide support for shorthand properties.
| Nested Class Summary | |
|---|---|
static interface |
ShorthandManager.PropertyHandler
To handle a property value created by a ShorthandManager. |
| Method Summary | |
|---|---|
java.lang.String |
getPropertyName()
Returns the name of the property handled. |
void |
setValues(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
LexicalUnit lu,
boolean imp)
Sets the properties which are affected by this shorthand property. |
| Method Detail |
public java.lang.String getPropertyName()
public void setValues(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
LexicalUnit lu,
boolean imp)
throws DOMException
eng - The current CSSEngine.ph - The property handler to use.lu - The SAC lexical unit used to create the value.imp - The property priority.
DOMException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||