org.xml.sax.ErrorHandler.warning
method
public warning(exception as SAXParseException) as Void throws SAXException
Description

Receives a warning.

Parameters
  • exception Warning information.
Throws
  • SAXException if the application chooses to interrupt parsing.
Example
handler.warning(warning)