Name

DocumentFragment — Inherits Node

Synopsis

DocumentFragment is a minimal document object. It is meant to be a storage container that applications can use when they want to isolate and deal separately with a portion of another document, or to hold temporary fragments during complex cut and paste operations. Document fragments can contain any type of nodes, and have some special behavior when inserted into the document tree. Most interestingly (and usefully), when a DocumentFragment is appended or inserted, the children of the fragment are inserted into the appropriate location, rather than the fragment itself.

The DocumentFragment is an interface that inherits from Node, buts adds no additional methods or attributes.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.147.60.63