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

Receives the beginning of a Namespace prefix scope.

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