Javax.Xml.Transform.TransformerFactory.SetAttribute Method
Allows the user to set specific attributes on the underlying implementation.

Syntax

[Android.Runtime.Register("setAttribute", "(Ljava/lang/String;Ljava/lang/Object;)V", "GetSetAttribute_Ljava_lang_String_Ljava_lang_Object_Handler")]
public abstract void SetAttribute (string name, Java.Lang.Object value)

Parameters

name
The name of the attribute.
value
The value of the attribute.

Remarks

Allows the user to set specific attributes on the underlying implementation. An attribute in this context is defined to be an option that the implementation provides. 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