Skip to main content

NotesDOMNode

Properties

NameDescription
AttributesRead-only. A NotesDOMNamedNodeMap containing the attributes of a NotesDOMElementNode.
FirstChildRead-only. The first child of this node.
HasChildNodesRead-only. Indicates whether this node has any children.
IsNullRead-only. Indicates that an object is null (does not have valid content).
LastChildRead-only. The last child of this node.
LocalNameRead-only. The local part of the qualified name of this node.
NamespaceURIRead-only. The namespace URI of this node when it was created.
NextSiblingRead-only. The node immediately following this node.
NodeNameRead-only. The name of this node, depending on its type.
NodeTypeRead-only. An integer indicating which type of node this is.
NodeValueRead-write. The value of this node, depending on its type.
NumberOfChildNodesRead-only. The number of child nodes this node has.
ParentNodeRead-only. The parent of this node.
PrefixRead-write. The namespace prefix of this node.
PreviousSiblingRead-only. The node immediately before this node.

Methods

NameDescription
AppendChildAdds the NotesDOMNode newChild to the end of the list of children of this node. If the newChild is already in the tree, it is first removed.
Clone (NotesDOMNode)Returns a duplicate of this node.
RemoveChildRemoves the specified child node from the list of children, and returns it.
ReplaceChildReplaces the specified oldChild node with the newChild node in the list of children, and returns the oldChild node.