Home | History | Annotate | Download | only in dom

Lines Matching refs:newAttr

118      * @param newAttr The <code>Attr</code> node to add to the attribute list.
119 * @return If the <code>newAttr</code> attribute replaces an existing
123 * WRONG_DOCUMENT_ERR: Raised if <code>newAttr</code> was created from a
126 * <br>INUSE_ATTRIBUTE_ERR: Raised if <code>newAttr</code> is already an
131 public Attr setAttributeNode(Attr newAttr)
287 * @param newAttr The <code>Attr</code> node to add to the attribute list.
288 * @return If the <code>newAttr</code> attribute replaces an existing
293 * WRONG_DOCUMENT_ERR: Raised if <code>newAttr</code> was created from a
296 newAttr</code> is already an
305 public Attr setAttributeNodeNS(Attr newAttr)