Save This Page
Home » dom4j-1.6.1 » org.dom4j » [javadoc | source]
org.dom4j
public class: XPathExamplesTest [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.dom4j.AbstractTestCase
         org.dom4j.XPathExamplesTest
Performs a number of unit test cases on the XPath engine
Field Summary
protected  SAXReader xmlReader     
protected  Document testDocument    The document on which the tests are being run 
protected  Node testContext    The context node on which the tests are being run 
protected  DocumentFactory factory    factory for XPath, Patterns and nodes 
Fields inherited from org.dom4j.AbstractTestCase:
document
Method from org.dom4j.XPathExamplesTest Summary:
main,   runTest,   runTests,   testContext,   testDocument,   testFilter,   testPattern,   testValueOf,   testXPaths
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.XPathExamplesTest Detail:
 public static  void main(String[] args) 
 protected  void runTest(Element documentTest,
    Element context,
    Element test) throws Exception 
 protected  void runTests(Element documentTest,
    Element context) throws Exception 
 protected  void testContext(Element documentTest,
    Element context) throws Exception 
 protected  void testDocument(Element documentTest) throws Exception 
 protected  void testFilter(Element documentTest,
    Element context,
    Element pattern) throws Exception 
 protected  void testPattern(Element documentTest,
    Element context,
    Element patternElement) throws Exception 
 protected  void testValueOf(Element documentTest,
    Element context,
    Element valueOf) throws Exception 
 public  void testXPaths() throws Exception