IXmlPullParser.GetAttributeType(Int32) Method

Definition

Returns the type of the specified attribute If parser is non-validating it MUST return CDATA.

[Android.Runtime.Register("getAttributeType", "(I)Ljava/lang/String;", "GetGetAttributeType_IHandler:Org.XmlPull.V1.IXmlPullParserInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string? GetAttributeType (int index);
[<Android.Runtime.Register("getAttributeType", "(I)Ljava/lang/String;", "GetGetAttributeType_IHandler:Org.XmlPull.V1.IXmlPullParserInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeType : int -> string

Parameters

index
Int32

zero-based index of attribute

Returns

attribute type (null is never returned)

Attributes

Remarks

Returns the type of the specified attribute If parser is non-validating it MUST return CDATA.

Java documentation for org.xmlpull.v1.XmlPullParser.getAttributeType(int).

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