org.ucl.xpath
Class Test

java.lang.Object
  extended byorg.ucl.xpath.Test

public class Test
extends java.lang.Object


Constructor Summary
Test()
           
 
Method Summary
 void go_dom()
           
 void go_evaluation(java.lang.String xpath_str, boolean normalize)
           
 void go_static_analysis()
           
 void go_static_context()
           
 void go_ts(java.lang.String xpath_str)
           
 void go_xerces_dom()
           
 void go_xpath()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

go_xpath

public void go_xpath()

go_dom

public void go_dom()

go_xerces_dom

public void go_xerces_dom()

go_static_context

public void go_static_context()

go_static_analysis

public void go_static_analysis()

go_evaluation

public void go_evaluation(java.lang.String xpath_str,
                          boolean normalize)

go_ts

public void go_ts(java.lang.String xpath_str)

main

public static void main(java.lang.String[] args)