Javax.Xml.Transform.Transformer.GetOutputProperty Method
Get an output property that is in effect for the transformer.

Syntax

[Android.Runtime.Register("getOutputProperty", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetOutputProperty_Ljava_lang_String_Handler")]
public abstract string GetOutputProperty (string name)

See Also

OutputKeys

Parameters

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

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionIf 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.

[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