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