OutputKeys.DoctypePublic Field

Definition

doctype-public = <var>string</var>.

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

Field Value

Attributes

Remarks

doctype-public = <var>string</var>.

See the documentation for the #DOCTYPE_SYSTEM property for a description of what the value of the key should be.

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

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