NotesDOMElementNode (LotusScript®)

Represents an element in an XML document.

Note: This class is new with Release 6.
Note: This class is not supported in COM.

Base class

Inherits from: NotesDOMNode

Containment

Contained by: NotesDOMDocumentNode

Contains: NotesDOMAttributeNode, NotesDOMNodeList

Properties

Attributes

FirstChild

HasChildNodes

IsNull

LastChild

LocalName

NamespaceURI

NextSibling

NodeName

NodeType

NodeValue

NumberOfChildNodes

ParentNode

Prefix

PreviousSibling

TagName

Methods

AppendChild

Clone

GetAttribute

GetAttributeNode

GetAttributeNodeNS

GetAttributeNS

GetElementsByTagName

GetElementsByTagNameNS

RemoveAttribute

RemoveAttributeNode

RemoveAttributeNS

RemoveChild

ReplaceChild

SetAttribute

SetAttributeNode

SetAttributeNodeNS

SetAttributeNS

Creation and access

Use CreateElementNode in the NotesDOMDocumentNode class to create a NotesDOMElementNode object.

Example