NotesDOMProcessingInstructionNode (LotusScript®)

Represents a processing instruction, used in XML as a way to keep processor-specific information in the text of the document.

Note: This class is new with Release 6.
Note: This class is not supported in COM.

Base class

Inherits from: NotesDOMNode

Containment

Contained by: NotesDOMDocumentNode

Creation and access

Use CreateProcessingInstructionNode in the NotesDOMDocumentNode class to create a NotesDOMProcessingInstructionNode object.

For more information about processing instructions, see http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1004215813.

Example