|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.reload.editor.vocabulary.VocabularyProfileElement
The Vocabulary Profile Element This reads in a VX User Profile XML File
Field Summary | |
protected VocabularyProfileElement[] |
children
This Element's children |
protected DomPath |
domPath
The Path of the Element |
protected boolean |
isGroup
|
protected java.lang.String |
name
The name to display for this Element |
protected VocabularyProfileElement |
parent
The Parent, or null if no parent |
Constructor Summary | |
VocabularyProfileElement(org.jdom.Element element)
Constructor |
Method Summary | |
VocabularyProfileElement[] |
getChildren()
Return the Children of this Profile Element |
DomPath |
getDomPath()
Get the path for this Profile Element |
java.lang.String |
getName()
Get the name to display for this Element |
VocabularyProfileElement |
getParent()
Get the parent |
boolean |
isGroup()
Find out if this Element is merely a container for others |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected DomPath domPath
protected java.lang.String name
protected VocabularyProfileElement parent
protected VocabularyProfileElement[] children
protected boolean isGroup
Constructor Detail |
public VocabularyProfileElement(org.jdom.Element element)
element
- the JDOM elementMethod Detail |
public DomPath getDomPath()
public java.lang.String getName()
public boolean isGroup()
public VocabularyProfileElement[] getChildren()
public VocabularyProfileElement getParent()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |