Share via


Transformer.GetOutputProperty(String) Method

Definition

Get an output property that is in effect for the transformer.

[Android.Runtime.Register("getOutputProperty", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetOutputProperty_Ljava_lang_String_Handler")]
public abstract string? GetOutputProperty (string? name);
[<Android.Runtime.Register("getOutputProperty", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetOutputProperty_Ljava_lang_String_Handler")>]
abstract member GetOutputProperty : string -> string

Parameters

name
String

A non-null String that specifies an output property name, which may be namespace qualified.

Returns

The string value of the output property, or null if no property was found.

Attributes

Exceptions

If the property is not supported.

Remarks

Get an output property that is in effect for the transformer. The property specified may be a property that was set with setOutputProperty, or it may be a property specified in the stylesheet.

Java documentation for javax.xml.transform.Transformer.getOutputProperty(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

See also