|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.griphyn.vdl.Chimera
org.griphyn.vdl.classes.VDL
org.griphyn.vdl.classes.Leaf
public abstract class Leaf
Leaf is an abstract base class for leaf nodes in the
instance tree. FIXME: The content value is actually handled in the
child classes, and needs to be unified into this class.
Text,
Use,
LFN,
Serialized Form| Field Summary | |
|---|---|
private String |
m_value
Deprecated. Originally we thought to employ this value, but it is currently unused. |
| Constructor Summary | |
|---|---|
Leaf()
|
|
| Method Summary | |
|---|---|
abstract Object |
clone()
Creates and returns a copy of this object. |
String |
getValue()
Deprecated. the attribute is currently unused. |
void |
setValue(String value)
Deprecated. the name attribute is currently unused. |
| Methods inherited from class org.griphyn.vdl.Chimera |
|---|
escape, quote, toString, toString, toXML, toXML, toXML, writeAttribute |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private transient String m_value
| Constructor Detail |
|---|
public Leaf()
| Method Detail |
|---|
public abstract Object clone()
clone in class Objectpublic String getValue()
setValue(String)public void setValue(String value)
value - is the new value to overwrite the current state with.getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||