SAX_EndDocument (NotesSAXParser - LotusScript®)

Signals the end of the input XML.

Defined in

NotesSAXParser

Syntax

SAX_EndDocument( Source as NotesSAXParser )

Parameters

Source

NotesSAXParser. Read-only. The current NotesSAXParser object.

Usage

Use this event to release any resources used in this processing.

Example