| GetAttribute | Retrieves an attribute value by name. |
| GetAttributeNode | Retrieves an attribute node by name. |
| GetAttributeNodeNS | Retrieves an attribute node given its namespace and local name. |
| GetAttributeNS | Retrieves an attribute value given its namespace and local name. |
| GetElementsByTagName (NotesDOMElementNode) | Returns a NotesDOMNodeList of all descendant elements with a given tag name, in the order in which they are encountered. |
| GetElementsByTagNameNS (NotesDOMElementNode) | Returns a NotesDOMNodeList of all descendant elements with a given namespace and local name, in the order in which they are encountered. |
| RemoveAttribute | Deletes the specified attribute. |
| RemoveAttributeNode | Removes the specified attribute node. |
| RemoveAttributeNS | Deletes the specified attribute given its namespace and local name. |
| SetAttribute | Adds a new attribute. |
| SetAttributeNode | Adds a new attribute node. |
| SetAttributeNodeNS | Adds a new attribute node given an attribute node with a namespace and local name. |
| SetAttributeNS | Adds a new attribute given its namespace and qualified name. |