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 classSimpleXpathEngineSimple 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 XpathEngineXMLUnit. 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 classJaxp13XpathEngineXPath engine based on javax.xml.xpath.
-