VdexReload 1.1.3 API

uk.ac.reload.editor.vocabulary
Class VocabularyProfileElement

java.lang.Object
  extended byuk.ac.reload.editor.vocabulary.VocabularyProfileElement

public class VocabularyProfileElement
extends java.lang.Object

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

domPath

protected DomPath domPath
The Path of the Element


name

protected java.lang.String name
The name to display for this Element


parent

protected VocabularyProfileElement parent
The Parent, or null if no parent


children

protected VocabularyProfileElement[] children
This Element's children


isGroup

protected boolean isGroup
Constructor Detail

VocabularyProfileElement

public VocabularyProfileElement(org.jdom.Element element)
Constructor

Parameters:
element - the JDOM element
Method Detail

getDomPath

public DomPath getDomPath()
Get the path for this Profile Element

Returns:
the path for this profile element

getName

public java.lang.String getName()
Get the name to display for this Element

Returns:
the display name of this profile element

isGroup

public boolean isGroup()
Find out if this Element is merely a container for others

Returns:
true if this element is a container, false otherwise

getChildren

public VocabularyProfileElement[] getChildren()
Return the Children of this Profile Element

Returns:
the children of this profile element

getParent

public VocabularyProfileElement getParent()
Get the parent

Returns:
the parent of this profile element

VdexReload 1.1.3 API