VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.dweezil.util.DweezilXMLException

Packages that use DweezilXMLException
uk.ac.reload.dweezil.prefs   
uk.ac.reload.dweezil.util   
uk.ac.reload.editor   
uk.ac.reload.moonunit.dom   
uk.ac.reload.moonunit.schema   
 

Uses of DweezilXMLException in uk.ac.reload.dweezil.prefs
 

Methods in uk.ac.reload.dweezil.prefs that throw DweezilXMLException
 void UserPrefs.save()
          Save the Prefs file
 

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

Methods in uk.ac.reload.dweezil.util that throw DweezilXMLException
static void XMLUtils.write2XMLFile(org.jdom.Document doc, java.io.File file)
          Writes a JDOM Document to file
static org.jdom.Document XMLUtils.readXMLFile(java.io.File file, java.lang.String schemaNamespace, java.lang.String schemaLocation)
          Reads and returns a JDOM Document from file with Schema validation
static org.jdom.Document XMLUtils.readXMLFile(java.io.File file)
          Reads and returns a JDOM Document from file without Schema Validation
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
static java.util.ArrayList XMLUtils.getElementValuesFromFileByName(java.io.File source, java.io.File stylesheet)
          Gets all values of a particular element using its name from the file
static java.io.File XMLUtils.getMetadataFile(java.io.File source, java.io.File stylesheet, java.lang.String filename)
          Gets the metadata file
 

Uses of DweezilXMLException in uk.ac.reload.editor
 

Methods in uk.ac.reload.editor that throw DweezilXMLException
protected  org.jdom.Document ReloadHelperProfile.loadProfile(java.io.File fileProfile)
          Load the XML Profile File into a JDOM Document
 

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

Methods in uk.ac.reload.moonunit.dom that throw DweezilXMLException
 void ReloadDocument.loadDocument(java.io.File file)
          Load the JDOM Document File
 

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

Methods in uk.ac.reload.moonunit.schema that throw DweezilXMLException
protected  org.jdom.Document ReloadSchemaHelper.loadSchemaHelperFile(java.io.File helperFile)
          Load the XML Schema File into a JDOM Document
 


VdexReload 1.1.3 API