public interface XMLComparisonModel extends ComparisonModel
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE |
static String |
COMMENT |
static String |
DOCUMENT |
static String |
DOCUMENT_ENCODING |
static String |
ELEMENT |
static String |
ELEMENT_NAME |
static String |
ELEMENT_NAMESPACE |
static String |
ELEMENT_TEXT |
static String |
PROCESSING_INSTRUCTION |
static String |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
Node[] |
childNodes(Node parent) |
void |
init(Document document1,
Document document2) |
boolean |
isCdataRelevant() |
boolean |
isCommentRelevant() |
boolean |
isNamespaceRelevant() |
boolean |
isProcessingInstructionRelevant() |
boolean |
isWhitespaceRelevant() |
void |
setCdataRelevant(boolean cdataRelevant) |
void |
setCommentRelevant(boolean commentRelevant) |
void |
setNamespaceRelevant(boolean namespaceRelevant) |
void |
setProcessingInstructionRelevant(boolean processingInstructionRelevant) |
void |
setWhitespaceRelevant(boolean whitespaceRelevant) |
addKeyExpression, classifierOf, correspond, equal, getKeyExpressions, subPathstatic final String DOCUMENT
static final String DOCUMENT_ENCODING
static final String ELEMENT
static final String ELEMENT_NAMESPACE
static final String ELEMENT_NAME
static final String ELEMENT_TEXT
static final String ATTRIBUTE
static final String TEXT
static final String COMMENT
static final String PROCESSING_INSTRUCTION
boolean isNamespaceRelevant()
void setNamespaceRelevant(boolean namespaceRelevant)
boolean isWhitespaceRelevant()
void setWhitespaceRelevant(boolean whitespaceRelevant)
boolean isCommentRelevant()
void setCommentRelevant(boolean commentRelevant)
boolean isCdataRelevant()
void setCdataRelevant(boolean cdataRelevant)
boolean isProcessingInstructionRelevant()
void setProcessingInstructionRelevant(boolean processingInstructionRelevant)
Copyright © 2006–2016 Volker Bergmann. All rights reserved.