org.eigenbase.xom
Class ParserTester
java.lang.Object
org.eigenbase.xom.ParserTester
public class ParserTester
- extends Object
Test the MSParser
-
-
Method Summary |
static void |
main(String[] args)
The ParserTester tests MSXML parser and Xerces Parser. |
void |
testFile(String testFile)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
modelDocType
String modelDocType
dtdUrl
String dtdUrl
ParserTester
public ParserTester(String dtdFile,
int parserType)
throws XOMException,
IOException
- Throws:
XOMException
IOException
testFile
public void testFile(String testFile)
throws XOMException
- Throws:
XOMException
main
public static void main(String[] args)
throws XOMException,
IOException
- The ParserTester tests MSXML parser and Xerces Parser. Arguments:
- The DTD file of the XML file
- The XML file for this DTD file
- Throws:
XOMException
IOException