public final class AttributeChange extends Change
Diff.diff(com.xmlmind.xml.doc.Document, com.xmlmind.xml.doc.Document, java.util.List<com.xmlmind.xmleditapp.cmd.diff.Change>)
.Modifier and Type | Field and Description |
---|---|
Name |
attributeName
The name of the attribute which has changed.
|
String |
originalValue
The original value of the attribute.
|
String |
revisedValue
The new value of the attribute.
|
originalElement, revisedElement
public final Name attributeName
public final String originalValue
null
means
that the attribute has been added to the revised copy.public final String revisedValue
null
means
that the attribute has been deleted from the revised copy.