xml.StaxWriter.startElement

Writes an XML start element to the StaxWriter stream.

Syntax

startElement(
   name STRING )
  1. name is the local name of the XML start element, cannot be NULL.

Usage

All startElement methods open a new scope and set the stream to a START_ELEMENT. Writing the corresponding endElement causes the scope to be closed.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.