Interface | Description |
---|---|
XPathEvaluator |
A simple component of evaluation XPath expressions in full conformance of the XPath 2.0 spec
and basic conformance of the XPath 3.0 (everything except features which require schema awareness
and high order functions).
|
Class | Description |
---|---|
JaxpXPathEvaluator |
This is the preferred base implementation of
XPathEvaluator . |
SaxonXpathEvaluator |
Implementation of
JaxpXPathEvaluator which uses
the Saxon implementation. |
Enum | Description |
---|---|
XPathReturnType |
An Enum listing the possible return types defined in the JAXP (JSR-206) without actually
coupling to it.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.