public class XmlTreeNode extends SourceTreeNode
XmlOutlineTrees.XmlOutlineTree,
Serialized Form| Constructor and Description |
|---|
XmlTreeNode(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsOffset(int offs) |
java.lang.String |
getElement() |
int |
getEndOffset() |
java.lang.String |
getMainAttr() |
int |
getStartOffset() |
void |
setEndOffset(javax.swing.text.Position pos) |
void |
setMainAttribute(java.lang.String attr) |
void |
setStartOffset(javax.swing.text.Position pos) |
java.lang.String |
toString()
Returns a string representation of this tree node.
|
add, children, clone, cloneWithChildren, compareTo, filter, getChildAfter, getChildAt, getChildBefore, getChildCount, getIndex, getSortPriority, isSortable, isSorted, refresh, setSortable, setSorted, setSortPrioritybreadthFirstEnumeration, depthFirstEnumeration, getAllowsChildren, getDepth, getFirstChild, getFirstLeaf, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic boolean containsOffset(int offs)
public java.lang.String getElement()
public int getEndOffset()
public java.lang.String getMainAttr()
public int getStartOffset()
public void setEndOffset(javax.swing.text.Position pos)
public void setMainAttribute(java.lang.String attr)
public void setStartOffset(javax.swing.text.Position pos)
public java.lang.String toString()
toString in class javax.swing.tree.DefaultMutableTreeNode