Uses of Class
org.xmlunit.diff.XPathContext.Level
-
Packages that use XPathContext.Level Package Description org.xmlunit.diff Contains XMLUnitDifferenceEngine
that is at the heart of all comparisons as well as supporting interfaces and implementations. -
-
Uses of XPathContext.Level in org.xmlunit.diff
Fields in org.xmlunit.diff with type parameters of type XPathContext.Level Modifier and Type Field Description private java.util.Map<javax.xml.namespace.QName,XPathContext.Level>
XPathContext.Level. attributes
private java.util.List<XPathContext.Level>
XPathContext.Level. children
private java.util.Deque<XPathContext.Level>
XPathContext. path
Methods in org.xmlunit.diff that return XPathContext.Level Modifier and Type Method Description XPathContext.Level
XPathContext.Level. clone()
Method parameters in org.xmlunit.diff with type arguments of type XPathContext.Level Modifier and Type Method Description private java.lang.String
XPathContext. getXPath(java.util.Iterator<XPathContext.Level> dIterator)
-