LOTUSSCRIPT/COM/OLE CLASSES


Output method
Example

Writes data to the specified output object.

Defined in

NotesDOMParser

Syntax

Call notesDOMParser.Output( outputText )

Parameters

outputText


Usage

See SetOutput for a discussion of the output object.

The NotesDOMParser class does not automatically generate output. You must explicitly call this method. For pipelined output, you must use this method in the PostDOMParse event.

Example
See Also