IXmlSerializer.EndDocument Method

Definition

Finish writing.

[Android.Runtime.Register("endDocument", "()V", "GetEndDocumentHandler:Org.XmlPull.V1.IXmlSerializerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void EndDocument ();
[<Android.Runtime.Register("endDocument", "()V", "GetEndDocumentHandler:Org.XmlPull.V1.IXmlSerializerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member EndDocument : unit -> unit
Attributes

Exceptions

Remarks

Finish writing. All unclosed start tags will be closed and output will be flushed. After calling this method no more output can be serialized until next call to setOutput()

Java documentation for org.xmlpull.v1.XmlSerializer.endDocument().

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