Uses of Interface
org.custommonkey.xmlunit.XpathEngine
Package
Description
Root of the XMLUnit 1.x compatibility layer.
-
Uses of XpathEngine in org.custommonkey.xmlunit
Modifier and TypeClassDescriptionclass
Simple class for accessing the Nodes matched by an Xpath expression, or evaluating the String value of an Xpath expression.Modifier and TypeMethodDescriptionstatic XpathEngine
XMLUnit.newXpathEngine()
Obtains an XpathEngine to use in XPath tests. -
Uses of XpathEngine in org.custommonkey.xmlunit.jaxp13