IDocument.XmlStandalone Property

Definition

An attribute specifying, as part of the , whether this document is standalone.

public bool XmlStandalone { [Android.Runtime.Register("getXmlStandalone", "()Z", "GetGetXmlStandaloneHandler:Org.W3c.Dom.IDocumentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; [Android.Runtime.Register("setXmlStandalone", "(Z)V", "GetSetXmlStandalone_ZHandler:Org.W3c.Dom.IDocumentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] set; }
[<get: Android.Runtime.Register("getXmlStandalone", "()Z", "GetGetXmlStandaloneHandler:Org.W3c.Dom.IDocumentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
[<set: Android.Runtime.Register("setXmlStandalone", "(Z)V", "GetSetXmlStandalone_ZHandler:Org.W3c.Dom.IDocumentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.XmlStandalone : bool with get, set

Property Value

Attributes

Exceptions

NOT_SUPPORTED_ERR: Raised if this document does not support the "XML" feature.

Remarks

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