DefaultHandler2.AttributeDecl(String, String, String, String, String) Method

Definition

Report an attribute type declaration.

[Android.Runtime.Register("attributeDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetAttributeDecl_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual void AttributeDecl (string? eName, string? aName, string? type, string? mode, string? value);
[<Android.Runtime.Register("attributeDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetAttributeDecl_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")>]
abstract member AttributeDecl : string * string * string * string * string -> unit
override this.AttributeDecl : string * string * string * string * string -> unit

Parameters

eName
String

The name of the associated element.

aName
String

The name of the attribute.

type
String

A string representing the attribute type.

mode
String

A string representing the attribute defaulting mode ("#IMPLIED", "#REQUIRED", or "#FIXED") or null if none of these applies.

value
String

A string representing the attribute's default value, or null if there is none.

Implements

Attributes

Exceptions

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