Uses of Class
org.custommonkey.xmlunit.NodeDetail
Packages that use NodeDetail
-
Uses of NodeDetail in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit that return NodeDetailModifier and TypeMethodDescriptionDifference.getControlNodeDetail()Difference.getTestNodeDetail()static NodeDetailNewDifferenceEngine.toNodeDetail(Comparison.Detail detail) Maps node details.Methods in org.custommonkey.xmlunit with parameters of type NodeDetailModifier and TypeMethodDescriptionstatic 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 NodeDetailModifierConstructorDescriptionprotectedDifference(Difference prototype, NodeDetail controlNodeDetail, NodeDetail testNodeDetail) Copy constructor using prototype Difference and encountered NodeDetails