Home
last modified time | relevance | path

Searched refs:ElementAttrNamedNodeMapImpl (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java124 return new ElementAttrNamedNodeMapImpl(); in getAttributes()
324 public class ElementAttrNamedNodeMapImpl implements NamedNodeMap { class in ElementImpl