XmlPullParserFactory.NewPullParser Method
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.
Creates a new instance of a XML Pull Parser using the currently configured factory features.
[Android.Runtime.Register("newPullParser", "()Lorg/xmlpull/v1/XmlPullParser;", "GetNewPullParserHandler")]
public virtual System.Xml.XmlReader? NewPullParser ();
[<Android.Runtime.Register("newPullParser", "()Lorg/xmlpull/v1/XmlPullParser;", "GetNewPullParserHandler")>]
abstract member NewPullParser : unit -> System.Xml.XmlReader
override this.NewPullParser : unit -> System.Xml.XmlReader
Returns
A new instance of a XML Pull Parser.
- Attributes
Exceptions
Remarks
Creates a new instance of a XML Pull Parser using the currently configured factory features.
Java documentation for org.xmlpull.v1.XmlPullParserFactory.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.