| Package | Description |
|---|---|
| org.springframework.integration.xml.transformer |
Provides Transformer and Enricher implementations.
|
| org.springframework.integration.xml.xpath |
Provides XPath supporting classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XPathTransformer.setEvaluationType(XPathEvaluationType evaluationType)
Specify the expected
XPathEvaluationType. |
| Modifier and Type | Method and Description |
|---|---|
static XPathEvaluationType |
XPathEvaluationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XPathEvaluationType[] |
XPathEvaluationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.