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

<<21222324252627282930>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdatareplacedatanomodificationallowederr.java 67 Document doc; local
74 doc = (Document) load("staff", true);
75 genderList = doc.getElementsByTagName("gender");
82 entReference = doc.createEntityReference("ent4");
characterdatasetdatanomodificationallowederr.java 66 Document doc; local
73 doc = (Document) load("staff", true);
74 genderList = doc.getElementsByTagName("gender");
81 entReference = doc.createEntityReference("ent4");
documentcreateelementdefaultattr.java 74 Document doc; local
80 doc = (Document) load("staff", true);
81 newElement = doc.createElement("address");
documenttypegetentities.java 64 Document doc; local
87 doc = (Document) load("staff", false);
88 docType = doc.getDoctype();
elementgetelementsbytagnamespecialvalue.java 64 Document doc; local
80 doc = (Document) load("staff", false);
81 elementList = doc.getElementsByTagName("employee");
elementinuseattributeerr.java 71 Document doc; local
79 doc = (Document) load("staff", true);
80 addressElementList = doc.getElementsByTagName("address");
82 newElement = doc.createElement("newElement");
84 newAttribute = doc.createAttribute("newAttribute");
elementnormalize.java 65 Document doc; local
71 doc = (Document) load("staff", true);
72 root = doc.getDocumentElement();
elementremoveattributenodenomodificationallowederr.java 68 Document doc; local
79 doc = (Document) load("staff", true);
80 genderList = doc.getElementsByTagName("gender");
88 gen = doc.createEntityReference("ent4");
elementremoveattributenodenomodificationallowederrEE.java 68 Document doc; local
78 doc = (Document) load("staff", true);
79 genderList = doc.getElementsByTagName("gender");
81 entRef = doc.createEntityReference("ent4");
elementremoveattributenomodificationallowederr.java 68 Document doc; local
76 doc = (Document) load("staff", true);
77 genderList = doc.getElementsByTagName("gender");
85 gen = doc.createEntityReference("ent4");
elementremoveattributerestoredefaultvalue.java 71 Document doc; local
77 doc = (Document) load("staff", true);
78 elementList = doc.getElementsByTagName("address");
elementsetattributenodenomodificationallowederr.java 68 Document doc; local
76 doc = (Document) load("staff", true);
77 genderList = doc.getElementsByTagName("gender");
84 entRef = doc.createEntityReference("ent4");
89 newAttr = doc.createAttribute("newAttr");
elementsetattributenodenomodificationallowederrEE.java 74 Document doc; local
82 doc = (Document) load("staff", true);
83 genderList = doc.getElementsByTagName("gender");
85 entRef = doc.createEntityReference("ent4");
90 newAttr = doc.createAttribute("newAttr");
elementsetattributenomodificationallowederr.java 74 Document doc; local
79 doc = (Document) load("staff", true);
80 genderList = doc.getElementsByTagName("gender");
hc_attrappendchild1.java 59 Document doc; local
68 doc = (Document) load("hc_staff", true);
69 acronymList = doc.getElementsByTagName("acronym");
73 textNode = doc.createTextNode("terday");
hc_attrappendchild2.java 58 Document doc; local
67 doc = (Document) load("hc_staff", true);
68 acronymList = doc.getElementsByTagName("acronym");
72 newChild = doc.createElement("terday");
hc_attrappendchild3.java 59 Document doc; local
70 doc = (Document) load("hc_staff", true);
71 acronymList = doc.getElementsByTagName("acronym");
75 terNode = doc.createTextNode("ter");
76 dayNode = doc.createTextNode("day");
77 docFrag = doc.createDocumentFragment();
hc_attrappendchild4.java 62 Document doc; local
71 doc = (Document) load("hc_staff", true);
72 acronymList = doc.getElementsByTagName("acronym");
82 textNode = doc.createCDATASection("terday");
89 textNode = doc.createCDATASection("terday");
hc_attrappendchild5.java 60 Document doc; local
70 doc = (Document) load("hc_staff", true);
72 acronymList = doc.getElementsByTagName("acronym");
hc_attrappendchild6.java 58 Document doc; local
67 doc = (Document) load("hc_staff", true);
68 titleAttr = doc.createAttribute("title");
69 textNode = doc.createTextNode("Yesterday");
hc_attrchildnodes1.java 59 Document doc; local
67 doc = (Document) load("hc_staff", false);
68 acronymList = doc.getElementsByTagName("acronym");
hc_attrchildnodes2.java 58 Document doc; local
67 doc = (Document) load("hc_staff", true);
68 acronymList = doc.getElementsByTagName("acronym");
73 textNode = doc.createTextNode("terday");
hc_attrclonenode1.java 58 Document doc; local
68 doc = (Document) load("hc_staff", true);
69 acronymList = doc.getElementsByTagName("acronym");
73 textNode = doc.createTextNode("terday");
hc_attrcreatedocumentfragment.java 64 Document doc; local
73 doc = (Document) load("hc_staff", true);
74 docFragment = doc.createDocumentFragment();
75 newOne = doc.createElement("html");
hc_attrfirstchild.java 59 Document doc; local
67 doc = (Document) load("hc_staff", true);
68 acronymList = doc.getElementsByTagName("acronym");

Completed in 594 milliseconds

<<21222324252627282930>>