Lines Matching refs:newAttr
147 * @param newAttr The <code>Attr</code> node to add to the attribute list.
148 * @return If the <code>newAttr</code> attribute replaces an existing
152 * WRONG_DOCUMENT_ERR: Raised if <code>newAttr</code> was created from a
155 * <br>INUSE_ATTRIBUTE_ERR: Raised if <code>newAttr</code> is already an
160 public Attr setAttributeNode(Attr newAttr)
316 * @param newAttr The <code>Attr</code> node to add to the attribute list.
317 * @return If the <code>newAttr</code> attribute replaces an existing
322 * WRONG_DOCUMENT_ERR: Raised if <code>newAttr</code> was created from a
325 * <br>INUSE_ATTRIBUTE_ERR: Raised if <code>newAttr</code> is already an
334 public Attr setAttributeNodeNS(Attr newAttr)