Uses of Class
org.xmlunit.matchers.EvaluateXPathMatcher
-
Uses of EvaluateXPathMatcher in org.xmlunit.matchers
Methods in org.xmlunit.matchers that return EvaluateXPathMatcherModifier and TypeMethodDescriptionstatic EvaluateXPathMatcherCreates a matcher that matches when the examined XML input has a value at the specifiedxPaththat satisfies the specifiedvalueMatcher.EvaluateXPathMatcher.withDocumentBuilderFactory(DocumentBuilderFactory f) Sets theDocumentBuilderFactoryto use when creating aDocumentfrom 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 theXPathFactoryto use.