Uses of Interface
org.custommonkey.xmlunit.XMLConstants

Packages that use XMLConstants
Package
Description
Root of the XMLUnit 1.x compatibility layer.
  • Uses of XMLConstants in org.custommonkey.xmlunit

    Modifier and Type
    Interface
    Description
    interface 
    A convenient place to hang constants relating to XSL transformations
    Classes in org.custommonkey.xmlunit that implement XMLConstants
    Modifier and Type
    Class
    Description
    class 
    Class for describing Nodes
    class 
    Simple class for accessing the Nodes matched by an Xpath expression, or evaluating the String value of an Xpath expression.
    class 
    Collection of static methods so that XML assertion facilities are available in any class, not just test suites.
    class 
    JUnit TestCase subclass: extend this to add XML assertion facilities to your test suites.
    class 
    Tracks Nodes visited by the DifferenceEngine and converts that information into an Xpath-String to supply to the NodeDetail of a Difference instance.