TransformerFactory.SetAttribute(String, Object) Method

Definition

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

[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);
[<Android.Runtime.Register("setAttribute", "(Ljava/lang/String;Ljava/lang/Object;)V", "GetSetAttribute_Ljava_lang_String_Ljava_lang_Object_Handler")>]
abstract member SetAttribute : string * Java.Lang.Object -> unit

Parameters

name
String

The name of the attribute.

value
Object

The value of the attribute.

Attributes

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.

Java documentation for javax.xml.transform.TransformerFactory.setAttribute(java.lang.String, java.lang.Object).

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