xml.StaxWriter.writeToText

Sets the output stream of the StaxWriter object to a TEXT large object, and starts the streaming.

Syntax

writeToText(
   txt TEXT )
  1. txt must be a TEXT lob located in memory that will contain the resulting XML document.

Usage

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