public class JSONDefDocument extends java.lang.Object implements DefDocument
DefXMLParser
Constructor and Description |
---|
JSONDefDocument()
Constructor.
|
JSONDefDocument(JSONElementImpl elem) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getMdsKey() |
java.lang.Object |
getMdsReference() |
DefElement |
getRootDefElement()
Returns the
DefElement for the top-level (root) element. |
static JSONDefDocument |
parseStringBuffer(java.lang.String objName,
java.lang.StringBuffer sb) |
void |
setMdsKey(java.lang.Object key) |
void |
setMdsReference(java.lang.Object ref) |
public JSONDefDocument()
public JSONDefDocument(JSONElementImpl elem)
public static JSONDefDocument parseStringBuffer(java.lang.String objName, java.lang.StringBuffer sb)
public DefElement getRootDefElement()
DefElement
for the top-level (root) element.getRootDefElement
in interface DefDocument
public java.lang.Object getMdsKey()
getMdsKey
in interface DefDocument
public void setMdsKey(java.lang.Object key)
public void setMdsReference(java.lang.Object ref)
public java.lang.Object getMdsReference()
getMdsReference
in interface DefDocument