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
Fields in org.custommonkey.xmlunit declared as NodeDetail Modifier and Type Field Description private NodeDetailDifference. controlNodeDetailprivate NodeDetailDifference. testNodeDetailMethods in org.custommonkey.xmlunit that return NodeDetail Modifier and Type Method Description NodeDetailDifference. getControlNodeDetail()NodeDetailDifference. getTestNodeDetail()static NodeDetailNewDifferenceEngine. toNodeDetail(Comparison.Detail detail)Methods in org.custommonkey.xmlunit with parameters of type NodeDetail Modifier and Type Method Description static voidNodeDescriptor. appendNodeDetail(java.lang.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
-