Język

XmlReaderResourceParser.GetAttributeListValue Method

Definition

Overloads

GetAttributeListValue(String, String, String[], Int32)

This operation is not supported by XmlReaderResourceParser.

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

Parameters

namespaceURI
String
attribute
String

Name of attribute to retrieve.

options
String[]

List of strings whose values we are checking against.

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.getAttributeListValue.

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

GetAttributeListValue(Int32, String[], Int32)

This operation is not supported by XmlReaderResourceParser.

public int GetAttributeListValue(int index, string[]? options, int defaultValue);
abstract member GetAttributeListValue : int * string[] * int -> int
override this.GetAttributeListValue : int * string[] * int -> int

Parameters

index
Int32

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

options
String[]

List of strings whose values we are checking against.

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.getAttributeListValue.

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