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

Receives a recoverable warning.

Parameters
  • exception Warning with location information.
Example
handler.warning(warning)