Home | History | Annotate | Download | only in dom

Lines Matching refs:doc

75         Document doc;
79 doc = (Document) load("staffNS", builder);
80 elementList = doc.getElementsByTagNameNS("*", "employee");
87 Document doc;
92 doc = (Document) load("staff", builder);
93 element = doc.createElementNS("http://www.w3.org/DOM", "address");
94 attribute = doc.createAttributeNS("http://www.w3.org/DOM", "domestic");
100 Document doc;
107 doc = (Document) load("staff", builder);
108 element = doc.createElementNS("http://www.w3.org/DOM", "address");
110 attribute = doc.createAttributeNS(nullNS, "domestic");