com.xmlcalabash.drivers
Class SaxonTest

java.lang.Object
  extended by com.xmlcalabash.drivers.SaxonTest

public class SaxonTest
extends java.lang.Object


Constructor Summary
SaxonTest()
           
 
Method Summary
protected  java.util.Vector<net.sf.saxon.s9api.XdmItem> evaluateXPath(java.lang.String xpath)
           
static void main(java.lang.String[] args)
           
 void run(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaxonTest

public SaxonTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws net.sf.saxon.s9api.SaxonApiException,
                        java.io.IOException,
                        java.net.URISyntaxException
Throws:
net.sf.saxon.s9api.SaxonApiException
java.io.IOException
java.net.URISyntaxException

run

public void run(java.lang.String[] args)
         throws net.sf.saxon.s9api.SaxonApiException,
                java.io.IOException,
                java.net.URISyntaxException
Throws:
net.sf.saxon.s9api.SaxonApiException
java.io.IOException
java.net.URISyntaxException

evaluateXPath

protected java.util.Vector<net.sf.saxon.s9api.XdmItem> evaluateXPath(java.lang.String xpath)
                                                              throws net.sf.saxon.s9api.SaxonApiException
Throws:
net.sf.saxon.s9api.SaxonApiException