|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deft.extension.decoration.style.container.StyleContainer
public abstract class StyleContainer
Stores style information for a node in the AST.
Constructor Summary | |
---|---|
StyleContainer()
|
|
StyleContainer(java.lang.String text)
|
Method Summary | |
---|---|
abstract StyleContainer |
clone()
|
abstract void |
parse(java.lang.String text)
Loads informations from a string to the Container. |
abstract java.lang.String |
renderIdAttribute()
Needed for the possibility of mixed StyleContainer. |
abstract java.lang.String |
renderValueAttribute()
Returns the string representation of its content for the value attribute of the XML representation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StyleContainer()
public StyleContainer(java.lang.String text)
Method Detail |
---|
public abstract void parse(java.lang.String text)
text
- Stringpublic abstract java.lang.String renderValueAttribute()
public abstract java.lang.String renderIdAttribute()
public abstract StyleContainer clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |