class DocumentFragment
package js.html
extends Node › EventTarget
extended by ShadowRoot
Available on HTML5
The DocumentFragment
interface represents a minimal document object that has no parent. It is used as a light-weight version of Document
to store well-formed or potentially non-well-formed fragments of XML.
Documentation DocumentFragment by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Constructor
Variables
Methods
getElementById (elementId:String):Element
Returns the first Element
node within the DocumentFragment`, in document order, that matches the specified ID.