| Attributes | Read-only. A NotesDOMNamedNodeMap containing the attributes of a NotesDOMElementNode. |
| FirstChild | Read-only. The first child of this node. |
| HasChildNodes | Read-only. Indicates whether this node has any children. |
| IsNull | Read-only. Indicates that an object is null (does not have valid content). |
| LastChild | Read-only. The last child of this node. |
| LocalName | Read-only. The local part of the qualified name of this node. |
| NamespaceURI | Read-only. The namespace URI of this node when it was created. |
| NextSibling | Read-only. The node immediately following this node. |
| NodeName | Read-only. The name of this node, depending on its type. |
| NodeType | Read-only. An integer indicating which type of node this is. |
| NodeValue | Read-write. The value of this node, depending on its type. |
| NumberOfChildNodes | Read-only. The number of child nodes this node has. |
| ParentNode | Read-only. The parent of this node. |
| Prefix | Read-write. The namespace prefix of this node. |
| PreviousSibling | Read-only. The node immediately before this node. |