Interface XPathEngine
- All Known Implementing Classes:
JAXPXPathEngine
public interface XPathEngine
Interface for XMLUnit's XPath abstraction.
-
Method Summary
Modifier and TypeMethodDescriptionEvaluates an XPath expression and stringifies the result.Evaluates an XPath expression and stringifies the result.selectNodes(String xPath, Source s) Returns a potentially empty collection of Nodes matching an XPath expression.selectNodes(String xPath, Node n) Returns a potentially empty collection of Nodes matching an XPath expression.voidsetNamespaceContext(Map<String, String> prefix2Uri) Establish a namespace context.
-
Method Details
-
selectNodes
-
evaluate
-
selectNodes
-
evaluate
-
setNamespaceContext
-