SAX_IgnorableWhiteSpace (NotesSAXParser - LotusScript®)

Signals ignorable white space found in the input XML.

Defined in

NotesSAXParser

Syntax

SAX_IgnorableWhiteSpace( 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.

Usage

Refer to http://www.w3.org/TR/REC-xml#sec-white-space for information about white space.

Example