VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.moonunit.dom.DomPath

Packages that use DomPath
uk.ac.reload.dweezil.util   
uk.ac.reload.editor.metadata   
uk.ac.reload.editor.vocabulary   
uk.ac.reload.moonunit.dom   
uk.ac.reload.moonunit.schema   
 

Uses of DomPath in uk.ac.reload.dweezil.util
 

Methods in uk.ac.reload.dweezil.util with parameters of type DomPath
static java.lang.String XMLUtils.getElementValueByName(java.lang.String rootName, DomPath domPath, java.io.File xmlFile)
          Gets the value of an element from its name
static boolean XMLUtils.getElementByNameValuePair(java.lang.String rootName, DomPath domPath, java.io.File xmlFile, java.lang.String value)
          Gets the an element using domPath and its value
static boolean XMLUtils.getFileByNameValuePair(java.lang.String rootName, DomPath domPath, java.io.File xmlFile, java.lang.String value)
          Identifies the file using domPath and its value
 

Uses of DomPath in uk.ac.reload.editor.metadata
 

Fields in uk.ac.reload.editor.metadata declared as DomPath
protected  DomPath MetadataProfileElement.domPath
          The Path of the Element
 

Methods in uk.ac.reload.editor.metadata that return DomPath
 DomPath MetadataProfileElement.getDomPath()
          Get the path for this Profile Element
 

Uses of DomPath in uk.ac.reload.editor.vocabulary
 

Fields in uk.ac.reload.editor.vocabulary declared as DomPath
protected  DomPath VocabularyProfileElement.domPath
          The Path of the Element
 

Methods in uk.ac.reload.editor.vocabulary that return DomPath
 DomPath VocabularyProfileElement.getDomPath()
          Get the path for this Profile Element
 

Uses of DomPath in uk.ac.reload.moonunit.dom
 

Methods in uk.ac.reload.moonunit.dom that return DomPath
static DomPath DomPath.getDomPath(org.jdom.Element element)
          Gets the DOM Path of the given element
static DomPath DomPath.getDomPath(org.jdom.Attribute attribute)
          Gets the DOM Path of the given JDOM attribute
 

Methods in uk.ac.reload.moonunit.dom with parameters of type DomPath
 org.jdom.Element ReloadSchemaDocument.getElement(DomPath domPath)
          Return the 'first' found Element for the given DOM Path or null if not found return the first found element for the given DOM Path or null if not found
 org.jdom.Element[] ReloadSchemaDocument.getElements(DomPath domPath)
          Return all Elements for the given DOM Path or null
 boolean DomPath.equals(DomPath domPath)
          Return true if the path part equals
 boolean DomPath.endsWith(DomPath domPath)
          Return true if the path part endsWith
 

Uses of DomPath in uk.ac.reload.moonunit.schema
 

Fields in uk.ac.reload.moonunit.schema declared as DomPath
protected  DomPath ReloadVocabularyList.domPath
          The path mapping
 

Methods in uk.ac.reload.moonunit.schema that return DomPath
 DomPath ReloadVocabularyList.getDomPath()
          Get the DomPath
abstract  DomPath ReloadSchemaNode.getDomPath()
          Get the path to this node - implementations should provide this
 DomPath ReloadSchemaElement.getDomPath()
          Get the path to this Element.
 DomPath ReloadSchemaAttribute.getDomPath()
          Get the path to this Attribute.
 

Methods in uk.ac.reload.moonunit.schema with parameters of type DomPath
 ReloadVocabularyList ReloadVocabulary.getVocabularyList(DomPath nodePath)
          Get a Vocabulary List for a Given Element or Attribute.
 java.lang.String ReloadSchemaHelper.getHelperValue(DomPath domPath, java.lang.String helperKey)
          Get a helper value for an element
 ReloadSchemaNode ReloadSchemaController.getReloadSchemaNode(DomPath domPath)
          For each JDOM Path there is a corresponding ReloadSchemaNode.
 java.lang.String ReloadSchemaController.getElementHelperValue(DomPath domPath, java.lang.String helperKey)
          Get a Helper value for a given key
 java.lang.String ReloadSchemaController.getElementFriendlyName(DomPath domPath)
          Get a friendly name for a schema element
 java.lang.String ReloadSchemaController.getElementTip(DomPath domPath)
          Get an element tip
 java.lang.String ReloadSchemaController.getWidgetType(DomPath domPath)
          Get the widget type of the element from the helper file or null if not set
 ReloadVocabularyList ReloadSchemaController.getVocabularyList(DomPath domPath)
          Get the Vocabulary list for a given element or attribute.
 

Constructors in uk.ac.reload.moonunit.schema with parameters of type DomPath
ReloadVocabularyList(DomPath domPath, java.lang.String listName)
          Constructor
 


VdexReload 1.1.3 API