LOTUSSCRIPT/COM/OLE CLASSES

PostDOMParse event
Called by the Process method after it parses the NotesDOMParser input into a DOM tree.

Defined in

NotesDOMParser

Syntax

PostDOMParse( Source As NotesDOMParser )

Parameters

Source


Usage

The reason for this event is to allow pipelined output. The Process method for the NotesDOMParser class does not automatically generate output. You must explicitly call Output. For pipelined output, you must call Output from this event. Output generated in this event becomes available to the next stage of the pipeline. Any processing that leads to the output must also, necessarily be in this event.