Lingua

XmlReaderResourceParser.GetAttributeResourceValue Method

Definition

Overloads

Name Description
GetAttributeResourceValue(Int32, Int32)

This operation is not supported by XmlReaderResourceParser.

GetAttributeResourceValue(String, String, Int32)

This operation is not supported by XmlReaderResourceParser.

GetAttributeResourceValue(Int32, Int32)

This operation is not supported by XmlReaderResourceParser.

public int GetAttributeResourceValue(int index, int defaultValue);
abstract member GetAttributeResourceValue : int * int -> int
override this.GetAttributeResourceValue : int * int -> int

Parameters

index
Int32

Index of the desired attribute, 0...count-1.

defaultValue
Int32

Fallback value specified by the interface; this implementation does not support the operation.

Returns

Does not return.

Implements

Exceptions

This operation is not supported by XmlReaderResourceParser.

Remarks

This operation is not supported by this XML reader adapter.

Android reference for android.util.AttributeSet.getAttributeResourceValue.

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

GetAttributeResourceValue(String, String, Int32)

This operation is not supported by XmlReaderResourceParser.

public int GetAttributeResourceValue(string? namespaceURI, string? attribute, int defaultValue);
abstract member GetAttributeResourceValue : string * string * int -> int
override this.GetAttributeResourceValue : string * string * int -> int

Parameters

namespaceURI
String
attribute
String

The attribute to retrieve.

defaultValue
Int32

Fallback value specified by the interface; this implementation does not support the operation.

Returns

Does not return.

Implements

Exceptions

This operation is not supported by XmlReaderResourceParser.

Remarks

This operation is not supported by this XML reader adapter.

Android reference for android.util.AttributeSet.getAttributeResourceValue.

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