Interface NamespaceAware
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
-
Method Summary
Modifier and TypeMethodDescriptionGets the XML NamespacesvoidsetNamespaces(Map<String, String> namespaces) Injects the XML Namespaces of prefix -> uri mappings
-
Method Details
-
setNamespaces
-
getNamespaces
-