HomeSort by relevance Sort by last modified time
    Searched defs:doc (Results 626 - 650 of 2335) sorted by null

<<21222324252627282930>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hc_entitiessetnameditemns1.java 59 Document doc; local
64 doc = (Document) load("hc_staff", true);
65 docType = doc.getDoctype();
73 elem = doc.createElementNS("http://www.w3.org/1999/xhtml", "br");
hc_namednodemapinvalidtype1.java 60 Document doc; local
65 doc = (Document) load("hc_staff", true);
66 docElem = doc.getDocumentElement();
68 newElem = doc.createElement("html");
hc_nodedocumentfragmentnormalize1.java 59 Document doc; local
64 doc = (Document) load("hc_staff", true);
65 docFragment = doc.createDocumentFragment();
66 txtNode = doc.createTextNode("foo");
68 txtNode = doc.createTextNode("bar");
hc_nodedocumentfragmentnormalize2.java 59 Document doc; local
64 doc = (Document) load("hc_staff", true);
65 docFragment = doc.createDocumentFragment();
66 txtNode = doc.createTextNode("");
hc_notationsremovenameditemns1.java 59 Document doc; local
63 doc = (Document) load("hc_staff", true);
64 docType = doc.getDoctype();
hc_notationssetnameditemns1.java 59 Document doc; local
64 doc = (Document) load("hc_staff", true);
65 docType = doc.getDoctype();
73 elem = doc.createElementNS("http://www.w3.org/1999/xhtml", "br");
importNode08.java 71 Document doc; local
79 doc = (Document) load("staffNS", true);
82 aNode = doc.importNode(docFrag, false);
importNode11.java 72 Document doc; local
79 doc = (Document) load("staff", true);
83 aNode = doc.importNode(entRef, true);
importNode16.java 71 Document doc; local
75 doc = (Document) load("staffNS", true);
82 node = doc.importNode(docType, false);
importNode17.java 71 Document doc; local
74 doc = (Document) load("staffNS", true);
80 node = doc.importNode(anotherDoc, false);
isSupported12.java 90 Document doc; local
94 doc = (Document) load("staff", false);
95 rootNode = doc.getDocumentElement();
localName01.java 74 Document doc; local
79 doc = (Document) load("staffNS", false);
80 elementList = doc.getElementsByTagName("emp:address");
localName03.java 68 Document doc; local
73 doc = (Document) load("staffNS", false);
74 elementList = doc.getElementsByTagName("employeeId");
localName04.java 73 Document doc; local
77 doc = (Document) load("staffNS", false);
78 elementList = doc.getElementsByTagName("employee");
namednodemapgetnameditemns05.java 72 Document doc; local
77 doc = (Document) load("staffNS", false);
78 elementList = doc.getElementsByTagNameNS("*", "address");
namednodemapremovenameditemns01.java 70 Document doc; local
75 doc = (Document) load("staffNS", true);
76 elementList = doc.getElementsByTagNameNS("http://www.nist.gov", "address");
namespaceURI01.java 75 Document doc; local
80 doc = (Document) load("staffNS", false);
81 elementList = doc.getElementsByTagName("emp:address");
namespaceURI02.java 72 Document doc; local
77 doc = (Document) load("staffNS", false);
78 elementList = doc.getElementsByTagName("emp:address");
namespaceURI03.java 71 Document doc; local
75 doc = (Document) load("staffNS", false);
76 elementList = doc.getElementsByTagName("employee");
namespaceURI04.java 65 Document doc; local
69 doc = (Document) load("staffNS", false);
70 elementList = doc.getElementsByTagName("employee");
nodegetownerdocument01.java 71 Document doc; local
77 doc = (Document) load("staff", false);
78 domImpl = doc.getImplementation();
nodesetprefix03.java 70 Document doc; local
72 doc = (Document) load("staffNS", true);
73 element = doc.createElement("address");
nodesetprefix05.java 69 Document doc; local
79 doc = (Document) load("staffNS", true);
80 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", "dom:elem");
nodesetprefix08.java 64 Document doc; local
68 doc = (Document) load("staffNS", true);
69 elementList = doc.getElementsByTagName("employee");
nodesetprefix09.java 63 Document doc; local
66 doc = (Document) load("staffNS", true);
67 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", "dom:elem");

Completed in 1755 milliseconds

<<21222324252627282930>>