Save This Page
Home » dom4j-1.6.1 » org.dom4j.xpath » [javadoc | source]
org.dom4j.xpath
public class: GetPathTest [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.dom4j.AbstractTestCase
         org.dom4j.xpath.GetPathTest
Test harness for the GetPath() method
Fields inherited from org.dom4j.AbstractTestCase:
document
Method from org.dom4j.xpath.GetPathTest Summary:
main,   testBranchPath,   testBug569927,   testBug770410,   testDefaultNamespace,   testGetPath,   testNodePath,   testPath,   testPath,   testRelativePath,   testRelativePath
Methods from org.dom4j.AbstractTestCase:
assertDocumentsEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqualContent,   getDocument,   getDocument,   getDocument,   getFile,   getRootElement,   log,   setUp
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.xpath.GetPathTest Detail:
 public static  void main(String[] args) 
 protected  void testBranchPath(Branch branch) 
 public  void testBug569927() 
 public  void testBug770410() 
 public  void testDefaultNamespace() throws Exception 
 public  void testGetPath() throws Exception 
 protected  void testNodePath(Node node) 
 protected  void testPath(Node node,
    String value) 
 protected  void testPath(Node node,
    String path,
    String uniquePath) 
 protected  void testRelativePath(Element context,
    Node node,
    String path) 
 protected  void testRelativePath(Element context,
    Node node,
    String pathRel,
    String uniquePathRel)