Javax.Xml.Parsers.DocumentBuilderFactory.GetAttribute Method
Allows the user to retrieve specific attributes on the underlying implementation.

Syntax

[Android.Runtime.Register("getAttribute", "(Ljava/lang/String;)Ljava/lang/Object;", "GetGetAttribute_Ljava_lang_String_Handler")]
public abstract Java.Lang.Object GetAttribute (string name)

Parameters

name
The name of the attribute.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionthrown if the underlying implementation doesn't recognize the attribute.

Remarks

Allows the user to retrieve specific attributes on the underlying implementation.

[Android Documentation]

Requirements

Namespace: Javax.Xml.Parsers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1