Uses of Class
org.xmlunit.diff.XPathContext.Level
-
Packages that use XPathContext.Level Package Description org.xmlunit.diff Contains XMLUnitDifferenceEnginethat 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. attributesprivate java.util.List<XPathContext.Level>XPathContext.Level. childrenprivate java.util.Deque<XPathContext.Level>XPathContext. pathMethods in org.xmlunit.diff that return XPathContext.Level Modifier and Type Method Description XPathContext.LevelXPathContext.Level. clone()Method parameters in org.xmlunit.diff with type arguments of type XPathContext.Level Modifier and Type Method Description private java.lang.StringXPathContext. getXPath(java.util.Iterator<XPathContext.Level> dIterator)
-