Package | Description |
---|---|
org.apache.camel.builder | |
org.apache.camel.builder.xml |
Modifier and Type | Method and Description |
---|---|
T |
ExpressionClauseSupport.xpath(String text,
Class<?> resultType,
Namespaces namespaces)
Evaluates an XPath
expression with the specified result type and set of namespace
prefixes and URIs
|
T |
ExpressionClause.xpath(String text,
Class<?> resultType,
Namespaces namespaces)
Evaluates an XPath
expression with the specified result type and set of namespace
prefixes and URIs
|
T |
ExpressionClauseSupport.xpath(String text,
Class<?> resultType,
Namespaces namespaces,
String headerName)
Evaluates an XPath
expression with the specified result type and set of namespace
prefixes and URIs on the supplied header name's contents
|
T |
ExpressionClause.xpath(String text,
Class<?> resultType,
Namespaces namespaces,
String headerName)
Evaluates an XPath
expression with the specified result type and set of namespace
prefixes and URIs on the supplied header name's contents
|
T |
ExpressionClauseSupport.xpath(String text,
Namespaces namespaces)
Evaluates an XPath
expression with the specified set of namespace prefixes and URIs
|
T |
ExpressionClause.xpath(String text,
Namespaces namespaces)
Evaluates an XPath
expression with the specified set of namespace prefixes and URIs
|
T |
ExpressionClauseSupport.xquery(String text,
Class<?> resultType,
Namespaces namespaces)
Evaluates an XQuery expression
with the specified result type and set of namespace prefixes and URIs
|
T |
ExpressionClause.xquery(String text,
Class<?> resultType,
Namespaces namespaces)
Evaluates an XQuery expression
with the specified result type and set of namespace prefixes and URIs
|
T |
ExpressionClauseSupport.xquery(String text,
Class<?> resultType,
Namespaces namespaces,
String headerName)
Evaluates an XQuery expression
with the specified result type and set of namespace prefixes and URIs
|
T |
ExpressionClause.xquery(String text,
Class<?> resultType,
Namespaces namespaces,
String headerName)
Evaluates an XQuery expression
with the specified result type
|
T |
ExpressionClauseSupport.xquery(String text,
Namespaces namespaces)
Evaluates an XQuery expression
with the specified set of namespace prefixes and URIs
|
T |
ExpressionClause.xquery(String text,
Namespaces namespaces)
Evaluates an XQuery expression
with the specified set of namespace prefixes and URIs
|
ValueBuilder |
ValueBuilder.xtokenize(String path,
char mode,
Namespaces namespaces) |
T |
ExpressionClause.xtokenize(String path,
char mode,
Namespaces namespaces) |
T |
ExpressionClauseSupport.xtokenize(String path,
char mode,
Namespaces namespaces,
int group)
Evaluates an XML token expression on the message body with XML content
|
T |
ExpressionClause.xtokenize(String path,
char mode,
Namespaces namespaces,
int group) |
ValueBuilder |
ValueBuilder.xtokenize(String path,
Namespaces namespaces) |
T |
ExpressionClause.xtokenize(String path,
Namespaces namespaces) |
Modifier and Type | Method and Description |
---|---|
Namespaces |
Namespaces.add(Element element) |
Namespaces |
Namespaces.add(String prefix,
String uri) |
Modifier and Type | Method and Description |
---|---|
XPathBuilder |
XPathBuilder.namespaces(Namespaces namespaces)
Registers namespaces with the builder so that the registered
prefixes can be used in XPath expressions
|
Apache Camel