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

Begins a prefix-to-Namespace mapping scope.

Parameters
  • prefix Namespace prefix, or empty string for the default namespace.
  • uri Namespace URI.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.startPrefixMapping("", "urn:example")