@Deprecated public class Schema extends Mel
| Constructor and Description |
|---|
Schema(org.w3c.dom.Document doc,
org.w3c.dom.Element ele)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaDef |
addContainer(java.lang.String defName)
Deprecated.
|
SchemaDef |
addData(java.lang.String defName)
Deprecated.
|
void |
addRoot(java.lang.String rootName)
Deprecated.
|
SchemaDef |
lookUpDefinition(java.lang.String defName)
Deprecated.
|
static Schema |
readFile(java.io.File inFile)
Deprecated.
|
static Schema |
readInputStream(java.io.InputStream is)
Deprecated.
|
addChild, addChild, addVectorValue, assureValidXMLChars, attributeEquals, construct, convertClass, convertInputStreamToDocument, createDocument, createEmpty, eliminateCData, findChild, getAllAttributeNames, getAllChildren, getAttribute, getAttributeLong, getChild, getChild, getChildren, getChildren, getDataValue, getDocument, getElement, getFormattedString, getName, getPrefix, getRawChildren, getRawDOM, getScalar, getVector, isContainer, parseString, readFile, readInputStream, reformatXML, removeAllNamedChild, removeChild, safeConvertInt, safeConvertLong, setAttribute, setAttributeInt, setAttributeLong, setScalar, setVector, writeShortLiteralValue, writeToFile, writeToOutputStreampublic Schema(org.w3c.dom.Document doc,
org.w3c.dom.Element ele)
throws java.lang.Exception
java.lang.Exception@Deprecated public static Schema readFile(java.io.File inFile) throws java.lang.Exception
java.lang.Exception@Deprecated public static Schema readInputStream(java.io.InputStream is) throws java.lang.Exception
java.lang.Exceptionpublic SchemaDef lookUpDefinition(java.lang.String defName)
public SchemaDef addContainer(java.lang.String defName) throws java.lang.Exception
java.lang.Exceptionpublic SchemaDef addData(java.lang.String defName) throws java.lang.Exception
java.lang.Exception@Deprecated
public void addRoot(java.lang.String rootName)
throws java.lang.Exception
java.lang.Exception