|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.FileSchema
public class FileSchema
This class generates the schema from a file.
Constructor Summary | |
---|---|
FileSchema(java.lang.String schemaFileName)
|
Method Summary | |
---|---|
org.w3c.dom.Element |
getAsElement(org.w3c.dom.Document document)
returns a schema element that expresses the schema. |
java.lang.String |
getVersion()
a version that identifies the schema or null if there is none |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileSchema(java.lang.String schemaFileName)
Method Detail |
---|
public org.w3c.dom.Element getAsElement(org.w3c.dom.Document document)
SDataSchema
The schema returned is intended either to be made the content of a document or added to a link element etc.
getAsElement
in interface SDataSchema
document
- the element to which to add itselfpublic java.lang.String getVersion()
SDataSchema
getVersion
in interface SDataSchema
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |