Uses of Interface
org.custommonkey.xmlunit.XpathEngine
Packages that use XpathEngine
Package
Description
Root of the XMLUnit 1.x compatibility layer.
-
Uses of XpathEngine in org.custommonkey.xmlunit
Classes in org.custommonkey.xmlunit that implement XpathEngineModifier and TypeClassDescriptionclass
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 XpathEngineModifier and TypeMethodDescriptionstatic 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