Method EndElement
EndElement(String, String, String)
Receive notification of the end of an element.
The parser will invoke this method at the end of every element in the XML document; there will be a corresponding StartElement(String, String, String, IDictionary<String, String>) event for every EndElement(String, String, String) event (even when the element is empty).
Declaration
public virtual void EndElement(string uri, string local, string raw)
Parameters
Type | Name | Description |
---|---|---|
System.String | uri | the Namespace URI, or the empty string if the element has no Namespace URI or if Namespace processing is not being performed |
System.String | local | the local name (without prefix), or the empty string if Namespace processing is not being performed |
System.String | raw |