Skip to main content

NotesDOMDocumentNode

Properties

NameDescription
DocumentElementRead-only. Allows direct access to the child node that is the root element of the document.

Methods

NameDescription
CreateAttributeNodeCreates an attribute node.
CreateAttributeNodeNSCreates an attribute node given its namespace and qualified name.
CreateCDATASectionNodeCreates a CDATA section node.
CreateCommentNodeCreates a comment node.
CreateDocumentFragmentNodeCreates an empty document fragment node.
CreateDocumentNodeCreates a DOM document node.
CreateElementNodeCreates an element node of the type specified.
CreateElementNodeNSCreates an element node of the type specified by a namespace and qualified name.
CreateEntityReferenceNodeCreates an entity reference node.
CreateNotationNodeCreates a notation node.
CreateProcessingInstructionNodeCreates a processing instruction node.
CreateTextNodeCreates a text node.
CreateXMLDeclNodeCreates 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…