com.jaxfront.core.xpath
Class XPathTree

java.lang.Object
  extended by com.jaxfront.core.xpath.XPathTree

public class XPathTree
extends java.lang.Object


Constructor Summary
XPathTree()
           
 
Method Summary
 void addNode(java.util.List nodePath)
           
static XPathTree createTree(java.util.Vector xuiComponents)
           
 XPNode getRootNode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathTree

public XPathTree()
Method Detail

addNode

public void addNode(java.util.List nodePath)

createTree

public static XPathTree createTree(java.util.Vector xuiComponents)

getRootNode

public XPNode getRootNode()