DocumentBuilderFactory.GetAttribute(String) Method

Definition

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

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

Parameters

name
String

The name of the attribute.

Returns

value The value of the attribute.

Attributes

Exceptions

thrown if the underlying implementation doesn't recognize the attribute.

Remarks

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

Java documentation for javax.xml.parsers.DocumentBuilderFactory.getAttribute(java.lang.String).

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