DocumentFragment object (Object/DOM)

The DOM specification calls this a lightweight or minimal document object. It can be used as a temporary store for a part of the document hierarchy.

Availability:

DOM level - 1
JavaScript - 1.5
Netscape - 6.0
Inherits from:Node object
JavaScript syntax:NmyDocumentFragment = myDocument.createDocumentFragment()

See also:Document.createDocumentFragment(), Node object

Inheritance chain:

Node object