|
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.editor.ReloadHelperProfile
The Profile for a given editing View - this contains the schemahelper and the vocab file to use for a given type of IMS document
Field Summary | |
protected org.jdom.Document |
_docProfile
The JDOM Document of the XML Helper File |
protected java.io.File |
_fileProfile
The File of the Profile File |
Constructor Summary | |
ReloadHelperProfile()
Default Constructor |
|
ReloadHelperProfile(java.io.File fileProfile)
Constructor |
Method Summary | |
java.io.File |
getFile()
Get the profile XMl file |
java.lang.String |
getProfileName()
Get name of the Profile. |
protected java.lang.String |
getRootAttributeValue(java.lang.String attName)
Get the value of a root attribute |
abstract java.io.File |
getSchemaHelperFile()
Get the Schema helper file |
java.lang.String |
getSchemaHelperFileName()
Get the file name of the associated Schema Helper file. |
abstract java.io.File |
getVocabFile()
Get hte Vocabulary Helper file |
java.lang.String |
getVocabularyFileName()
Get the file name of the associated Vocabulary file. |
protected org.jdom.Document |
loadProfile(java.io.File fileProfile)
Load the XML Profile File into a JDOM Document |
java.lang.String |
toString()
String representation of the Metadata Profile file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected org.jdom.Document _docProfile
protected java.io.File _fileProfile
Constructor Detail |
public ReloadHelperProfile()
public ReloadHelperProfile(java.io.File fileProfile) throws ReloadEditorException
fileProfile
- the file of the helper profile
ReloadEditorException
Method Detail |
protected org.jdom.Document loadProfile(java.io.File fileProfile) throws DweezilXMLException
fileProfile
- The XML File to read in
DweezilXMLException
public abstract java.io.File getVocabFile()
public abstract java.io.File getSchemaHelperFile()
public java.lang.String getProfileName()
public java.io.File getFile()
public java.lang.String getVocabularyFileName()
public java.lang.String getSchemaHelperFileName()
protected java.lang.String getRootAttributeValue(java.lang.String attName)
public java.lang.String toString()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |