OutputKeys.Indent Field

Definition

indent = "yes" | "no".

[Android.Runtime.Register("INDENT")]
public const string Indent;
[<Android.Runtime.Register("INDENT")>]
val mutable Indent : string

Field Value

Attributes

Remarks

indent = "yes" | "no".

indent specifies whether the Transformer may add additional whitespace when outputting the result tree; the value must be yes or no.

Java documentation for javax.xml.transform.OutputKeys.INDENT.

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