Package org.apache.jmeter.visualizers
Class XMLDefaultMutableTreeNode
-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Cloneable
,javax.swing.tree.MutableTreeNode
,javax.swing.tree.TreeNode
public class XMLDefaultMutableTreeNode extends DefaultMutableTreeNode
A extended class of DefaultMutableTreeNode except that it also attached XML node and convert XML document into DefaultMutableTreeNode.
-
-
Field Summary
Fields Modifier and Type Field Description public transient Node
xmlNode
public final static Enumeration<TreeNode>
EMPTY_ENUMERATION
-
Constructor Summary
Constructors Constructor Description XMLDefaultMutableTreeNode()
XMLDefaultMutableTreeNode(Node root)
XMLDefaultMutableTreeNode(String name, Node xmlNode)
-
Method Summary
Modifier and Type Method Description Node
getXMLNode()
get the xml node -
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getXMLNode
Node getXMLNode()
get the xml node
-
-
-
-