Javax.Xml.Transform.TransformerFactory.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.

Remarks

Allows the user to retrieve specific attributes on the underlying implementation. An IllegalArgumentException is thrown if the underlying implementation doesn't recognize the attribute.

[Android Documentation]

Requirements

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