Uses of Class
org.custommonkey.xmlunit.NodeDetail
Packages that use NodeDetail
-
Uses of NodeDetail in org.custommonkey.xmlunit
Fields in org.custommonkey.xmlunit declared as NodeDetailModifier and TypeFieldDescriptionprivate NodeDetail
Difference.controlNodeDetail
private NodeDetail
Difference.testNodeDetail
Methods in org.custommonkey.xmlunit that return NodeDetailModifier and TypeMethodDescriptionDifference.getControlNodeDetail()
Difference.getTestNodeDetail()
static NodeDetail
NewDifferenceEngine.toNodeDetail
(Comparison.Detail detail) Maps node details.Methods in org.custommonkey.xmlunit with parameters of type NodeDetailModifier and TypeMethodDescriptionstatic void
NodeDescriptor.appendNodeDetail
(StringBuffer buf, NodeDetail nodeDetail) Convert a Node into a simple String representation and append to StringBufferConstructors in org.custommonkey.xmlunit with parameters of type NodeDetailModifierConstructorDescriptionprotected
Difference
(Difference prototype, NodeDetail controlNodeDetail, NodeDetail testNodeDetail) Copy constructor using prototype Difference and encountered NodeDetails