org.xml.sax.ContentHandler.endPrefixMapping
method
public endPrefixMapping(prefix as String) as Void throws SAXException
Description

Ends a prefix-to-Namespace mapping scope.

Parameters
  • prefix Namespace prefix, or empty string for the default namespace.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.endPrefixMapping("")