Searched defs:DocumentFragment (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
H A DDocumentFragment.java16 * <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</cod
52 public interface DocumentFragment extends Node { interface in inherits:Node
[all...]

Completed in 35 milliseconds