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, setCamelContext
public Predicate createPredicate(String expression)
Language
expression
- the expressionpublic Expression createExpression(String expression)
Language
expression
- the expression as a string inputCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.