klyn.io.xml.sax.DefaultHandler.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 SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.skippedEntity("external")