Home | History | Annotate | Download | only in dom

Lines Matching refs:attributes

89         NamedNodeMap attributes;
97 attributes = element.getAttributes();
98 attribute = (Attr) attributes.removeNamedItemNS("http://www.nist.gov",
100 attribute = (Attr) attributes.getNamedItemNS("http://www.nist.gov",
108 // NamedNodeMap attributes;
119 // attributes = element.getAttributes();
120 // attribute = (Attr) attributes.removeNamedItemNS(nullNS, "defaultAttr");
121 // attribute = (Attr) attributes.getNamedItemNS(nullNS, "defaultAttr");
135 NamedNodeMap attributes;
150 attributes = element.getAttributes();
151 attribute = (Attr) attributes.removeNamedItemNS(
153 attribute = (Attr) attributes.getNamedItemNS(
166 NamedNodeMap attributes;
174 attributes = element.getAttributes();
175 attributes.removeNamedItemNS("http://www.w3.org/2000/xmlns/", "xmlns");
176 attribute = (Attr) attributes.getNamedItemNS(
179 attributes.removeNamedItemNS("http://www.w3.org/2000/xmlns/", "dmstc");
180 attribute = (Attr) attributes.getNamedItemNS(
239 NamedNodeMap attributes;
247 attributes = element.getAttributes();
252 attributes.removeNamedItemNS("http://www.Nist.gov", "domestic");
267 NamedNodeMap attributes;
275 attributes = element.getAttributes();
280 attributes.removeNamedItemNS("http://www.nist.gov", "domestic");
295 NamedNodeMap attributes;
303 attributes = element.getAttributes();
309 attributes.removeNamedItemNS("http://www.nist.gov", "domestic");
324 NamedNodeMap attributes;
333 attributes = element.getAttributes();
334 attribute = (Attr) attributes.removeNamedItemNS("http://www.nist.gov",