public final class TreeLeaf extends TreeNode
Modifier and Type | Field and Description |
---|---|
boolean |
abbr
This leaf is a dummy node displaying that node listing is abbreviated.
|
boolean |
raw
Represents raw file (true) or document (false).
|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
Constructor and Description |
---|
TreeLeaf(byte[] nm,
byte[] pth,
boolean rw,
boolean ab,
BaseXTree bxt,
Data d)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isLeaf() |
path, preparePath, toString, treeWillCollapse, treeWillExpand
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
public final boolean raw
public final boolean abbr
public boolean isLeaf()
isLeaf
in interface TreeNode
isLeaf
in class DefaultMutableTreeNode
Copyright © 2005–2015 BaseX Team. All rights reserved.