Searched defs:setAttributeNode (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/
H A DElement.java94 * appropriate subtree, and use <code>setAttributeNode</code> to assign
160 public Attr setAttributeNode(Attr newAttr) method in interface:Element
225 * <code>setAttributeNode</code> to assign it as the value of an
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultElement.java120 public Attr setAttributeNode(Attr newAttr) throws DOMException { method in class:DefaultElement
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java469 * though HTML doesn't), see setAttributeNode().
473 * Again, setAttributeNode can be used to achieve other results.
526 public Attr setAttributeNode(Attr newAttr) method in class:ElementImpl
554 } // setAttributeNode(Attr):Attr
606 * setAttributeNode to assign it as the value of an attribute.
769 * like setAttributeNode.
H A DDeferredDocumentImpl.java668 public int setAttributeNode(int elemIndex, int attrIndex) { method in class:DeferredDocumentImpl
730 } // setAttributeNode(int,int):int
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java829 public Attr setAttributeNode(Attr newAttr) throws DOMException { method in class:IIOMetadataNode
861 * Equivalent to <code>setAttributeNode(newAttr)</code>.
866 return setAttributeNode(newAttr);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java1208 public final Attr setAttributeNode(Attr newAttr) throws DOMException method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java309 public Attr setAttributeNode(Attr newAttr) throws DOMException method in class:UnImplNode
312 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"setAttributeNode not supported!");

Completed in 791 milliseconds