Android.Runtime.XmlReaderPullParser: Method Members

The methods of Android.Runtime.XmlReaderPullParser are listed below. For a list of all members, see the XmlReaderPullParser Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

DefineEntityReplacementText(string, string)
Documentation for this section has not yet been entered.
GetAttributeName(int) : string
Documentation for this section has not yet been entered.
GetAttributeNamespace(int) : string
Documentation for this section has not yet been entered.
GetAttributePrefix(int) : string
Documentation for this section has not yet been entered.
GetAttributeType(int) : string
Documentation for this section has not yet been entered.
GetAttributeValue(int) : string
Documentation for this section has not yet been entered.
GetAttributeValue(string, string) : string
Documentation for this section has not yet been entered.
GetFeature(string) : bool
Documentation for this section has not yet been entered.
GetNamespace(string) : string
Documentation for this section has not yet been entered.
GetNamespaceCount(int) : int
Documentation for this section has not yet been entered.
GetNamespacePrefix(int) : string
Documentation for this section has not yet been entered.
GetNamespaceUri(int) : string
Documentation for this section has not yet been entered.
GetProperty(string) : Java.Lang.Object
Documentation for this section has not yet been entered.
GetTextCharacters(int[]) : char[]
Documentation for this section has not yet been entered.
IsAttributeDefault(int) : bool
Documentation for this section has not yet been entered.
Next() : Org.XmlPull.V1.XmlPullParserNode
Documentation for this section has not yet been entered.
NextTag() : Org.XmlPull.V1.XmlPullParserNode
Documentation for this section has not yet been entered.
NextText() : string
Documentation for this section has not yet been entered.
NextToken() : Org.XmlPull.V1.XmlPullParserNode
Documentation for this section has not yet been entered.
Require(Org.XmlPull.V1.XmlPullParserNode, string, string)
Documentation for this section has not yet been entered.
SetFeature(string, bool)
Documentation for this section has not yet been entered.
SetInput(Java.IO.Reader)
Documentation for this section has not yet been entered.
SetInput(System.IO.Stream, string)
Documentation for this section has not yet been entered.
SetProperty(string, Java.Lang.Object)
Documentation for this section has not yet been entered.
static
ToLocalJniHandle(System.Xml.XmlReader) : IntPtr
Documentation for this section has not yet been entered.