Uses of Interface
org.springframework.xml.xpath.XPathExpression
Packages that use XPathExpression
Package
Description
Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen.
-
Uses of XPathExpression in org.springframework.xml.xpath
Methods in org.springframework.xml.xpath that return XPathExpressionModifier 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()
Methods in org.springframework.xml.xpath that return types with arguments of type XPathExpressionModifier and TypeMethodDescriptionClass<? extends XPathExpression>
XPathExpressionFactoryBean.getObjectType()