java.util.List<XmlChange> |
DiffResult.changes() |
Returns all changes.
|
java.util.List<XmlChange> |
DiffResult.changesFor(XPathExpression xpath,
Document doc) |
Returns changes affecting elements that match the given compiled XPath expression
in the specified document.
|
java.util.List<XmlChange> |
DiffResult.changesFor(java.lang.String xpath,
Document doc) |
Returns changes affecting elements that match the given XPath expression
in the specified document.
|
java.util.List<XmlChange> |
DiffResult.changesUnder(java.lang.String path) |
Returns changes under the specified path prefix.
|
java.util.List<XmlChange> |
DiffResult.formattingChanges() |
Returns only formatting changes that do not affect meaning.
|
java.util.List<XmlChange> |
DiffResult.semanticChanges() |
Returns only semantic changes that affect the meaning of the XML.
|