Package org.openrewrite.xml
Class SemanticallyEqual
- java.lang.Object
-
- org.openrewrite.xml.SemanticallyEqual
-
@Incubating(since="7.17.0") public class SemanticallyEqual extends java.lang.ObjectRecursively check the equality of XML tags and attributes. Ignores comments. Ignores the order of attributes.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanareEqual(Xml first, Xml second)
-