Uses of Interface
org.custommonkey.xmlunit.XpathEngine
-
Packages that use XpathEngine Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer.org.custommonkey.xmlunit.jaxp13 -
-
Uses of XpathEngine in org.custommonkey.xmlunit
Classes in org.custommonkey.xmlunit that implement XpathEngine Modifier and Type Class Description class
SimpleXpathEngine
Simple class for accessing the Nodes matched by an Xpath expression, or evaluating the String value of an Xpath expression.Methods in org.custommonkey.xmlunit that return XpathEngine Modifier and Type Method Description static XpathEngine
XMLUnit. newXpathEngine()
Obtains an XpathEngine to use in XPath tests. -
Uses of XpathEngine in org.custommonkey.xmlunit.jaxp13
Classes in org.custommonkey.xmlunit.jaxp13 that implement XpathEngine Modifier and Type Class Description class
Jaxp13XpathEngine
XPath engine based on javax.xml.xpath.
-