com.xmlcalabash.drivers
Class RunTestReport

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

public class RunTestReport
extends java.lang.Object

Author:
ndw

Field Summary
static net.sf.saxon.s9api.QName _href
           
static net.sf.saxon.s9api.QName _name
           
static net.sf.saxon.s9api.QName _path
           
static net.sf.saxon.s9api.QName _port
           
static net.sf.saxon.s9api.QName _value
           
static java.lang.String NS_TEST
           
static net.sf.saxon.s9api.QName t_compare_pipeline
           
static net.sf.saxon.s9api.QName t_description
           
static net.sf.saxon.s9api.QName t_document
           
static net.sf.saxon.s9api.QName t_input
           
static net.sf.saxon.s9api.QName t_option
           
static net.sf.saxon.s9api.QName t_output
           
static net.sf.saxon.s9api.QName t_parameter
           
static net.sf.saxon.s9api.QName t_pipeline
           
static net.sf.saxon.s9api.QName t_test
           
static net.sf.saxon.s9api.QName t_title
           
 
Constructor Summary
RunTestReport()
          Creates a new instance of RunTest
 
Method Summary
static void main(java.lang.String[] args)
           
 void run(java.lang.String testfile)
           
 com.xmlcalabash.drivers.RunTestReport.TestResult runTest(net.sf.saxon.s9api.XdmNode testNode)
           
 void runTests(java.util.Vector<java.lang.String> tests)
           
 java.lang.String serialize(net.sf.saxon.s9api.XdmNode node)
           
 java.lang.String serializeAsXML(net.sf.saxon.s9api.XdmNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_path

public static final net.sf.saxon.s9api.QName _path

_port

public static final net.sf.saxon.s9api.QName _port

_href

public static final net.sf.saxon.s9api.QName _href

_name

public static final net.sf.saxon.s9api.QName _name

_value

public static final net.sf.saxon.s9api.QName _value

NS_TEST

public static final java.lang.String NS_TEST
See Also:
Constant Field Values

t_test

public static final net.sf.saxon.s9api.QName t_test

t_title

public static final net.sf.saxon.s9api.QName t_title

t_description

public static final net.sf.saxon.s9api.QName t_description

t_input

public static final net.sf.saxon.s9api.QName t_input

t_output

public static final net.sf.saxon.s9api.QName t_output

t_parameter

public static final net.sf.saxon.s9api.QName t_parameter

t_option

public static final net.sf.saxon.s9api.QName t_option

t_pipeline

public static final net.sf.saxon.s9api.QName t_pipeline

t_compare_pipeline

public static final net.sf.saxon.s9api.QName t_compare_pipeline

t_document

public static final net.sf.saxon.s9api.QName t_document
Constructor Detail

RunTestReport

public RunTestReport()
Creates a new instance of RunTest

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

runTests

public void runTests(java.util.Vector<java.lang.String> tests)

run

public void run(java.lang.String testfile)

runTest

public com.xmlcalabash.drivers.RunTestReport.TestResult runTest(net.sf.saxon.s9api.XdmNode testNode)

serializeAsXML

public java.lang.String serializeAsXML(net.sf.saxon.s9api.XdmNode node)

serialize

public java.lang.String serialize(net.sf.saxon.s9api.XdmNode node)