Previous Next

PARSE-STATUS attribute
The current status of a SAX parse.
Data type:
Access:
Applies to:
The default value is SAX-UNINITIALIZED.
The values that PARSE-STATUS can assume are described in Table 92.
*
The parser has determined that there are no more tokens in the XML source.
*
The application has stopped the parser by calling the STOP-PARSING( ) method.
*
The parser could not start or could not continue. Perhaps the parser could not be loaded, the XML source could not be found, the XML source was invalid, etc.

Previous Next
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates.