A namespace declaration with empty namespace name will be added even if no existing namespace declaration for the given prefix is in scope in the context of the current element. If a namespace declaration for the given prefix is already defined on this element, it will be replaced.
The namespace declaration created by this method will be returned by {@link #getAllDeclaredNamespaces()}. It is represented as an {@link OMNamespace} object forwhich {@link OMNamespace#getNamespaceURI()} returns an empty string. @param prefix the prefix to undeclare
|
|
|
|