XmlPullParser.Types Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.