Org.Xml.Sax.Helpers.DefaultHandler.StartDocument Method
Receive notification of the beginning of the document.

Syntax

[Android.Runtime.Register("startDocument", "()V", "GetStartDocumentHandler")]
public virtual void StartDocument ()

See Also

Org.Xml.Sax.IContentHandler.StartDocument

Exceptions

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

Remarks

Receive notification of the beginning of the document.

By default, do nothing. Application writers may override this method in a subclass to take specific actions at the beginning of a document (such as allocating the root node of a tree or creating an output file).

[Android Documentation]

Requirements

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