Uses of Class
org.xmlunit.matchers.HasXPathMatcher
-
-
Uses of HasXPathMatcher in org.xmlunit.matchers
Methods in org.xmlunit.matchers that return HasXPathMatcher Modifier and Type Method Description static HasXPathMatcherHasXPathMatcher. hasXPath(java.lang.String xPath)Creates a matcher that matches when the examined XML input has at least one node corresponding to the specifiedxPath.HasXPathMatcherHasXPathMatcher. withDocumentBuilderFactory(javax.xml.parsers.DocumentBuilderFactory f)Sets theDocumentBuilderFactoryto use when creating aDocumentfrom the XML input.HasXPathMatcherHasXPathMatcher. 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.HasXPathMatcherHasXPathMatcher. withXPathFactory(javax.xml.xpath.XPathFactory f)Sets theXPathFactoryto use.
-