HomeSort by relevance Sort by last modified time
    Searched refs:anotherDoc (Results 1 - 5 of 5) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode16.java 72 Document anotherDoc;
76 anotherDoc = (Document) load("staffNS", true);
77 docType = anotherDoc.getDoctype();
importNode17.java 72 Document anotherDoc;
75 anotherDoc = (Document) load("staffNS", true);
80 node = doc.importNode(anotherDoc, false);
setNamedItemNS02.java 75 Document anotherDoc;
82 anotherDoc = (Document) load("staffNS", true);
83 arg = anotherDoc.createAttributeNS(namespaceURI, qualifiedName);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
SetNamedItemNS.java 107 Document anotherDoc;
114 anotherDoc = (Document) load("staffNS", builder);
115 arg = anotherDoc.createAttributeNS(namespaceURI, qualifiedName);
ImportNode.java 492 Document anotherDoc;
496 anotherDoc = (Document) load("staffNS", builder);
497 docType = anotherDoc.getDoctype();
511 Document anotherDoc;
514 anotherDoc = (Document) load("staffNS", builder);
519 doc.importNode(anotherDoc, false);

Completed in 224 milliseconds