.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


NotesDOMElementNode class
Example

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
See Also