public class XQueryLanguage extends LanguageSupport
RESOURCE| Constructor and Description |
|---|
XQueryLanguage() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
createExpression(String expression)
Creates an expression based on the given string input
|
Predicate |
createPredicate(String expression)
Creates a predicate based on the given string input
|
getCamelContext, isSingleton, loadResource, setCamelContextpublic Predicate createPredicate(String expression)
Languageexpression - the expressionpublic Expression createExpression(String expression)
Languageexpression - the expression as a string inputCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.