xml.DomDocument.saveToPipe

Saves this xml.DomDocument object as an XML Document via a PIPE.

Syntax

saveToPipe(
   name STRING )
  1. name defines the command to start the pipe.

Usage

Saves a xml.DomDocument object as a XML Document to a PIPE, where name is the command to start the pipe.

See setFeature() to specify how the document can be saved.

See getErrorsCount() and getErrorDescription() to retrieve error messages related to XML document.

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