Package | Description |
---|---|
com.seleniumtests.xmldog |
Modifier and Type | Method and Description |
---|---|
XNode |
NodeResult.getControlNode()
Gets control Node.
|
XNode |
Difference.getControlNodeDetail() |
XNode |
NodeResult.getTestNode()
Gets Test Node.
|
XNode |
Difference.getTestNodeDetail() |
Modifier and Type | Method and Description |
---|---|
static void |
NodeDescription.appendNodeDetail(StringBuffer buf,
XNode xNode)
Convert a Node into a simple String representation.
|
protected NodeResult |
Comparator.compareAttributes(XNode xControl,
XNode xTest)
FIXME FIXME FIXME!!
Refactor above function to reduce the complexity and put compare attributes here
Compares Attribute Nodes
|
protected NodeResult |
Comparator.compareCDATA(XNode xControl,
XNode xTest)
Compares CDATASECTION Nodes.
|
protected Differences |
Comparator.compareChildNodes(XNode xControl,
XNode xTest)
Compares all the Child Nodes for given Control and Test Nodes recursively.
|
protected NodeResult |
Comparator.compareComments(XNode xControl,
XNode xTest)
Compares Comment Nodes.
|
protected NodeResult |
Comparator.compareDocumentType(XNode xControl,
XNode xTest)
Compares DocumentType Node.
|
protected NodeResult |
Comparator.compareElements(XNode xControl,
XNode xTest)
Compares Control and Test Element nodes.
|
protected NodeResult |
Comparator.compareEntityRefs(XNode xControl,
XNode xTest)
Compares Entity Reference Nodes.
|
protected NodeResult |
Comparator.compareSimilarNodes(XNode xControl,
XNode xTest,
OrderedMap nodeTracker)
Compares Nodes similar to the ones which are input and returns the one.
|
protected NodeResult |
Comparator.compareText(XNode xControl,
XNode xTest)
Compares Text Nodes.
|
void |
NodeResult.setControlNode(XNode node)
Sets Control Node.
|
void |
Difference.setControlNodeDetail(XNode XNode)
Sets control Node detail.
|
void |
NodeResult.setTestNode(XNode node)
Sets Test Node.
|
void |
Difference.setTestNodeDetail(XNode XNode)
Sets test Node detail.
|
Constructor and Description |
---|
Difference(Difference prototype,
XNode xControlNode,
XNode xTestNode)
Copy constructor using prototype Difference and.
|
NodeResult(XNode controlNode,
XNode testNode,
Differences diff)
Constructor.
|
Copyright © 2016. All rights reserved.