SAX_StartDocument (NotesSAXParser - LotusScript®)

Signals the beginning of the input XML.

Defined in

NotesSAXParser

Syntax

SAX_StartDocument( Source as NotesSAXParser )

Parameters

Source

NotesSAXParser. Read-only. The current NotesSAXParser object.

Usage

Use this event to set global data or initialize resources for this input XML file.

Example