LOTUSSCRIPT/COM/OLE CLASSES
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
Properties
Attributes
Data
FirstChild
HasChildNodes
IsNull
LastChild
LocalName
NamespaceURI
NextSibling
NodeName
NodeType
NodeValue
NumberOfChildNodes
ParentNode
Prefix
PreviousSibling
Target
Methods
AppendChild
Clone
RemoveChild
ReplaceChild
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 See Also