LOTUSSCRIPT/COM/OLE CLASSES

CreateSAXParser method
Example

Creates a NotesSAXParser object.

Note This method is new with Release 6.

Note This method is not supported in COM.

Defined in

NotesSession

Syntax

Set notesSAXParser = notesSession.CreateSAXParser( [ input [, output ] ])

Parameters

input


output
Return value

notesSAXParser


Usage

See the NotesSAXParser and Pipelining class for additional information.

Example
See Also