Method EndPrefixMapping
EndPrefixMapping(String)
End the scope of a prefix-URI mapping.
Declaration
void EndPrefixMapping(string prefix)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefix | the prefix that was being mapped. This is the empty string when a default mapping scope ends. |
Remarks
See StartPrefixMapping(String, String) for details. These events will always occur immediately after the corresponding EndElement(String, String, String) event, but the order of EndPrefixMapping(String) events is not otherwise guaranteed.
Exceptions
Type | Condition |
---|---|
SAXException | the client may throw an exception during processing |