HomeSort by relevance Sort by last modified time
    Searched defs:DocumentFragment (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/dom/
DocumentFragment.h 31 class DocumentFragment : public ContainerNode {
33 static PassRefPtr<DocumentFragment> create(Document*);
36 DocumentFragment(Document*);
DocumentFragment.cpp 24 #include "DocumentFragment.h"
28 inline DocumentFragment::DocumentFragment(Document* document)
33 PassRefPtr<DocumentFragment> DocumentFragment::create(Document* document)
35 return adoptRef(new DocumentFragment(document));
38 String DocumentFragment::nodeName() const
43 Node::NodeType DocumentFragment::nodeType() const
48 bool DocumentFragment::childTypeAllowed(NodeType type)
63 PassRefPtr<Node> DocumentFragment::cloneNode(bool deep
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
DocumentFragment.java 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 th
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 478 milliseconds