Skip to main content

NotesDOMElementNode

Properties

NameDescription
TagNameRead-only. The name of the element.

Methods

NameDescription
GetAttributeRetrieves an attribute value by name.
GetAttributeNodeRetrieves an attribute node by name.
GetAttributeNodeNSRetrieves an attribute node given its namespace and local name.
GetAttributeNSRetrieves 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.
RemoveAttributeDeletes the specified attribute.
RemoveAttributeNodeRemoves the specified attribute node.
RemoveAttributeNSDeletes the specified attribute given its namespace and local name.
SetAttributeAdds a new attribute.
SetAttributeNodeAdds a new attribute node.
SetAttributeNodeNSAdds a new attribute node given an attribute node with a namespace and local name.
SetAttributeNSAdds a new attribute given its namespace and qualified name.