xml.StaxWriter.declareDefaultNamespace
Binds a namespace URI to the default namespace, and forces the output to the StaxWriter stream.
Syntax
declareDefaultNamespace(
ns STRING )
- ns defines the URI to bind to the default namespace. It cannot be NULL.
Usage
This method binds a namespace URI to the default namespace, and forces the output of the default
XML namespace definition to the StaxWriter
stream.
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. Depending on the error, a human-readable description of the
problem is available in the sqlca.sqlerrm
register. See Error handling in GWS calls (status).