Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






CreateSAXParser method

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

Optional. A string or an object of the following type:

See SetInput in the NotesXMLProcessor class for additional information.

output

Optional. An object of the following type:

See SetOutput in the NotesXMLProcessor class for additional information.

Return value

notesSAXParser

The newly created object.

Usage

See the NotesSAXParser and Pipelining class for additional information.

You cannot explicitly read or write a NotesStream object associated with a file prior to using it for XML input or output. For example, if you write to a file then use it for XML input, you must close and reopen the NotesStream object.

See examples

Examples: NotesSAXParser class
Related topics
Using XML with LotusScript




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009