DocumentFragment constructor

DocumentFragment([
  1. dynamic context
])

Implementation

DocumentFragment([context]) : super(NodeType.DOCUMENT_FRAGMENT_NODE, context);