Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/w3c/dom/
DElement.java389 public void setIdAttribute(String name, in setIdAttribute() method
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java397 public void setIdAttribute(String name, boolean isId) throws DOMException { in setIdAttribute() method in ElementImpl