NotesDOMNode (LotusScript®)
Represents a single node in the document tree.
Derived Classes
NotesDOMAttributeNode, NotesDOMCharacterDataNode, NotesDOMDocumentFragmentNode, NotesDOMDocumentNode, NotesDOMDocumentTypeNode, NotesDOMElementNode, NotesDOMEntityNode, NotesDOMEntityReferenceNode, NotesDOMNotationNode, NotesDOMProcessingInstructionNode, NotesDOMXMLDeclNode inherit from NotesDOMNode class.
Containment
Contains: NotesDOMNamedNodeMap, NotesDOMNodeList
Properties
Methods
Creation and access
The NotesDOMNode class is abstract and you do not create NotesDOMNode objects. Instead, you create objects for a specific derived node class by using the appropriate Create method of the NotesDOMDocumentNode class.
Objects of class NotesDOMNode and its derived classes, retain an association with the NotesDOMParser object from which they were created. This method will only work if the two nodes in question were derived from the same DOM parser.
Usage
For more information about DOM nodes, see Document Object Model Core at http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1950641247.