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

  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFragment.h 34 class DocumentFragment : public ContainerNode {
36 static PassRefPtr<DocumentFragment> create(Document&);
45 DocumentFragment(Document*, ConstructionType = CreateContainer);
54 DEFINE_NODE_TYPE_CASTS(DocumentFragment, nodeType() == Node::DOCUMENT_FRAGMENT_NODE);
DocumentFragment.cpp 24 #include "core/dom/DocumentFragment.h"
32 DocumentFragment::DocumentFragment(Document* document, ConstructionType constructionType)
38 PassRefPtr<DocumentFragment> DocumentFragment::create(Document& document)
40 return adoptRef(new DocumentFragment(&document, Node::CreateDocumentFragment));
43 String DocumentFragment::nodeName() const
48 Node::NodeType DocumentFragment::nodeType() const
53 bool DocumentFragment::childTypeAllowed(NodeType type) const
67 PassRefPtr<Node> DocumentFragment::cloneNode(bool deep
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMExtension.js 307 DocumentFragment.prototype.createChild = Element.prototype.createChild;
319 DocumentFragment.prototype.createTextChild = Element.prototype.createTextChild;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 317 class DocumentFragment(Node):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 317 class DocumentFragment(Node):
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 2088 milliseconds