# Titanium.XML.DocumentFragment

A lightweight document object used as a container for a group of nodes.

Availability
0.9
0.9
9.2.0

# Overview

When a DocumentFragment is inserted into a DOM tree, children of the DocumentFragment are added, not the DocumentFragment itself.

Implements the DOM Level 2 API (opens new window) on Android and iOS with some non-standard extensions.