Flyweight DOM - v2.3.0
    Preparing search index...

    Class DocumentFragment

    DocumentFragment on MDN

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    childElementCount: number
    children: NodeList<Element>

    Element.children on MDN

    firstChild: null | ChildNode = null

    Node.firstChild on MDN

    firstElementChild: null | Element
    lastChild: null | ChildNode = null

    Node.lastChild on MDN

    lastElementChild: null | Element
    nextSibling: null | ChildNode = null

    Node.nextSibling on MDN

    nodeName: string = '#document-fragment'

    Node.nodeName on MDN

    nodeType: number = DOCUMENT_FRAGMENT_NODE

    Node.nodeType on MDN

    parentNode: null | ParentNode = null

    Node.parentNode on MDN

    previousSibling: null | ChildNode = null

    Accessors

    • get nodeValue(): null | string

      Returns null | string

      Node.nodeValue on MDN

    • set nodeValue(value: null | string): void

      Parameters

      • value: null | string

      Returns void

    Methods