LOTUSSCRIPT/COM/OLE CLASSES


Parse method
Processes input XML by raising the SAX parser events.

Note This property is new with Release 6.5.

Defined in

NotesSAXParser

Syntax

Call notesSAXParser.Parse( [ input ] , [ output ] )

Parameters

input


output
Usage

This method is an alternative to Process if pipelining is not used.

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 Also