Class SemanticallyEqual

java.lang.Object
org.openrewrite.xml.SemanticallyEqual

public class SemanticallyEqual extends Object
Recursively check the equality of XML tags and attributes. Ignores comments. Ignores the order of attributes.
  • Method Details

    • areEqual

      public static boolean areEqual(Xml first, Xml second)