Package | Description |
---|---|
org.springframework.xml.xpath |
Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen.
|
Modifier and Type | Method and Description |
---|---|
void |
XPathOperations.evaluate(String expression,
Source context,
NodeCallbackHandler callbackHandler)
Evaluates the given expression, handling the result
Node objects on a per-node basis with a NodeCallbackHandler . |
void |
AbstractXPathTemplate.evaluate(String expression,
Source context,
NodeCallbackHandler callbackHandler) |
Copyright © 2020 Pivotal Software. All rights reserved.