Org.XmlPull.V1.IXmlSerializer.StartDocument Method
Write <&#63;xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null) This method can only be called just after setOutput.

Syntax

[Android.Runtime.Register("startDocument", "(Ljava/lang/String;Ljava/lang/Boolean;)V", "GetStartDocument_Ljava_lang_String_Ljava_lang_Boolean_Handler:Org.XmlPull.V1.IXmlSerializerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void StartDocument (string encoding, Java.Lang.Boolean standalone)

Parameters

encoding
Documentation for this section has not yet been entered.
standalone
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException
Java.Lang.IllegalArgumentException
Java.Lang.IllegalStateException

Remarks

Write <&#63;xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null) This method can only be called just after setOutput.

[Android Documentation]

Requirements

Namespace: Org.XmlPull.V1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1