org.custommonkey.xmlunit
public class IgnoreTextAndAttributeValuesDifferenceListener extends Object implements DifferenceListener
See Also: Diff
Method Summary | |
---|---|
int | differenceFound(Difference difference) |
void | skippedComparison(Node control, Node test)
Do nothing |
Returns: RETURN_IGNORE_DIFFERENCE_NODES_SIMILAR to ignore differences in values of TEXT or ATTRIBUTE nodes, and RETURN_ACCEPT_DIFFERENCE to accept all other differences.
See Also: differenceFound
See Also: DifferenceListener