StartElementEventArgs(IAttributes) Constructor

Definition

Initializes a new instance of the StartElementEventArgs class.

public StartElementEventArgs(Org.Xml.Sax.IAttributes? attributes);
new Android.Sax.StartElementEventArgs : Org.Xml.Sax.IAttributes -> Android.Sax.StartElementEventArgs

Parameters

attributes
IAttributes

The attributes of the element.

Remarks

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