public class ParserTester
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
dtdUrl |
(package private) java.lang.String |
modelDocType |
Constructor and Description |
---|
ParserTester(java.lang.String dtdFile,
int parserType) |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The ParserTester tests MSXML parser and Xerces Parser.
|
void |
testFile(java.lang.String testFile) |
public ParserTester(java.lang.String dtdFile, int parserType) throws XOMException, java.io.IOException
XOMException
java.io.IOException
public void testFile(java.lang.String testFile) throws XOMException
XOMException
public static void main(java.lang.String[] args) throws XOMException, java.io.IOException
XOMException
java.io.IOException