public interface IXmlCompare
| Modifier and Type | Method and Description |
|---|---|
void |
addError(java.lang.String err) |
java.util.List<java.lang.String> |
getErrors() |
java.lang.String |
getErrorsAsString() |
boolean |
isCompareAttributeContent()
Compare the content of each matching attribute
|
boolean |
isCompareElementContent()
Compare the text content of each matching Element
|
boolean |
isIgnoreExtraAttributes()
Ignore any extra attributes in the 2nd XML content...
|
boolean |
isIgnoreWhitespace()
Ignore whitespace in element content...
|
void addError(java.lang.String err)
java.util.List<java.lang.String> getErrors()
java.lang.String getErrorsAsString()
boolean isCompareAttributeContent()
boolean isCompareElementContent()
boolean isIgnoreWhitespace()
boolean isIgnoreExtraAttributes()