Package org.custommonkey.xmlunit.examples
package org.custommonkey.xmlunit.examples
-
ClassDescriptionIgnores case for all textual content.Counts the number of nodes in a document to allow assertions to be made using a NodeTest.Expects texts to be floating point numbers and treats them as identical if they only differ by a given tolerance value (or less).Per popular request an interface implementation that uses element names and the text node containes in the n'th child node to compare elements.Compares all Element and Text nodes in two pieces of XML.Base class that delegates all differences to another DifferenceListener.Example demonstrating how to use the XPath API of XMLUnit in conjunction with regular expressions (as provided by the java.util.regex package of JDK 1.4+).