IStartElementListener.Start(IAttributes) Method

Definition

Invoked at the beginning of an element.

[Android.Runtime.Register("start", "(Lorg/xml/sax/Attributes;)V", "GetStart_Lorg_xml_sax_Attributes_Handler:Android.Sax.IStartElementListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Start (Org.Xml.Sax.IAttributes? attributes);
[<Android.Runtime.Register("start", "(Lorg/xml/sax/Attributes;)V", "GetStart_Lorg_xml_sax_Attributes_Handler:Android.Sax.IStartElementListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Start : Org.Xml.Sax.IAttributes -> unit

Parameters

attributes
IAttributes

from the element

Attributes

Remarks

Invoked at the beginning of an element.

Java documentation for android.sax.StartElementListener.start(org.xml.sax.Attributes).

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