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(org.openrewrite.xml.tree.Xml first, org.openrewrite.xml.tree.Xml second)