org.apache.camel.spi
Interface NamespaceAware
- All Known Implementing Classes:
- DefaultNamespaceContext, NamespaceAwareExpression, XPathBuilder, XPathExpression, XQueryExpression
public interface NamespaceAware
Represents an object which is aware of the namespaces in which its used such as
XPath and XQuery type expressions so that the current namespace context can be injected
- Version:
setNamespaces
void setNamespaces(Map<String,String> namespaces)
- Injects the XML Namespaces of prefix -> uri mappings
- Parameters:
namespaces
- the XML namespaces with the key of prefixes and the value the URIs
Apache CAMEL