| |
|
| java.lang.Object gnu.lists.FilterConsumer gnu.xquery.testsuite.RunXQTS
RunXQTS | public class RunXQTS extends FilterConsumer (Code) | | Run a suite of XQuery tests, as read from an xml file.
|
XQTS_RESULT_NAMESPACE | final public static String XQTS_RESULT_NAMESPACE(Code) | | |
attrValueStart | int attrValueStart(Code) | | |
cannotTellCount | int cannotTellCount(Code) | | |
elementStartIndex | int[] elementStartIndex(Code) | | |
expectedErrors | String expectedErrors(Code) | | Same as expectedErrorBuf.toString() after collecting expected-errors.
|
expectedErrorsBuf | StringBuffer expectedErrorsBuf(Code) | | Set of expected error codes. The format is "|Error1|..|ErrorN|".
|
inStartTag | boolean inStartTag(Code) | | |
testSuiteElementType | static Object testSuiteElementType(Code) | | |
testSuiteResultElementType | static Object testSuiteResultElementType(Code) | | |
useComments | boolean useComments(Code) | | |
xfailCount | int xfailCount(Code) | | |
xpassCount | int xpassCount(Code) | | |
beforeContent | public void beforeContent()(Code) | | |
endAttribute | public void endAttribute()(Code) | | |
endElement | public void endElement()(Code) | | |
handleStartTag | public void handleStartTag()(Code) | | |
isFloatChar | static boolean isFloatChar(int c)(Code) | | |
startAttribute | public void startAttribute(Object attrType)(Code) | | |
|
|
|