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

/openjdk7/jaxp/src/org/w3c/dom/
H A DElement.java180 public Attr removeAttributeNode(Attr oldAttr) method in interface:Element
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultElement.java115 public Attr removeAttributeNode(Attr oldAttr) throws DOMException { method in class:DefaultElement
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java399 * existed -- unlike removeAttributeNode, which will throw a not-found
441 public Attr removeAttributeNode(Attr oldAttr) method in class:ElementImpl
459 } // removeAttributeNode(Attr):Attr
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java852 removeAttributeNode(oldAttr);
869 public Attr removeAttributeNode(Attr oldAttr) { method in class:IIOMetadataNode
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java1223 public final Attr removeAttributeNode(Attr oldAttr) throws DOMException method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java292 public Attr removeAttributeNode(Attr oldAttr) throws DOMException method in class:UnImplNode
295 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"removeAttributeNode not supported!");

Completed in 2574 milliseconds