org.xml.sax.ContentHandler.skippedEntity
method
public skippedEntity(name as String) as Void throws SAXException
Description

Receives notification of a skipped entity.

Parameters
  • name Entity name.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.skippedEntity("external")