SAX_StartElement (NotesSAXParser - LotusScript®)

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

Defined in

NotesSAXParser

Syntax

SAX_StartElement( Source as NotesSAXParser, byval ElementName as String, Attributes as NotesSAXAttributeList )

Parameters

Source

NotesSAXParser. Read-only. The current NotesSAXParser object.

ElementName

String. Read-only.

Attributes

NotesSAXAttributeList.

Example