public class XMLDefaultMutableTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
Constructor and Description |
---|
XMLDefaultMutableTreeNode()
Deprecated.
only for use by test code
|
XMLDefaultMutableTreeNode(org.w3c.dom.Node root) |
XMLDefaultMutableTreeNode(java.lang.String name,
org.w3c.dom.Node xmlNode) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Node |
getXMLNode()
get the xml node
|
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, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
@Deprecated public XMLDefaultMutableTreeNode()
public XMLDefaultMutableTreeNode(org.w3c.dom.Node root) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XMLDefaultMutableTreeNode(java.lang.String name, org.w3c.dom.Node xmlNode)
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.