XmlPullParserReader.GetAttribute Method

Definition

Overloads

GetAttribute(String, String)
GetAttribute(String)
GetAttribute(Int32)

GetAttribute(String, String)

public override string? GetAttribute (string localName, string? namespaceName);
override this.GetAttribute : string * string -> string

Parameters

localName
String
namespaceName
String

Returns

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

GetAttribute(String)

public override string? GetAttribute (string name);
override this.GetAttribute : string -> string

Parameters

name
String

Returns

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

GetAttribute(Int32)

public override string? GetAttribute (int i);
override this.GetAttribute : int -> string

Parameters

i
Int32

Returns

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