public abstract class NamespaceAwareExpression extends ExpressionDefinition implements org.apache.camel.spi.NamespaceAware
XPathExpression or XQueryExpression| Constructor and Description |
|---|
NamespaceAwareExpression() |
NamespaceAwareExpression(String expression) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getNamespaces() |
void |
setNamespaces(Map<String,String> namespaces)
Injects the XML Namespaces of prefix -> uri mappings
|
createExpression, createPredicate, evaluate, getExpression, getExpressionType, getExpressionValue, getId, getLabel, getLabel, getLanguage, getPredicate, getTrim, init, matches, setExpression, setExpressionType, setExpressionValue, setId, setTrim, toStringpublic NamespaceAwareExpression()
public NamespaceAwareExpression(String expression)
public Map<String,String> getNamespaces()
getNamespaces in interface org.apache.camel.spi.NamespaceAwarepublic void setNamespaces(Map<String,String> namespaces)
setNamespaces in interface org.apache.camel.spi.NamespaceAwarenamespaces - the XML namespaces with the key of prefixes and the
value the URIsApache Camel