org.custommonkey.xmlunit
public interface DifferenceConstants
Field Summary | |
---|---|
static Difference | ATTR_NAME_NOT_FOUND Comparing 2 elements and one has an attribute the other does not |
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 |
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 |
int | ATTR_VALUE_EXPLICITLY_SPECIFIED_ID Comparing an implied attribute value against an explicit value |
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 |
int | CDATA_VALUE_ID Comparing 2 CDATA sections with different values |
static Difference | CHILD_NODELIST_LENGTH Comparing 2 nodes with different numbers of children |
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 |
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 |
int | COMMENT_VALUE_ID Comparing 2 comments with different values |
static Difference | DOCTYPE_NAME Comparing 2 document types with different names |
int | DOCTYPE_NAME_ID Comparing 2 document types with different names |
static Difference | DOCTYPE_PUBLIC_ID Comparing 2 document types with different public identifiers |
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 |
int | DOCTYPE_SYSTEM_ID_ID Comparing 2 document types with different system identifiers |
static Difference | ELEMENT_NUM_ATTRIBUTES Comparing 2 elements with different number of attributes |
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 |
int | ELEMENT_TAG_NAME_ID Comparing 2 elements with different tag names |
static Difference | HAS_CHILD_NODES Comparing 2 nodes but only one has any children |
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 |
int | HAS_DOCTYPE_DECLARATION_ID Comparing 2 Documents only one of which has a doctype |
static Difference | NAMESPACE_PREFIX Comparing 2 nodes with different namespace prefixes |
int | NAMESPACE_PREFIX_ID Comparing 2 nodes with different namespace prefixes |
static Difference | NAMESPACE_URI Comparing 2 nodes with different namespace URIs |
int | NAMESPACE_URI_ID Comparing 2 nodes with different namespace URIs |
static Difference | NODE_TYPE Comparing 2 nodes with different node types |
int | NODE_TYPE_ID Comparing 2 nodes with different node types |
static Difference | PROCESSING_INSTRUCTION_DATA Comparing 2 processing instructions with different instructions |
int | PROCESSING_INSTRUCTION_DATA_ID Comparing 2 processing instructions with different instructions |
static Difference | PROCESSING_INSTRUCTION_TARGET Comparing 2 processing instructions with different targets |
int | PROCESSING_INSTRUCTION_TARGET_ID Comparing 2 processing instructions with different targets |
static Difference | TEXT_VALUE Comparing 2 different text values |
int | TEXT_VALUE_ID Comparing 2 different text values |