The IDLffXMLSAX::Warning procedure method is called when the parser detects a problem during processing. This method prints an IDL error string to the IDL output log and allows the parser to continue processing.
| Note |
Obj->[IDLffXMLSAX::]Warning, SystemID, LineNumber, ColumnNumber, Message
A string containing the URI of the text that generated the error.
A longword integer representing the line number that contains the error.
A longword integer representing the column number that contains the error.
A string containing the error message.
None
Introduced: 5.6