Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/w3c/dom/
DElement.java275 public Attr getAttributeNodeNS(String namespaceURI, in getAttributeNodeNS() method
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java116 public AttrImpl getAttributeNodeNS(String namespaceURI, String localName) { in getAttributeNodeNS() method in ElementImpl