|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.ComplexDataObject
biz.c24.io.api.data.DocumentRoot
public class DocumentRoot
Constructor Summary | |
---|---|
DocumentRoot()
|
|
DocumentRoot(DocumentRoot clone)
|
|
DocumentRoot(Element definingElementDecl)
|
Method Summary | |
---|---|
DocumentRoot |
getDocumentRoot()
Returns the document root of this object hierarchy if one is present. |
ComplexDataObject |
getRoot()
Returns the root of this object hierarchy. |
Object |
getRootElement()
Returns the populated root object. |
Element |
getRootElementDecl()
Returns the meta-data element declaration for the populated root object. |
protected String |
getTargetNamespace()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DocumentRoot()
public DocumentRoot(Element definingElementDecl)
public DocumentRoot(DocumentRoot clone)
Method Detail |
---|
public ComplexDataObject getRoot()
ComplexDataObject
This will be the ancestor for which getParent() == null
.
getRoot
in class ComplexDataObject
public DocumentRoot getDocumentRoot()
ComplexDataObject
This will be the ancestor for which getParent() instanceof DocumentRoot
.
getDocumentRoot
in class ComplexDataObject
null
if this object hierarchy is not rooted within one.public Object getRootElement()
This method should be used for navigating into the object hierarchy.
public Element getRootElementDecl()
protected String getTargetNamespace()
getTargetNamespace
in class ComplexDataObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |