Home
last modified time | relevance | path

Searched defs:getAttributeNode (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
DElement.java109 public Attr getAttributeNode(String name); in getAttributeNode() method
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java106 public AttrImpl getAttributeNode(String name) { in getAttributeNode() method in ElementImpl