Uses of Interface
com.eviware.soapui.support.xml.XmlObjectTreeModel.XmlTreeNode

Packages that use XmlObjectTreeModel.XmlTreeNode
com.eviware.soapui.support.xml XML-related tools 
 

Uses of XmlObjectTreeModel.XmlTreeNode in com.eviware.soapui.support.xml
 

Classes in com.eviware.soapui.support.xml that implement XmlObjectTreeModel.XmlTreeNode
 class XmlObjectTreeModel.AttributeXmlTreeNode
           
 class XmlObjectTreeModel.ElementXmlTreeNode
           
 class XmlObjectTreeModel.RootXmlTreeNode
           
 class XmlObjectTreeModel.TextXmlTreeNode
           
 

Methods in com.eviware.soapui.support.xml that return XmlObjectTreeModel.XmlTreeNode
 XmlObjectTreeModel.XmlTreeNode XmlObjectTreeModel.XmlTreeNode.getChild(int ix)
           
 XmlObjectTreeModel.XmlTreeNode XmlObjectTreeModel.RootXmlTreeNode.getChild(int ix)
           
 XmlObjectTreeModel.XmlTreeNode XmlObjectTreeModel.ElementXmlTreeNode.getChild(int ix)
           
 XmlObjectTreeModel.XmlTreeNode XmlObjectTreeModel.XmlTreeNode.getParent()
           
 XmlObjectTreeModel.XmlTreeNode XmlObjectTreeModel.getXmlTreeNode(org.apache.xmlbeans.XmlObject object)
           
 XmlObjectTreeModel.XmlTreeNode[] XmlObjectTreeModel.selectTreeNodes(java.lang.String xpath)
           
 

Methods in com.eviware.soapui.support.xml with parameters of type XmlObjectTreeModel.XmlTreeNode
protected  void XmlObjectTreeModel.fireTreeNodeChanged(XmlObjectTreeModel.XmlTreeNode treeNode, int column)
           
protected  void XmlObjectTreeModel.fireTreeStructureChanged(XmlObjectTreeModel.XmlTreeNode rootNode)
           
 int XmlObjectTreeModel.XmlTreeNode.getIndexOfChild(XmlObjectTreeModel.XmlTreeNode childNode)
           
 int XmlObjectTreeModel.RootXmlTreeNode.getIndexOfChild(XmlObjectTreeModel.XmlTreeNode childNode)
           
 int XmlObjectTreeModel.ElementXmlTreeNode.getIndexOfChild(XmlObjectTreeModel.XmlTreeNode childNode)
           
 

Constructors in com.eviware.soapui.support.xml with parameters of type XmlObjectTreeModel.XmlTreeNode
XmlObjectTreeModel.ElementXmlTreeNode(org.apache.xmlbeans.XmlCursor cursor, XmlObjectTreeModel.XmlTreeNode parent)
           
 



Copyright © 2005-2010 eviware.com. All Rights Reserved.