xml.StaxWriter.dtd
Writes a DTD to the StaxWriter stream.
Syntax
dtd(
dtd STRING )
- dtd defines a string representing a valid DTD, cannot be NULL.
Usage
This method writes a document type definition (DTD) for the StaxWriter
stream,
where dtd
represents a valid DTD.
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).