Org.Xml.Sax.IContentHandler.EndDocument Method
Receive notification of the end of a document.

Syntax

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

See Also

IContentHandler.StartDocument

Exceptions

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

Remarks

Receive notification of the end of a document.

There is an apparent contradiction between the documentation for this method and the documentation for IErrorHandler.FatalError(SAXParseException). Until this ambiguity is resolved in a future major release, clients should make no assumptions about whether endDocument() will or will not be invoked when the parser has reported a fatalError() or thrown an exception.

The SAX parser will invoke this method only once, and it will be the last method invoked during the parse. The parser shall not invoke this method until it has either abandoned parsing (because of an unrecoverable error) or reached the end of input.

[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