Uses of Class
eu.maveniverse.domtrip.DiffResult
-
Packages that use DiffResult Package Description eu.maveniverse.domtrip DomTrip - A lossless XML processing library for Java. -
-
Uses of DiffResult in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return DiffResult Modifier and Type Method Description static DiffResultXmlDiff. diff(Document before, Document after)Compares two documents using default configuration (positional matching).static DiffResultXmlDiff. diff(Document before, Document after, DiffConfig config)Compares two documents using the given configuration.
-