LOTUSSCRIPT/COM/OLE CLASSES
Defined in
NotesDOMParser
Syntax
PostDOMParse( Source As NotesDOMParser )
Parameters
Source
The reason for this event is to allow pipelined output. The Process 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.
See Also