Method StartPrefixMapping
StartPrefixMapping(String, String)
Receive notification of the start of a Namespace mapping.
By default, do nothing. Application writers may override this method in a subclass to take specific actions at the start of each Namespace prefix scope (such as storing the prefix mapping).
Declaration
public virtual void StartPrefixMapping(string prefix, string uri)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefix | The Namespace prefix being declared. |
System.String | uri | The Namespace URI mapped to the prefix. |
Implements
Exceptions
Type | Condition |
---|---|
SAXException | Any SAX exception, possibly wrapping another exception. |