public interface Diff
Modifier and Type | Method and Description |
---|---|
void |
doDiff(DomNode node)
perform the difference on the node
|
java.lang.String |
getDescription()
a one-line description of the difference, suitable for tool tips or labels.
|
java.lang.String |
getLabel()
a label for the difference, to appear in lists.
|
java.lang.String |
propertyName()
name of the affected property, or comma-separated property names.
|
void |
undoDiff(DomNode node)
perform the reverse of the difference
|
void doDiff(DomNode node)
node
- void undoDiff(DomNode node)
node
- java.lang.String propertyName()
java.lang.String getLabel()
java.lang.String getDescription()