Uses of Class
eu.maveniverse.domtrip.XmlChange
Packages that use XmlChange
-
Uses of XmlChange in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return types with arguments of type XmlChangeModifier and TypeMethodDescriptionDiffResult.changes()Returns all changes.DiffResult.changesFor(XPathExpression xpath, Document doc) Returns changes affecting elements that match the given compiled XPath expression in the specified document.DiffResult.changesFor(String xpath, Document doc) Returns changes affecting elements that match the given XPath expression in the specified document.DiffResult.changesUnder(String path) Returns changes under the specified path prefix.DiffResult.formattingChanges()Returns only formatting changes that do not affect meaning.DiffResult.semanticChanges()Returns only semantic changes that affect the meaning of the XML.Constructor parameters in eu.maveniverse.domtrip with type arguments of type XmlChangeModifierConstructorDescriptionDiffResult(List<XmlChange> changes) Creates a new DiffResult with the given changes.