Home | History | Annotate | Download | only in dom

Lines Matching refs:attributes

43  * element from the list and get its attributes. Try to remove the attribute
93 NamedNodeMap attributes;
99 attributes = testAddress.getAttributes();
100 removedNode = attributes.removeNamedItemNS("http://www.usa.com",
103 newAttr = (Attr) attributes.getNamedItem("dmstc:domestic");
118 NamedNodeMap attributes;
123 attributes = testAddress.getAttributes();
128 attributes.removeNamedItemNS(namespaceURI,
148 // NamedNodeMap attributes;
165 // attributes = child2.getAttributes();
170 // attributes.removeNamedItemNS(namespaceURI,