VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.moonunit.schema.ReloadSchemaNode

Packages that use ReloadSchemaNode
uk.ac.reload.moonunit.schema   
 

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

Subclasses of ReloadSchemaNode in uk.ac.reload.moonunit.schema
 class ReloadSchemaAttribute
          An Attribute node that represents an Attribute of an Element in the Schema.
 class ReloadSchemaElement
          An Element node that represents an Element in the Schema.
 

Methods in uk.ac.reload.moonunit.schema that return ReloadSchemaNode
 ReloadSchemaNode ReloadSchemaNode.setParent(ReloadSchemaElement parent)
          Set the parent of this node.
 ReloadSchemaNode ReloadSchemaNode.getParent()
          Get the parent node
 ReloadSchemaNode ReloadSchemaController.getReloadSchemaNode(DomPath domPath)
          For each JDOM Path there is a corresponding ReloadSchemaNode.
 

Methods in uk.ac.reload.moonunit.schema with parameters of type ReloadSchemaNode
 ReloadVocabularyList ReloadVocabulary.getVocabularyList(ReloadSchemaNode schemaNode)
          Get a Vocabulary List for a Given Element or Attribute.
 ReloadVocabularyList ReloadSchemaController.getVocabularyList(ReloadSchemaNode schemaNode)
          Get the Vocabulary list for a given element or attribute.
 ReloadVocabularyList ReloadSchemaController.getVocabularyList(ReloadSchemaNode schemaNode, ReloadDocument doc)
          Get the Vocabulary list for a given element or attribute.
 java.lang.String ReloadSchemaController.getDefaultValue(ReloadSchemaNode schemaNode)
          Get the default value of a ReloadSchemaNode
 java.lang.String ReloadSchemaController.getFacetValue(ReloadSchemaNode schemaNode, java.lang.String facetName)
          Get a Facet value of an Element or attribute.
 


VdexReload 1.1.3 API