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 NodeDetail
Difference. controlNodeDetail
private NodeDetail
Difference. testNodeDetail
Methods in org.custommonkey.xmlunit that return NodeDetail Modifier and Type Method Description NodeDetail
Difference. getControlNodeDetail()
NodeDetail
Difference. getTestNodeDetail()
static NodeDetail
NewDifferenceEngine. toNodeDetail(Comparison.Detail detail)
Methods in org.custommonkey.xmlunit with parameters of type NodeDetail Modifier and Type Method Description static void
NodeDescriptor. 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
-