NotesDOMDocumentFragmentNode (LotusScript®)
Represents a document fragment 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
Methods
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.