|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjimm.twice.xml.dom.Element
jimm.twice.xml.dom.NamedElement
An abstract superclass for entities with names.
| Field Summary | |
protected java.lang.String |
name
|
| Fields inherited from class jimm.twice.xml.dom.Element |
CLOSE_TAG, OPEN_AND_CLOSE_TAG, OPEN_TAG |
| Constructor Summary | |
NamedElement(java.lang.String name)
Constructor. |
|
| Method Summary | |
java.lang.String |
getName()
|
| Methods inherited from class jimm.twice.xml.dom.Element |
writeTo, writeTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String name
| Constructor Detail |
public NamedElement(java.lang.String name)
name - the element's name| Method Detail |
public java.lang.String getName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||