If name argument is null or is an empty string then the passed in URI will be used for the default namespace, i.e. xmlns. Otherwise, the declaration will follow the format xmlns:name=uri.
If the namespace with the given name was already declared, its value is overwritten. @param name the name of the namespace to declare (can be null or empty string) @param uri the URI of the namespace.
| |
| |