Uses of Interface
org.springframework.xml.xpath.XPathExpression
Package
Description
Package providing support for handling messages via HTTP.
Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen.
-
Uses of XPathExpression in org.springframework.ws.transport.http
Modifier and TypeMethodDescriptionprotected void
LocationTransformerObjectSupport.transformLocations
(XPathExpression xPathExpression, Document definitionDocument, jakarta.servlet.http.HttpServletRequest request) Transforms the locations of the given definition document using the given XPath expression. -
Uses of XPathExpression in org.springframework.xml.xpath
Modifier and TypeMethodDescriptionstatic XPathExpression
XPathExpressionFactory.createXPathExpression
(String expression) Create a compiled XPath expression using the given string.static XPathExpression
XPathExpressionFactory.createXPathExpression
(String expression, Map<String, String> namespaces) Create a compiled XPath expression using the given string and namespaces.XPathExpressionFactoryBean.getObject()
Modifier and TypeMethodDescriptionClass<? extends XPathExpression>
XPathExpressionFactoryBean.getObjectType()