Method StartPrefixMapping
StartPrefixMapping(String, String)
Filter a start Namespace prefix mapping event.
Declaration
public virtual void StartPrefixMapping(string prefix, string uri)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefix | The Namespace prefix. |
System.String | uri | The Namespace URI. |
Implements
Exceptions
Type | Condition |
---|---|
SAXException | The client may throw an exception during processing. |