VdexReload 1.1.3 API

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

Packages that use ReloadSchemaAttribute
uk.ac.reload.editor.gui   
uk.ac.reload.moonunit.dom   
uk.ac.reload.moonunit.schema   
 

Uses of ReloadSchemaAttribute in uk.ac.reload.editor.gui
 

Methods in uk.ac.reload.editor.gui that return ReloadSchemaAttribute
 ReloadSchemaAttribute ReloadAttributeEditor.getSchemaAttribute(int attIndex)
          Get the ReloadSchemaAttribute
 

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

Methods in uk.ac.reload.moonunit.dom with parameters of type ReloadSchemaAttribute
 org.jdom.Attribute ReloadSchemaDocument.addAttribute(java.lang.Object source, org.jdom.Element parentElement, ReloadSchemaAttribute newSchemaAttribute)
          Create and Add a new Attribute to a given Element as per the Schema
static int ReloadSchemaDocument.getInsertPositionOfAttribute(org.jdom.Element parentElement, ReloadSchemaAttribute reloadSchemaAttribute)
          Get the correct position to insert an Attribute in an Element according to the Schema
 

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

Methods in uk.ac.reload.moonunit.schema that return ReloadSchemaAttribute
 ReloadSchemaAttribute[] ReloadSchemaElement.getAttributes()
          Get an array of ReloadSchemaAttribute objects
 ReloadSchemaAttribute ReloadSchemaElement.getAttribute(java.lang.String attName)
          Get a ReloadSchemaAttribute by its name
 ReloadSchemaAttribute ReloadSchemaElement.getAttribute(java.lang.String attName, org.jdom.Namespace ns)
          Get a ReloadSchemaAttribute by its name and Namespace
 ReloadSchemaAttribute ReloadSchemaElement.getAttributeAtIndex(int index)
          Return a ReloadSchemaAttribute by its index position
 

Methods in uk.ac.reload.moonunit.schema with parameters of type ReloadSchemaAttribute
 int ReloadSchemaElement.indexofAttribute(ReloadSchemaAttribute att)
          Return the index of an Attribute
 


VdexReload 1.1.3 API