Searched defs:removeAttributeNS (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/w3c/dom/
H A DElement.java91 * <code>removeAttributeNS</code> method.
254 public void removeAttributeNS(String namespaceURI, method in interface:Element
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
H A DElementImpl.java266 public void removeAttributeNS(String namespaceURI, String localName) method in class:ElementImpl
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java475 public void removeAttributeNS(String namespaceURI, String localName) method in class:UnImplNode
478 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"removeAttributeNS not supported!");
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1225 public final void removeAttributeNS(String namespaceURI, String localName) method in class:DTMNodeProxy

Completed in 107 milliseconds