ParserAdapter.StartElement(String, IAttributeList) Method

Definition

Adapter implementation method; do not call.

[Android.Runtime.Register("startElement", "(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V", "GetStartElement_Ljava_lang_String_Lorg_xml_sax_AttributeList_Handler")]
public virtual void StartElement (string? qName, Org.Xml.Sax.IAttributeList? qAtts);
[<Android.Runtime.Register("startElement", "(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V", "GetStartElement_Ljava_lang_String_Lorg_xml_sax_AttributeList_Handler")>]
abstract member StartElement : string * Org.Xml.Sax.IAttributeList -> unit
override this.StartElement : string * Org.Xml.Sax.IAttributeList -> unit

Parameters

qName
String

The qualified (prefixed) name.

qAtts
IAttributeList

The XML attribute list (with qnames).

Implements

Attributes

Exceptions

The client may raise a processing exception.

Remarks

Adapter implementation method; do not call. Adapt a SAX1 startElement event.

If necessary, perform Namespace processing.

Java documentation for org.xml.sax.helpers.ParserAdapter.startElement(java.lang.String, org.xml.sax.AttributeList).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to