xml.StaxReader.readFromPipe

Sets the input stream of the StaxReader object to a PIPE and starts the streaming.

Syntax

readFromPipe(
   name STRING )
  1. name defines the command to start the PIPE and where the reader will get the XML from.

Usage

Use this method to set the input stream of the StaxReader object to a PIPE, where name is the command to read from the PIPE.

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).