Language

Driver.ParseSubTree(XmlReader) Method

Definition

Parses the subtree rooted at the current start tag.

[Android.Runtime.Register("parseSubTree", "(Lorg/xmlpull/v1/XmlPullParser;)V", "GetParseSubTree_Lorg_xmlpull_v1_XmlPullParser_Handler")]
public virtual void ParseSubTree(System.Xml.XmlReader? pp);
[<Android.Runtime.Register("parseSubTree", "(Lorg/xmlpull/v1/XmlPullParser;)V", "GetParseSubTree_Lorg_xmlpull_v1_XmlPullParser_Handler")>]
abstract member ParseSubTree : System.Xml.XmlReader -> unit
override this.ParseSubTree : System.Xml.XmlReader -> unit

Parameters

pp
XmlReader

The XML pull parser positioned on the start tag of the subtree to parse.

Attributes

Exceptions

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