Uses of Class
org.xmlunit.matchers.EvaluateXPathMatcher
-
Uses of EvaluateXPathMatcher in org.xmlunit.matchers
Modifier and TypeMethodDescriptionstatic EvaluateXPathMatcher
Creates a matcher that matches when the examined XML input has a value at the specifiedxPath
that satisfies the specifiedvalueMatcher
.EvaluateXPathMatcher.withDocumentBuilderFactory
(DocumentBuilderFactory f) Sets theDocumentBuilderFactory
to use when creating aDocument
from the XML input.EvaluateXPathMatcher.withNamespaceContext
(Map<String, String> prefix2Uri) Utility method used for creating a namespace context mapping to be used in XPath matching.EvaluateXPathMatcher.withXPathFactory
(XPathFactory f) Sets theXPathFactory
to use.