NotesDOMEntityReferenceNode (LotusScript®)

Represents an entity reference node in the XML.

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

Properties

Attributes

FirstChild

HasChildNodes

IsNull

LastChild

LocalName

NamespaceURI

NextSibling

NodeName

NodeType

NodeValue

NumberOfChildNodes

ParentNode

Prefix

PreviousSibling

Methods

AppendChild

Clone

RemoveChild

ReplaceChild

Creation and access

Use CreateEntityReferenceNode in the NotesDOMDocumentNode class to create a NotesDOMEntityReferenceNode object.

Usage

For information about entity references, see http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-11C98490.