xml.StaxWriter.declareDefaultNamespace

Binds a namespace URI to the default namespace, and forces the output of the default XML namespace definition to the StaxWriter stream.

Syntax

declareDefaultNamespace(
   defaultNS STRING )
  1. defaultNS is the URI to bind to the default namespace. It cannot be NULL.

Usage

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.