public startPrefixMapping(prefix as String, uri as String) as Void throws SAXException:
Receives the beginning of a Namespace prefix scope.
| Parameter | Description |
|---|---|
prefix | Prefix, or empty string for the default Namespace. |
uri | Namespace URI. |
handler.startPrefixMapping("", "urn:doc")