xml.StaxReader.getEventType
Returns a string that indicates the type of event the cursor of the StaxReader object is pointing to.
Syntax
getEventType()
RETURNS STRING
Usage
This method returns the name of the event type the StaxReader object cursor is pointing to. See StaxReader Event Types for the full list of StaxReader event types.
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).