Xml.NewPullParser Method

Definition

Returns a new pull parser with namespace support.

[Android.Runtime.Register("newPullParser", "()Lorg/xmlpull/v1/XmlPullParser;", "")]
public static System.Xml.XmlReader? NewPullParser ();
[<Android.Runtime.Register("newPullParser", "()Lorg/xmlpull/v1/XmlPullParser;", "")>]
static member NewPullParser : unit -> System.Xml.XmlReader

Returns

XmlReader
Attributes

Remarks

Java documentation for android.util.Xml.newPullParser().

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