| Package | Description |
|---|---|
| org.xbup.io.command | |
| org.xbup.io.tree |
| Modifier and Type | Method and Description |
|---|---|
void |
XBMutable.mkNode(XBBlock block) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBEditableBlock
XBUP Level 0 Block interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBTreeNode
XBUP Level 0 Tree Node.
|
| Modifier and Type | Method and Description |
|---|---|
XBBlock |
XBEditableDocument.findNodeByIndex(long index)
Find node using depth-first traversal index.
|
XBBlock |
XBBlock.getChildAt(int childIndex)
Get children of given index
|
XBBlock |
XBBlock.getParent()
Get parent block or null if block has no parent.
|
XBBlock |
XBDocument.getRootBlock()
Get root block of the document.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBBlock> |
XBBlock.getChildren()
Get list of all children
|
java.util.List<XBBlock> |
XBTreeNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
XBEditableBlock.setChildAt(XBBlock block,
int childIndex)
Set children of given index
|
void |
XBTreeNode.setChildAt(XBBlock block,
int childIndex) |
void |
XBEditableBlock.setParent(XBBlock parent)
Set parent block
|
void |
XBTreeNode.setParent(XBBlock parent) |
void |
XBEditableDocument.setRootBlock(XBBlock block)
Set root block of the document.
|
void |
XBTreeDocument.setRootBlock(XBBlock block) |
| Modifier and Type | Method and Description |
|---|---|
void |
XBEditableBlock.setChildren(java.util.List<XBBlock> blocks)
Set list of all children
|
void |
XBTreeNode.setChildren(java.util.List<XBBlock> children) |