The StaxWriter class / xml.StaxWriter methods |
Binds a namespace URI to the default namespace.
setDefaultNamespace( defaultNS STRING )
Binds a namespace URI to the default namespace. The default namespace scope is the current START_ELEMENT / END_ELEMENT pair; defaultNS is the URI to bind to the default namespace, cannot be NULL.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.