OutputKeys.MediaType Field

Definition

media-type = <var>string</var>.

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

Field Value

Attributes

Remarks

media-type = <var>string</var>.

media-type specifies the media type (MIME content type) of the data that results from outputting the result tree. The charset parameter should not be specified explicitly; instead, when the top-level media type is text, a charset parameter should be added according to the character encoding actually used by the output method.

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

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