Uses of Class
org.xmlunit.diff.XPathContext
Packages that use XPathContext
Package
Description
Contains XMLUnit
DifferenceEngine that 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 XPathContextMethods in org.xmlunit.diff with parameters of type XPathContextModifier and TypeMethodDescriptionprotected 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.