Interface XmlNamespaceAware
public interface XmlNamespaceAware
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetNamespaces(Map<String, String> namespaces) Sets the Xml namespaces as map where the key is the namespace prefix and value is the namespace URI.
-
Method Details
-
setNamespaces
Sets the Xml namespaces as map where the key is the namespace prefix and value is the namespace URI.- Parameters:
namespaces-
-