The StaxWriter class / xml.StaxWriter methods |
Binds a namespace URI to a prefix, and forces the output of the XML namespace definition to the StaxWriter stream.
declareNamespace( prefix STRING, ns 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.