Package org.openrewrite.xml
Class SemanticallyEqual
java.lang.Object
org.openrewrite.xml.SemanticallyEqual
Recursively check the equality of XML tags and attributes.
Ignores comments. Ignores the order of attributes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanareEqual(org.openrewrite.xml.tree.Xml first, org.openrewrite.xml.tree.Xml second)
-
Method Details
-
areEqual
public static boolean areEqual(org.openrewrite.xml.tree.Xml first, org.openrewrite.xml.tree.Xml second)
-