Home | History | Annotate | Download | only in dom

Lines Matching refs:DocumentFragment

16  * <code>DocumentFragment</code> is a "lightweight" or "minimal"
26 * <code>DocumentFragment</code> is such an object.
28 * of another <code>Node</code> -- may take <code>DocumentFragment</code>
30 * <code>DocumentFragment</code> being moved to the child list of this node.
31 * <p>The children of a <code>DocumentFragment</code> node are zero or more
33 * the document. <code>DocumentFragment</code> nodes do not need to be
36 * nodes). For example, a <code>DocumentFragment</code> might have only one
40 * <p>When a <code>DocumentFragment</code> is inserted into a
42 * take children) the children of the <code>DocumentFragment</code> and not
43 * the <code>DocumentFragment</code> itself are inserted into the
44 * <code>Node</code>. This makes the <code>DocumentFragment</code> very
46 * <code>DocumentFragment</code> acts as the parent of these nodes so that
52 public interface DocumentFragment extends Node {