public interface XBEditableDocument extends XBDocument
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear all data in this document
|
XBBlock |
findNodeByIndex(long index)
Find node using depth-first traversal index.
|
void |
setExtended(java.io.InputStream source)
Set extended data area.
|
void |
setRootBlock(XBBlock block)
Set root block of the document.
|
getDocumentSize, getExtended, getExtendedSize, getRootBlockvoid setExtended(java.io.InputStream source)
source - InputStream to use as data source for this document.void setRootBlock(XBBlock block) throws XBProcessingException
block - the block to use as root block for this document.XBProcessingExceptionvoid clear()
XBBlock findNodeByIndex(long index)
index - order of the block in document.