Org.Xml.Sax.Helpers.DefaultHandler.EndDocument Method
Receive notification of the end of the document.

Syntax

[Android.Runtime.Register("endDocument", "()V", "GetEndDocumentHandler")]
public virtual void EndDocument ()

See Also

Org.Xml.Sax.IContentHandler.EndDocument

Exceptions

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

Remarks

Receive notification of the end of the document.

By default, do nothing. Application writers may override this method in a subclass to take specific actions at the end of a document (such as finalising a tree or closing 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