Package | Description |
---|---|
com.seleniumtests.xmldog |
Modifier and Type | Field and Description |
---|---|
static Difference |
DifferenceConstants.ADDED_NODE
Added Node.
|
static Difference |
DifferenceConstants.ATTR_NAME_NOT_FOUND
Comparing 2 elements and one has an attribute the other does not.
|
static Difference |
DifferenceConstants.ATTR_SEQUENCE
Comparing 2 attribute lists with the same attributes in different sequence.
|
static Difference |
DifferenceConstants.ATTR_VALUE
Comparing 2 attributes with the same name but different values.
|
static Difference |
DifferenceConstants.ATTR_VALUE_EXPLICITLY_SPECIFIED
Comparing an implied attribute value against an explicit value.
|
static Difference |
DifferenceConstants.CDATA_VALUE
Comparing 2 CDATA sections with different values.
|
static Difference |
DifferenceConstants.CHILD_NODELIST_LENGTH
Comparing 2 nodes with different numbers of children.
|
static Difference |
DifferenceConstants.CHILD_NODELIST_SEQUENCE
Comparing 2 nodes with children whose nodes are in different sequence.
|
static Difference |
DifferenceConstants.COMMENT_VALUE
Comparing 2 comments with different values.
|
static Difference |
DifferenceConstants.DOCTYPE_NAME
Comparing 2 document types with different names.
|
static Difference |
DifferenceConstants.DOCTYPE_PUBLIC_ID
Comparing 2 document types with different public identifiers.
|
static Difference |
DifferenceConstants.DOCTYPE_SYSTEM_ID
Comparing 2 document types with different system identifiers.
|
static Difference |
DifferenceConstants.ELEMENT_NUM_ATTRIBUTES
Comparing 2 elements with different number of attributes.
|
static Difference |
DifferenceConstants.ELEMENT_TAG_NAME
Comparing 2 elements with different tag names.
|
static Difference |
DifferenceConstants.EMPTY_DOCUMENT
Empty Document.
|
static Difference |
DifferenceConstants.HAS_CHILD_NODES
Comparing 2 nodes but only one has any children.
|
static Difference |
DifferenceConstants.HAS_DOCTYPE_DECLARATION
Comparing 2 Documents only one of which has a doctype.
|
static Difference |
DifferenceConstants.MULTIPLE_MATCHES_ADDED_NODE
Multiple Node Matches/Added Node.
|
static Difference |
DifferenceConstants.NAMESPACE_PREFIX
Comparing 2 nodes with different namespace prefixes.
|
static Difference |
DifferenceConstants.NAMESPACE_URI
Comparing 2 nodes with different namespace URIs.
|
static Difference |
DifferenceConstants.NEW_DOCUMENT
Entirely new Document.
|
static Difference |
DifferenceConstants.NODE_NOT_FOUND
Node Added.
|
static Difference |
DifferenceConstants.NODE_TYPE
Comparing 2 nodes with different node types.
|
static Difference |
DifferenceConstants.POSITION_MISMATCH |
static Difference |
DifferenceConstants.PROCESSING_INSTRUCTION_DATA
Comparing 2 processing instructions with different instructions.
|
static Difference |
DifferenceConstants.PROCESSING_INSTRUCTION_TARGET
Comparing 2 processing instructions with different targets.
|
static Difference |
DifferenceConstants.TEXT_VALUE
Comparing 2 different text values.
|
Constructor and Description |
---|
Difference(Difference prototype,
XNode xControlNode,
XNode xTestNode)
Copy constructor using prototype Difference and.
|
Copyright © 2018. All rights reserved.