NotesDOMAttributeNode (LotusScript®)

Represents an attribute in a NotesDOMElementNode object.

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, NotesDOMElementNode

Contains: NotesDOMTextNode

Properties

AttributeName

Attributes

AttributeValue

FirstChild

HasChildNodes

IsNull

IsSpecified

LastChild

LocalName

NamespaceURI

NextSibling

NodeName

NodeType

NodeValue

NumberOfChildNodes

ParentNode

Prefix

PreviousSibling

Methods

AppendChild

Clone

RemoveChild

ReplaceChild

Creation and access

Use CreateAttributeNode in the NotesDOMDocumentNode class to create a NotesDOMAttributeNode object.

For information about attribute nodes, see "Attr" in Chapter 1.2 Fundamental Interface of Document Object Model Core at http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-637646024.