Package | Description |
---|---|
org.xmldiff.core.model |
The model for the nodes.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<ComparedElement> |
ComparedElement.children |
Modifier and Type | Method and Description |
---|---|
ComparedElement |
ComparisonModel.getComparedElement()
Return the root compared element.
|
ComparedElement |
NodeTreeRep.getComparedElement()
Return the associated compared element.
|
ComparedElement |
ComparisonModel.getKeyToComparedElement(XMLNodeKey key)
Return the element corresponding to a key.
|
ComparedElement |
ComparisonModel.nextDifference()
Return the next difference.
|
ComparedElement |
ComparisonModel.previousDifference()
Return the previous difference.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ComparedElement> |
ComparedElement.getChildren()
Return the children of the element.
|
java.util.List<ComparedElement> |
ComparisonModel.getDifferences()
Return the list of differences in the comparison result.
|
java.util.Map<XMLNodeKey,ComparedElement> |
ComparisonModel.getKeyToComparedElement()
Return the map of keys to elements.
|
Modifier and Type | Method and Description |
---|---|
void |
ComparedElement.addChild(ComparedElement child)
Add a child element for this element.
|
void |
ComparisonModel.addComparedElement(ComparedElement compElement)
Add a compared element which is in the comparison.
|
void |
NodeTreeRep.setComparedElement(ComparedElement element)
Set the associated compared element.
|
void |
ComparedElement.setParentElement(ComparedElement parentElement)
Set the parent element.
|
Constructor and Description |
---|
ComparisonModel(java.io.File leftFile,
java.io.File rightFile,
ComparedElement comparedRoot)
Constructor.
|
Copyright © 2024 HervĂ© Girod. All Rights Reserved. Documentation and source under the BSD licence