|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.reload.moonunit.schema.ReloadSchemaHelper
The Reload Schema Helper - this provides a bunch of helper methods to the ReloadSchema class, like friendly names etc. It's a middleman class. It reads in the Helper XML File.
Field Summary | |
protected org.jdom.Document |
_docHelper
The JDOM Document of the XML Helper File |
protected java.io.File |
_fileHelper
The File of the XML Helper File |
static java.lang.String |
ELEMENT
|
static java.lang.String |
FNAME
|
static java.lang.String |
MAXLENGTH
|
static java.lang.String |
PATH
|
static java.lang.String |
SCHEMA
|
static java.lang.String |
TIP
|
static java.lang.String |
WIDGET
|
Method Summary | |
java.lang.String |
getHelperValue(DomPath domPath,
java.lang.String helperKey)
Get a helper value for an element |
static ReloadSchemaHelper |
getReloadSchemaHelper(java.io.File fileHelper)
Factory method for getting a static re-usable ReloadSchemaHelper |
protected org.jdom.Document |
getSchemaHelperDocument()
Get the JDOM Helper Document. |
java.lang.String |
getSchemaName()
Get the name of the IMS XML Schema we are helping. |
protected org.jdom.Document |
loadSchemaHelperFile(java.io.File helperFile)
Load the XML Schema File into a JDOM Document |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ELEMENT
public static final java.lang.String SCHEMA
public static final java.lang.String PATH
public static final java.lang.String FNAME
public static final java.lang.String TIP
public static final java.lang.String WIDGET
public static final java.lang.String MAXLENGTH
protected org.jdom.Document _docHelper
protected java.io.File _fileHelper
Method Detail |
public static ReloadSchemaHelper getReloadSchemaHelper(java.io.File fileHelper) throws ReloadSchemaException
fileHelper
- The file of the Helper file to get
ReloadSchemaException
protected org.jdom.Document loadSchemaHelperFile(java.io.File helperFile) throws DweezilXMLException
helperFile
- The XML Helper File to read in
DweezilXMLException
protected org.jdom.Document getSchemaHelperDocument()
public java.lang.String getSchemaName()
public java.lang.String getHelperValue(DomPath domPath, java.lang.String helperKey)
domPath
- the path of the element concernedhelperKey
- the helper key to be used for getting the helper value
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |