public interface DifferenceConstants
Modifier and Type | Field and Description |
---|---|
static Difference |
ADDED_NODE
Added Node.
|
static int |
ADDED_NODE_ID
Node added ID.
|
static Difference |
ATTR_NAME_NOT_FOUND
Comparing 2 elements and one has an attribute the other does not.
|
static int |
ATTR_NAME_NOT_FOUND_ID
Comparing 2 elements and one has an attribute the other does not.
|
static Difference |
ATTR_SEQUENCE
Comparing 2 attribute lists with the same attributes in different sequence.
|
static int |
ATTR_SEQUENCE_ID
Comparing 2 attribute lists with the same attributes in different sequence.
|
static Difference |
ATTR_VALUE
Comparing 2 attributes with the same name but different values.
|
static Difference |
ATTR_VALUE_EXPLICITLY_SPECIFIED
Comparing an implied attribute value against an explicit value.
|
static int |
ATTR_VALUE_EXPLICITLY_SPECIFIED_ID
Comparing an implied attribute value against an explicit value.
|
static int |
ATTR_VALUE_ID
Comparing 2 attributes with the same name but different values.
|
static Difference |
CDATA_VALUE
Comparing 2 CDATA sections with different values.
|
static int |
CDATA_VALUE_ID
Comparing 2 CDATA sections with different values.
|
static Difference |
CHILD_NODELIST_LENGTH
Comparing 2 nodes with different numbers of children.
|
static int |
CHILD_NODELIST_LENGTH_ID
Comparing 2 nodes with different numbers of children.
|
static Difference |
CHILD_NODELIST_SEQUENCE
Comparing 2 nodes with children whose nodes are in different sequence.
|
static int |
CHILD_NODELIST_SEQUENCE_ID
Comparing 2 nodes with children whose nodes are in different sequence.
|
static Difference |
COMMENT_VALUE
Comparing 2 comments with different values.
|
static int |
COMMENT_VALUE_ID
Comparing 2 comments with different values.
|
static Difference |
DOCTYPE_NAME
Comparing 2 document types with different names.
|
static int |
DOCTYPE_NAME_ID
Comparing 2 document types with different names.
|
static Difference |
DOCTYPE_PUBLIC_ID
Comparing 2 document types with different public identifiers.
|
static int |
DOCTYPE_PUBLIC_ID_ID
Comparing 2 document types with different public identifiers.
|
static Difference |
DOCTYPE_SYSTEM_ID
Comparing 2 document types with different system identifiers.
|
static int |
DOCTYPE_SYSTEM_ID_ID
Comparing 2 document types with different system identifiers.
|
static int |
DOCUMENT_EMPTY_ID
Empty Document.
|
static int |
DOCUMENT_NEW_ID
Entirely new Document.
|
static Difference |
ELEMENT_NUM_ATTRIBUTES
Comparing 2 elements with different number of attributes.
|
static int |
ELEMENT_NUM_ATTRIBUTES_ID
Comparing 2 elements with different number of attributes.
|
static Difference |
ELEMENT_TAG_NAME
Comparing 2 elements with different tag names.
|
static int |
ELEMENT_TAG_NAME_ID
Comparing 2 elements with different tag names.
|
static Difference |
EMPTY_DOCUMENT
Empty Document.
|
static Difference |
HAS_CHILD_NODES
Comparing 2 nodes but only one has any children.
|
static int |
HAS_CHILD_NODES_ID
Comparing 2 nodes but only one has any children.
|
static Difference |
HAS_DOCTYPE_DECLARATION
Comparing 2 Documents only one of which has a doctype.
|
static int |
HAS_DOCTYPE_DECLARATION_ID
Comparing 2 Documents only one of which has a doctype.
|
static int |
MISMATCHED_POSITION
Position Mismatch.
|
static Difference |
MULTIPLE_MATCHES_ADDED_NODE
Multiple Node Matches/Added Node.
|
static int |
MULTIPLE_MATCHES_ADDED_NODE_ID
Multiple Node Matches/Node added.
|
static Difference |
NAMESPACE_PREFIX
Comparing 2 nodes with different namespace prefixes.
|
static int |
NAMESPACE_PREFIX_ID
Comparing 2 nodes with different namespace prefixes.
|
static Difference |
NAMESPACE_URI
Comparing 2 nodes with different namespace URIs.
|
static int |
NAMESPACE_URI_ID
Comparing 2 nodes with different namespace URIs.
|
static Difference |
NEW_DOCUMENT
Entirely new Document.
|
static Difference |
NODE_NOT_FOUND
Node Added.
|
static int |
NODE_NOT_FOUND_ID
Node added/removed.
|
static Difference |
NODE_TYPE
Comparing 2 nodes with different node types.
|
static int |
NODE_TYPE_ID
Comparing 2 nodes with different node types.
|
static Difference |
POSITION_MISMATCH |
static Difference |
PROCESSING_INSTRUCTION_DATA
Comparing 2 processing instructions with different instructions.
|
static int |
PROCESSING_INSTRUCTION_DATA_ID
Comparing 2 processing instructions with different instructions.
|
static Difference |
PROCESSING_INSTRUCTION_TARGET
Comparing 2 processing instructions with different targets.
|
static int |
PROCESSING_INSTRUCTION_TARGET_ID
Comparing 2 processing instructions with different targets.
|
static Difference |
TEXT_VALUE
Comparing 2 different text values.
|
static int |
TEXT_VALUE_ID
Comparing 2 different text values.
|
static final int ATTR_VALUE_EXPLICITLY_SPECIFIED_ID
static final int ATTR_NAME_NOT_FOUND_ID
static final int ATTR_VALUE_ID
static final int ATTR_SEQUENCE_ID
static final int CDATA_VALUE_ID
static final int COMMENT_VALUE_ID
static final int DOCTYPE_NAME_ID
static final int DOCTYPE_PUBLIC_ID_ID
static final int DOCTYPE_SYSTEM_ID_ID
static final int ELEMENT_TAG_NAME_ID
static final int ELEMENT_NUM_ATTRIBUTES_ID
static final int PROCESSING_INSTRUCTION_TARGET_ID
static final int PROCESSING_INSTRUCTION_DATA_ID
static final int TEXT_VALUE_ID
static final int NAMESPACE_PREFIX_ID
static final int NAMESPACE_URI_ID
static final int NODE_TYPE_ID
static final int HAS_CHILD_NODES_ID
static final int CHILD_NODELIST_LENGTH_ID
static final int CHILD_NODELIST_SEQUENCE_ID
static final int HAS_DOCTYPE_DECLARATION_ID
static final int DOCUMENT_NEW_ID
static final int DOCUMENT_EMPTY_ID
static final int NODE_NOT_FOUND_ID
static final int MULTIPLE_MATCHES_ADDED_NODE_ID
static final int ADDED_NODE_ID
static final int MISMATCHED_POSITION
static final Difference ATTR_VALUE_EXPLICITLY_SPECIFIED
static final Difference ATTR_NAME_NOT_FOUND
static final Difference ATTR_VALUE
static final Difference ATTR_SEQUENCE
static final Difference CDATA_VALUE
static final Difference COMMENT_VALUE
static final Difference DOCTYPE_NAME
static final Difference DOCTYPE_PUBLIC_ID
static final Difference DOCTYPE_SYSTEM_ID
static final Difference ELEMENT_TAG_NAME
static final Difference ELEMENT_NUM_ATTRIBUTES
static final Difference PROCESSING_INSTRUCTION_TARGET
static final Difference PROCESSING_INSTRUCTION_DATA
static final Difference TEXT_VALUE
static final Difference NAMESPACE_PREFIX
static final Difference NAMESPACE_URI
static final Difference NODE_TYPE
static final Difference HAS_CHILD_NODES
static final Difference CHILD_NODELIST_LENGTH
static final Difference CHILD_NODELIST_SEQUENCE
static final Difference HAS_DOCTYPE_DECLARATION
static final Difference NEW_DOCUMENT
static final Difference EMPTY_DOCUMENT
static final Difference NODE_NOT_FOUND
static final Difference MULTIPLE_MATCHES_ADDED_NODE
static final Difference ADDED_NODE
static final Difference POSITION_MISMATCH
Copyright © 2016. All rights reserved.