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 |
---|---|
static 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.
|
XPathExpression |
XPathExpressionFactoryBean.getObject() |
Modifier and Type | Method and Description |
---|---|
Class<? extends XPathExpression> |
XPathExpressionFactoryBean.getObjectType() |
Copyright © 2005–2015 The Spring Web Services Framework. All rights reserved.