public interface NamespaceAware
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getNamespaces()
Gets the XML Namespaces
|
void |
setNamespaces(Map<String,String> namespaces)
Injects the XML Namespaces of prefix -> uri mappings
|
void setNamespaces(Map<String,String> namespaces)
namespaces
- the XML namespaces with the key of prefixes and the value the URIsMap<String,String> getNamespaces()
Apache Camel