|
Oxygen XML Editor 13.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface AuthorDocument
The Document interface represents the entire XML document. Conceptually, it is the root of the document tree, and provides the primary access to the document's data.
Field Summary |
---|
Fields inherited from interface ro.sync.ecss.extensions.api.node.AuthorNode |
---|
NODE_NAME_CDATA, NODE_NAME_COMMENT, NODE_NAME_DOCUMENT, NODE_NAME_PI, NODE_TYPE_CDATA, NODE_TYPE_COMMENT, NODE_TYPE_DOCUMENT, NODE_TYPE_ELEMENT, NODE_TYPE_PI, NODE_TYPE_PSEUDO_DOCTYPE, NODE_TYPE_PSEUDO_ELEMENT, NODE_TYPE_REFERENCE, NODE_TYPE_TEXT |
Method Summary | |
---|---|
int |
getLength()
Get the length of the document. |
AuthorElement |
getRootElement()
Returns the child node that is the root element of the document. |
java.lang.String |
getSystemID()
Returns the systemID of the document. |
Methods inherited from interface ro.sync.ecss.extensions.api.node.AuthorParentNode |
---|
getContentNodes, getParentElement |
Methods inherited from interface ro.sync.ecss.extensions.api.node.AuthorNode |
---|
getDisplayName, getEndOffset, getName, getNamespace, getNamespaceContext, getOwnerDocument, getParent, getStartOffset, getTextContent, getType, getXMLBaseURL, isDescendentOf |
Method Detail |
---|
AuthorElement getRootElement()
null
for documents with no
children elements.java.lang.String getSystemID()
null
if not provided.int getLength()
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
|
Oxygen XML Editor 13.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |