Org.Xml.Sax.IContentHandler.StartDocument Method
Receive notification of the beginning of a document.

Syntax

[Android.Runtime.Register("startDocument", "()V", "GetStartDocumentHandler:Org.Xml.Sax.IContentHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void StartDocument ()

See Also

IContentHandler.EndDocument

Exceptions

TypeReason
Org.Xml.Sax.SAXExceptionany SAX exception, possibly wrapping another exception

Remarks

Receive notification of the beginning of a document.

The SAX parser will invoke this method only once, before any other event callbacks (except for IContentHandler.SetDocumentLocator(ILocator)).

[Android Documentation]

Requirements

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