Uses of Class
org.xmlunit.matchers.EvaluateXPathMatcher
-
Packages that use EvaluateXPathMatcher Package Description org.xmlunit.matchers Hamcrest matchers on top of XMLUnit's core. -
-
Uses of EvaluateXPathMatcher in org.xmlunit.matchers
Methods in org.xmlunit.matchers that return EvaluateXPathMatcher Modifier and Type Method Description static EvaluateXPathMatcherEvaluateXPathMatcher. hasXPath(java.lang.String xPath, org.hamcrest.Matcher<java.lang.String> valueMatcher)Creates a matcher that matches when the examined XML input has a value at the specifiedxPaththat satisfies the specifiedvalueMatcher.EvaluateXPathMatcherEvaluateXPathMatcher. withDocumentBuilderFactory(javax.xml.parsers.DocumentBuilderFactory f)Sets theDocumentBuilderFactoryto use when creating aDocumentfrom the XML input.EvaluateXPathMatcherEvaluateXPathMatcher. withNamespaceContext(java.util.Map<java.lang.String,java.lang.String> prefix2Uri)Utility method used for creating a namespace context mapping to be used in XPath matching.EvaluateXPathMatcherEvaluateXPathMatcher. withXPathFactory(javax.xml.xpath.XPathFactory f)Sets theXPathFactoryto use.
-