klyn.io.xml.sax.DefaultHandler.warning
method
public warning(exception as SAXParseException) as Void throws SAXException:
Description

Receives a recoverable warning.

Parameters
  • exception Warning with location information.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.warning(exception)