Uses of Class
org.custommonkey.xmlunit.NodeDetail
-
Packages that use NodeDetail Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer. -
-
Uses of NodeDetail in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit that return NodeDetail Modifier and Type Method Description NodeDetailDifference. getControlNodeDetail()NodeDetailDifference. getTestNodeDetail()static NodeDetailNewDifferenceEngine. toNodeDetail(Comparison.Detail detail)Maps node details.Methods in org.custommonkey.xmlunit with parameters of type NodeDetail Modifier and Type Method Description static voidNodeDescriptor. 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 NodeDetail Constructor Description Difference(Difference prototype, NodeDetail controlNodeDetail, NodeDetail testNodeDetail)Copy constructor using prototype Difference and encountered NodeDetails
-