Class JDOMCompare


  • public class JDOMCompare
    extends Object
    • Method Detail

      • diffDocuments

        public static String diffDocuments​(org.jdom.Document documentExpected,
                                           org.jdom.Document documentActual)
      • diffElements

        public static String diffElements​(org.jdom.Element elementExpected,
                                          org.jdom.Element elementActual,
                                          String pathPrefix,
                                          int order)
      • diffAttributes

        public static String diffAttributes​(org.jdom.Element element1,
                                            org.jdom.Element element2,
                                            String pathPrefix,
                                            String mode)