Class 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 boolean compare​(java.io.File file1, java.io.File file2, SAXResolver resolver)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Compare

        public Compare()
    • 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.SAXException
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws org.xml.sax.SAXException,
                                java.io.IOException
        Throws:
        org.xml.sax.SAXException
        java.io.IOException