PostDOMParse (NotesDOMParser - LotusScript®)

Called by the Process or Parse method after it parses the NotesDOMParser input into a DOM tree.

Defined in

NotesDOMParser

Syntax

PostDOMParse( Source As NotesDOMParser )

Parameters

Source

NotesDOMParser. Read-only. The current NotesDOMParser object.

Usage

The reason for this event is to allow pipelined output. ProcessThe and Parse methods for the NotesDOMParser class do 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.