Method StartElement
StartElement(String, String, String, IAttributes)
Filter a start element event.
Declaration
public virtual void StartElement(string uri, string localName, string qName, IAttributes atts)
Parameters
Type | Name | Description |
---|---|---|
System.String | uri | The element's Namespace URI, or the empty string. |
System.String | localName | The element's local name, or the empty string. |
System.String | qName | The element's qualified (prefixed) name, or the empty string. |
IAttributes | atts | The element's attributes. |
Implements
Exceptions
Type | Condition |
---|---|
SAXException | The client may throw an exception during processing. |