Uses of Interface
org.custommonkey.xmlunit.XMLConstants
Packages that use XMLConstants
-
Uses of XMLConstants in org.custommonkey.xmlunit
Subinterfaces of XMLConstants in org.custommonkey.xmlunitModifier and TypeInterfaceDescriptioninterfaceA convenient place to hang constants relating to XSL transformationsClasses in org.custommonkey.xmlunit that implement XMLConstantsModifier and TypeClassDescriptionclassClass for describing NodesclassSimple class for accessing the Nodes matched by an Xpath expression, or evaluating the String value of an Xpath expression.classCollection of static methods so that XML assertion facilities are available in any class, not just test suites.classJUnit TestCase subclass: extend this to add XML assertion facilities to your test suites.classTracks Nodes visited by the DifferenceEngine and converts that information into an Xpath-String to supply to the NodeDetail of a Difference instance.