CreateProcessingInstructionNode (NotesDOMDocumentNode - LotusScript®)

Creates a processing instruction node.

Defined in

NotesDOMDocumentNode

Syntax

Set notesDOMProcessingInstructionNode = notesDOMDocumentNode .CreateProcessingInstructionNode( target , data )

Parameters

target

String. The target part of the processing instruction.

data

String. The data for the node.

Return value

notesDOMProcessingInstructionNode

The new NotesDOMProcessingInstructionNode object.

Example