SAX_Characters (NotesSAXParser - LotusScript®)

Signals the occurrence of text in the input XML.

Defined in

NotesSAXParser

Syntax

SAX_Characters( Source as NotesSAXParser, byval Characters as String, byval Length as Long )

Parameters

Source

NotesSAXParser. Read-only. The current NotesSAXParser object.

Characters

String. Read-only.

Length

Long. Read-only.

Example