org.apache.jmeter.visualizers
Class XMLDefaultMutableTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
org.apache.jmeter.visualizers.XMLDefaultMutableTreeNode
- All Implemented Interfaces:
- Cloneable, MutableTreeNode, Serializable, TreeNode
- public class XMLDefaultMutableTreeNode
- extends DefaultMutableTreeNode
A extended class of DefaultMutableTreeNode except that it also attached XML
node and convert XML document into DefaultMutableTreeNode author Dave Maung
- See Also:
- Serialized Form
Method Summary |
org.w3c.dom.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, 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 |
XMLDefaultMutableTreeNode
public XMLDefaultMutableTreeNode(org.w3c.dom.Node root)
throws org.xml.sax.SAXException
XMLDefaultMutableTreeNode
public XMLDefaultMutableTreeNode(String name,
org.w3c.dom.Node xmlNode)
getXMLNode
public org.w3c.dom.Node getXMLNode()
- get the xml node
- Returns:
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.