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

/openjdk7/jaxp/src/org/w3c/dom/
H A DElement.java146 * URI, use the <code>setAttributeNodeNS</code> method.
224 * and use <code>setAttributeNodeNS</code> or
334 public Attr setAttributeNodeNS(Attr newAttr) method in interface:Element
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultElement.java135 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException { method in class:DefaultElement
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java605 * build the appropriate subtree, and use setAttributeNodeNS or
787 public Attr setAttributeNodeNS(Attr newAttr) method in class:ElementImpl
813 } // setAttributeNodeNS(Attr):Attr
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java822 * @see #setAttributeNodeNS
865 public Attr setAttributeNodeNS(Attr newAttr) { method in class:IIOMetadataNode
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java1325 public final Attr setAttributeNodeNS(Attr newAttr) throws DOMException method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java445 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException method in class:UnImplNode
448 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"setAttributeNodeNS not supported!");

Completed in 48 milliseconds