@Deprecated public class SchemaDef extends Mel
| Constructor and Description |
|---|
SchemaDef(org.w3c.dom.Document doc,
org.w3c.dom.Element ele)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
childIsPlural(java.lang.String childName)
Deprecated.
|
Mel |
declareAttribute(java.lang.String attrName)
Deprecated.
|
Mel |
declareChild(java.lang.String childName)
Deprecated.
|
void |
declareChild(java.lang.String childName,
boolean allowPlural)
Deprecated.
|
boolean |
isContainer()
Deprecated.
Generally a Mel is a container, meaning it can have children which are
either more Mel or data values.
|
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, parseString, readFile, readInputStream, reformatXML, removeAllNamedChild, removeChild, safeConvertInt, safeConvertLong, setAttribute, setAttributeInt, setAttributeLong, setScalar, setVector, writeShortLiteralValue, writeToFile, writeToOutputStreampublic SchemaDef(org.w3c.dom.Document doc,
org.w3c.dom.Element ele)
public boolean isContainer()
MelisContainer in class Mel@Deprecated public Mel declareAttribute(java.lang.String attrName) throws java.lang.Exception
java.lang.Exception@Deprecated public Mel declareChild(java.lang.String childName) throws java.lang.Exception
java.lang.Exception@Deprecated
public void declareChild(java.lang.String childName,
boolean allowPlural)
throws java.lang.Exception
java.lang.Exception@Deprecated
public boolean childIsPlural(java.lang.String childName)
throws java.lang.Exception
java.lang.Exception