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

/openjdk7/jaxp/src/org/w3c/dom/
H A DElement.java120 * <code>removeAttributeNS</code> method.
283 public void removeAttributeNS(String namespaceURI, method in interface:Element
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultElement.java130 public void removeAttributeNS(String namespaceURI, String localName) throws DOMException { method in class:DefaultElement
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java718 public void removeAttributeNS(String namespaceURI, String localName) { method in class:ElementImpl
735 } // removeAttributeNS(String,String)
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java809 public void removeAttributeNS(String namespaceURI, method in class:IIOMetadataNode
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java1290 public final void removeAttributeNS(String namespaceURI, String localName) method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java477 public void removeAttributeNS(String namespaceURI, String localName) method in class:UnImplNode
480 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"removeAttributeNS not supported!");

Completed in 37 milliseconds