Package org.ucl.xpathtest

Interface Summary
InputChecker Interface class InputChecker conataining abstract methods for check_input and load_xml Methods are extended where interface is implemented.
 

Class Summary
DOMLoaderTest Class for loading the file and parse wid DOM.
DOMPrint Class to print DOM parsing.
EvaluatorTest Class EvaluatorTest inherits attributes from TestCase and implements InputChecker interface
FileInputTester Class FileInputTester reads in a file of test cases and tests the input
FnDummy Class FnDummy extends Function class
FunctionTest Class FunctionTest inherits from TestCase and implements InputChecker interface
NormalizerTest Class to check the Normalization and schema
NormEvalTest Class tests normal evaluation of an xpath expression.
PrintXPVisitor Class prints the visited xpath nodes by the parser for the expression.
StaticContextTest Class StaticContextTest inherits from TestCase
StaticNameResolverTest Class StaticNameResolverTest inherits from TestCase and implements InputChecker interface
TestCommon TestCommon class declares static final variables with String location of test_schema.xml and test_noschema.xml
TSTest TSTest class inherits from TestCase and implements the InputChecker interface.
XPathParserTest Class for XpathParserTest inherits from Testcase and implements InputChecker interface
XPathTestSuite The complete test suite for the project