Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






PostDOMParse event

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. 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.

Related topics
Using XML with LotusScript




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009