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
XOMException
IOException
public void testFile(String testFile) throws XOMException
XOMException
public static void main(String[] args) throws XOMException, IOException
XOMException
IOException