OutputKeys.OmitXmlDeclaration Field

Definition

omit-xml-declaration = "yes" | "no".

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

Field Value

Attributes

Remarks

omit-xml-declaration = "yes" | "no".

omit-xml-declaration specifies whether the XSLT processor should output an XML declaration; the value must be yes or no.

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

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