| CreateAttributeNode | Creates an attribute node. |
| CreateAttributeNodeNS | Creates an attribute node given its namespace and qualified name. |
| CreateCDATASectionNode | Creates a CDATA section node. |
| CreateCommentNode | Creates a comment node. |
| CreateDocumentFragmentNode | Creates an empty document fragment node. |
| CreateDocumentNode | Creates a DOM document node. |
| CreateElementNode | Creates an element node of the type specified. |
| CreateElementNodeNS | Creates an element node of the type specified by a namespace and qualified name. |
| CreateEntityReferenceNode | Creates an entity reference node. |
| CreateNotationNode | Creates a notation node. |
| CreateProcessingInstructionNode | Creates a processing instruction node. |
| CreateTextNode | Creates a text node. |
| CreateXMLDeclNode | Creates an XML declaration node. |
| GetElementsByTagName (NotesDOMDocumentNode) | Returns a NotesDOMNodeList of all the NotesDOMElementNode objects with a given tag name. The list is arranged in the order in which they are encountered. |
| GetElementsByTagNameNS (NotesDOMDocumentNode) | Returns a NotesDOMNodeList of all the NotesDOMElementNode objects with a given namespace and local name. The list is arranged in the order in which they… |