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