LOTUSSCRIPT/COM/OLE CLASSES
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 CreateDocumentFragmentNode in NotesDOMDocumentNode to create a NotesDOMDocumentFragmentNode object.
Usage
This object is a programming aid for creating nodes to append or insert into a DOM tree. A NotesDOMDocumentFragmentNode is not found in a DOM tree.
For information about document fragments, see Document Object Model Core at http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-B63ED1A3.
See Also