klyn.io.xml.sax.DefaultHandler.endPrefixMapping
method
public endPrefixMapping(prefix as String) as Void throws SAXException:
Description

Receives the end of a Namespace prefix scope.

Parameters
  • prefix Prefix, or empty string for the default Namespace.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.endPrefixMapping("")