public class IgnoreStructuralDifferenceListener extends Object implements org.custommonkey.xmlunit.DifferenceListener
It ignores what we call "structural" differences, ie.:
Constructor and Description |
---|
IgnoreStructuralDifferenceListener() |
Modifier and Type | Method and Description |
---|---|
int |
differenceFound(org.custommonkey.xmlunit.Difference difference)
Here want to:
Take into account all difference types to be ignored.
Not consider an unbalanced schema, ie.
|
void |
skippedComparison(Node control,
Node test) |
public int differenceFound(org.custommonkey.xmlunit.Difference difference)
differenceFound
in interface org.custommonkey.xmlunit.DifferenceListener
Copyright © 2015 Nuxeo SA. All rights reserved.