Class Compare
- java.lang.Object
-
- com.thaiopensource.relaxng.translate.test.Compare
-
public class Compare extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Compare()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancompare(java.io.File file1, java.io.File file2, SAXResolver resolver)static voidmain(java.lang.String[] args)
-
-
-
Method Detail
-
compare
public static boolean compare(java.io.File file1, java.io.File file2, SAXResolver resolver) throws org.xml.sax.SAXException, java.io.IOException- Throws:
org.xml.sax.SAXExceptionjava.io.IOException
-
main
public static void main(java.lang.String[] args) throws org.xml.sax.SAXException, java.io.IOException- Throws:
org.xml.sax.SAXExceptionjava.io.IOException
-
-