| Name | Description | Type | Package | Framework |
| AbstractNodeTester | Abstract interface implementation that performs Node-type checks and delegates testNode() processing to subclass. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| CaseInsensitiveDifferenceListener | Ignores case for all textual content. | Class | org.custommonkey.xmlunit.examples | XMLUnit |
|
| ComparisonController | Callback interface used by DifferenceEngine to determine whether to halt the node-by-node comparison of two pieces of XML | Interface | org.custommonkey.xmlunit | XMLUnit |
|
| ConfigurationException | Exception thrown when an XML parser-, transformer- or XPath-factory throws a configuration exception. | Class | org.custommonkey.xmlunit.exceptions | XMLUnit |
|
| CountingNodeTester | Counts the number of nodes in a document to allow assertions to be made Examples and more at xmlunit. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| CountingNodeTester | Counts the number of nodes in a document to allow assertions to be made Examples and more at xmlunit. | Class | org.custommonkey.xmlunit.examples | XMLUnit |
|
| DetailedDiff | Compares and describes all the differences between two XML documents. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| Diff | Compares and describes any difference between XML documents. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| Difference | Value object that describes a difference between DOM Nodes using one of the DifferenceConstants ID values and a NodeDetail instance. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| DifferenceConstants | Constants for describing differences between DOM Nodes. | Interface | org.custommonkey.xmlunit | XMLUnit |
|
| DifferenceEngine | Class that has responsibility for comparing Nodes and notifying a DifferenceListener of any differences or dissimilarities that are found. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| DifferenceEngine .DifferenceFoundException | Marker exception thrown by the protected compare() method and passed upwards through the call stack to the public compare() method. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| DifferenceListener | Listener for callbacks from a DifferenceEngine comparison. | Interface | org.custommonkey.xmlunit | XMLUnit |
|
| DoctypeInputStream | Adapts the marked-up content in a source InputStream to specify that it conforms to a different DTD. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| DoctypeReader | Adapts the marked-up content in a source Reader to specify that it conforms to a different DTD. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| ElementNameAndAttributeQualifier | More complex interface implementation that tests two elements for tag name and attribute name comparability. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| ElementNameAndTextQualifier | More complex interface implementation that tests two elements for tag name and text content comparability. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| ElementNameQualifier | Simple interface implementation that tests two elements for name comparability. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| ElementQualifier | Interface used by the DifferenceEngine class to determine which elements can be compared within a NodeList of child nodes. | Interface | org.custommonkey.xmlunit | XMLUnit |
|
| FloatingPointTolerantDifferenceListener | Expects texts to be floating point numbers and treats them as identical if they only differ by a given tolerance value (or less). | Class | org.custommonkey.xmlunit.examples | XMLUnit |
|
| HTMLDocumentBuilder | Build a DOM document from HTML content converting from 'plain' HTML into 'XHTML' along the way with the help of a TolerantSaxDocumentBuilder and | Class | org.custommonkey.xmlunit | XMLUnit |
|
| IgnoreTextAndAttributeValuesDifferenceListener | Class to use when performing a Diff that only compares the structure of 2 pieces of XML, i. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| IntegerBuffer | Simplistic dynamically growing buffer of integers used by DoctypeSupport. | Class | org.custommonkey.xmlunit.util | XMLUnit |
|
| Jaxp13XpathEngine | XPath engine based on javax. | Class | org.custommonkey.xmlunit.jaxp13 | XMLUnit |
|
| JAXPConstants | Utility constant class for JAXP-defined constants. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| JAXPConstants .Properties | Utility constant class for JAXP Properties, typically used with XMLReader#setProperty(String, Object). | Class | org.custommonkey.xmlunit | XMLUnit |
|
| MatchTracker | Listener for callbacks from a DifferenceEngine comparison that is notified on each and every comparision that resulted in a match. | Interface | org.custommonkey.xmlunit | XMLUnit |
|
| MultiLevelElementNameAndTextQualifier | Per popular request an interface implementation that uses element names and the text node containes in the n'th child node to compare | Class | org.custommonkey.xmlunit.examples | XMLUnit |
|
| NamespaceContext | Interface used by XpathEngine in order to map prefixes to namespace URIs. | Interface | org.custommonkey.xmlunit | XMLUnit |
|
| NodeDescriptor | | Class | org.custommonkey.xmlunit | XMLUnit |
|
| NodeDetail | Parameter class for holding information about a Node within a Difference instance | Class | org.custommonkey.xmlunit | XMLUnit |
|
| NodeInputStream | Adapter class to present the content of a DOM Node (e. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| NodeTest | Encapsulation of the Node-by-Node testing of a DOM Document Uses a nodetype-specific NodeFilter to pass the DOM Nodes | Class | org.custommonkey.xmlunit | XMLUnit |
|
| NodeTester | Perform Node-by-Node validation of a DOM Document. | Interface | org.custommonkey.xmlunit | XMLUnit |
|
| NodeTestException | Thrown by a NodeTest that fails. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| QualifiedName | Since javax. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| RecursiveElementNameAndTextQualifier | Compares all Element and Text nodes in two pieces of XML. | Class | org.custommonkey.xmlunit.examples | XMLUnit |
|
| SimpleNamespaceContext | | Class | org.custommonkey.xmlunit | XMLUnit |
|
| SimpleXpathEngine | Simple class for accessing the Nodes matched by an Xpath expression, or evaluating the String value of an Xpath expression. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| TextDifferenceListenerBase | Base class that delegates all differences to another DifferenceListener. | Class | org.custommonkey.xmlunit.examples | XMLUnit |
|
| TolerantSaxDocumentBuilder | Uses Sax events from the ContentHandler and LexicalHandler interfaces to build a DOM document in a tolerant | Class | org.custommonkey.xmlunit | XMLUnit |
|
| Transform | Handy wrapper for an XSLT transformation performed using JAXP/Trax. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| Validator | Validator class based of javax. | Class | org.custommonkey.xmlunit.jaxp13 | XMLUnit |
|
| Validator | Validates XML against its internal or external DOCTYPE, or a completely different DOCTYPE. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| XMLAssert | Collection of static methods so that XML assertion facilities are available in any class, not just test suites. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| XMLConstants | | Interface | org.custommonkey.xmlunit | XMLUnit |
|
| XMLTestCase | JUnit TestCase subclass: extend this to add XML assertion facilities to your Available assertions are provided by static methods of the XMLAssert class. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| XMLUnit | Allows access to project control parameters such as which Parser to use and provides some convenience methods for building Documents from Strings etc. | Class | org.custommonkey.xmlunit | XMLUnit |
|
| XMLUnitException | Base class of any checked exception that can be thrown withinSee Also:Serialized Form | Class | org.custommonkey.xmlunit.exceptions | XMLUnit |
|
| XMLUnitNamespaceContext2Jaxp13 | | Class | org.custommonkey.xmlunit.jaxp13 | XMLUnit |
|
| XMLUnitRuntimeException | Base class of any RuntimeException that can be thrown withinSee Also:Serialized Form | Class | org.custommonkey.xmlunit.exceptions | XMLUnit |
|
| XpathEngine | Abstraction of an engine evaluating XPath expressions. | Interface | org.custommonkey.xmlunit | XMLUnit |
|
| XpathException | Exception an XpathEngine is allowed to throw. | Class | org.custommonkey.xmlunit.exceptions | XMLUnit |
|
| XpathNodeTracker | Tracks Nodes visited by the DifferenceEngine and converts that information into an Xpath-String to supply | Class | org.custommonkey.xmlunit | XMLUnit |
|
| XPathRegexAssert | Example demonstrating how to use the XPath API of XMLUnit in conjunction with regular expressions (as provided by the | Class | org.custommonkey.xmlunit.examples | XMLUnit |
|
| XSLTConstants | | Interface | org.custommonkey.xmlunit | XMLUnit |