Home to Document Object Model | Up to Core
Prev Document | Next Element


DocumentFragment
Object (inherits from Node).

This object provides a lightweight place to store Document fragments without any of the potential overheads an implementation might place on Document objects. If a DocumentFragment node is inserted into a Document, it is the child nodes of the DocumentFragment that are inserted, not the node itself.

It has no methods or attributes of its own.

A DocumentFragment node may have the following child nodes:

Log in or register to write something here or to contact authors.