SAX_EndElement (NotesSAXParser - LotusScript®)

Signals the end of the specified element in the input XML.

Defined in

NotesSAXParser

Syntax

SAX_EndElement( Source as NotesSAXParser, byval ElementName as String )

Parameters

Source

NotesSAXParser. Read-only. The current NotesSAXParser object.

ElementName

String. Read-only.

Example