XmlPullParser.Types Property

Definition

Caution

Use 'Org.XmlPull.V1.IXmlPullParser.Types'. This class will be removed in a future release.

This array can be used to convert the event type integer constants such as START_TAG or TEXT to to a string.

[Android.Runtime.Register("TYPES")]
[System.Obsolete("Use 'Org.XmlPull.V1.IXmlPullParser.Types'. This class will be removed in a future release.")]
public static System.Collections.Generic.IList<string>? Types { get; }
[<Android.Runtime.Register("TYPES")>]
[<System.Obsolete("Use 'Org.XmlPull.V1.IXmlPullParser.Types'. This class will be removed in a future release.")>]
member this.Types : System.Collections.Generic.IList<string>

Property Value

IList<String>
Attributes

Remarks

Java documentation for org.xmlpull.v1.XmlPullParser.TYPES.

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