Uses of Class
org.xmlunit.diff.XPathContext
-
Packages that use XPathContext Package Description org.xmlunit.diff Contains XMLUnitDifferenceEnginethat is at the heart of all comparisons as well as supporting interfaces and implementations. -
-
Uses of XPathContext in org.xmlunit.diff
Methods in org.xmlunit.diff that return XPathContext Modifier and Type Method Description XPathContextRecursiveXPathBuilder. apply(Node n)XPathContextXPathContext. clone()Creates a deep copy of this XPathContext.Methods in org.xmlunit.diff with parameters of type XPathContext Modifier and Type Method Description protected static StringAbstractDifferenceEngine. getParentXPath(XPathContext ctx)Returns a string representation of the given XPathContext's parent context.protected static StringAbstractDifferenceEngine. getXPath(XPathContext ctx)Returns a string representation of the given XPathContext.Constructors in org.xmlunit.diff with parameters of type XPathContext Constructor Description Comparison(ComparisonType t, XPathContext controlContext, Node controlTarget, Object controlValue, XPathContext testContext, Node testTarget, Object testValue)Creates a new comparison.
-