Package | Description |
---|---|
org.jdom2.xpath |
Support for XPath from within JDOM.
|
org.jdom2.xpath.util |
Classes useful for interfacing the JDOM XPath API to full XPath libraries.
|
Modifier and Type | Method and Description |
---|---|
XPathDiagnostic<T> |
XPathExpression.diagnose(java.lang.Object context,
boolean firstonly)
Evaluate the XPath query against the supplied context, but return
additional data which may be useful for diagnosing problems with XPath
queries.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathDiagnosticImpl<T>
A diagnostic implementation useful for diagnosing problems in XPath results.
|
Modifier and Type | Method and Description |
---|---|
XPathDiagnostic<T> |
AbstractXPathCompiled.diagnose(java.lang.Object context,
boolean firstonly) |
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.