Org.Xmlpull.V1.Sax2.Driver.StartElement Method
Calls Org.Xml.Sax.IContentHandler.StartElement(string, System.String, System.String, System.String) on the ContentHandler with this driver object as the Org.Xml.Sax.IAttributes implementation.

Syntax

[Android.Runtime.Register("startElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetStartElement_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
protected virtual void StartElement (string namespace, string localName, string qName)

Parameters

namespace
Documentation for this section has not yet been entered.
localName
Documentation for this section has not yet been entered.
qName
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.Xml.Sax.SAXException

Remarks

Calls Org.Xml.Sax.IContentHandler.StartElement(string, System.String, System.String, System.String) on the ContentHandler with this driver object as the Org.Xml.Sax.IAttributes implementation. In default implementation Org.Xml.Sax.IAttributes object is valid only during this method call and may not be stored. Sub-classes can overwrite this method to cache attributes.

[Android Documentation]

Requirements

Namespace: Org.Xmlpull.V1.Sax2
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1