The StaxWriter class / xml.StaxWriter methods |
Binds a namespace URI to the default namespace, and forces the output of the default XML namespace definition to the StaxWriter stream.
declareDefaultNamespace( defaultNS STRING )
The stream must point to a START_ELEMENT, and the prefix scope is the current START_ELEMENT / END_ELEMENT pair.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.