| Package | Description |
|---|---|
| org.xbup.catalog.declaration | |
| org.xbup.io.command.basic | |
| org.xbup.io.declaration | |
| org.xbup.io.stream.buffer | |
| org.xbup.io.tree |
| Modifier and Type | Method and Description |
|---|---|
static XBFormatDecl |
XBCFormatDecl.processFormatSpec(XBCatalog catalog,
XBTTreeNode specBlock) |
| Constructor and Description |
|---|
XBTDeleteBlockCommand(XBTTreeNode node) |
XBTModAttrBlockCommand(XBTTreeNode node,
XBTTreeNode newNode) |
XBTModDataBlockCommand(XBTTreeNode node,
XBTTreeNode newNode) |
XBTModifyBlockCommand(XBTTreeNode node,
XBTTreeNode newNode) |
| Modifier and Type | Method and Description |
|---|---|
static XBContext |
XBContext.processDeclaration(XBCatalog catalog,
XBContext parent,
XBTTreeNode specBlock) |
static XBFormatDecl |
XBFormatDecl.processDeclaration(XBTTreeNode specBlock) |
| Modifier and Type | Method and Description |
|---|---|
XBTTreeNode |
XBTOMOutputStream.getTreeNode() |
| Constructor and Description |
|---|
XBTOMOutputStream(XBTTreeNode treeNode)
Creates a new instance of XBOMOutputStream
|
| Modifier and Type | Method and Description |
|---|---|
XBTTreeNode |
XBTTreeNode.clone() |
XBTTreeNode |
XBTTreeNode.clone(boolean recursive) |
XBTTreeNode |
XBTTreeNode.findNodeByIndex(long index)
Find Node on given depth-first order index (recursive, no cache)
|
XBTTreeNode |
XBTTreeNode.followPointer(int index) |
XBTTreeNode |
XBTTreeNode.getChildAt(int childIndex) |
XBTTreeNode |
XBTTreeNode.XBParamExtractor.getOutput() |
XBTTreeNode |
XBTTreeNode.getParent() |
XBTTreeNode |
XBTTree.newNodeInstance(XBTTreeNode parent)
TODO: This is stub, because I'm to lazy to think about proper solution
|
XBTTreeNode |
XBTTreeNode.newNodeInstance(XBTTreeNode parent)
TODO: This is stub, because I'm to lazy to think about proper solution
|
| Modifier and Type | Method and Description |
|---|---|
XBTTreeNode |
XBTTree.newNodeInstance(XBTTreeNode parent)
TODO: This is stub, because I'm to lazy to think about proper solution
|
XBTTreeNode |
XBTTreeNode.newNodeInstance(XBTTreeNode parent)
TODO: This is stub, because I'm to lazy to think about proper solution
|
void |
XBTTree.setRootBlock(XBTTreeNode rootNode) |
| Constructor and Description |
|---|
XBTTreeNode(XBTTreeNode parent)
Creates a new instance of XBTTreeNode.
|