/** Sets (as xml) the "onmousemove" attribute */
 public void xsetOnmousemove(org.w3.x1999.xhtml.Script onmousemove) {
   synchronized (monitor()) {
     check_orphaned();
     org.w3.x1999.xhtml.Script target = null;
     target = (org.w3.x1999.xhtml.Script) get_store().find_attribute_user(ONMOUSEMOVE$24);
     if (target == null) {
       target = (org.w3.x1999.xhtml.Script) get_store().add_attribute_user(ONMOUSEMOVE$24);
     }
     target.set(onmousemove);
   }
 }
 /** Sets (as xml) the "ondblclick" attribute */
 public void xsetOndblclick(org.w3.x1999.xhtml.Script ondblclick) {
   synchronized (monitor()) {
     check_orphaned();
     org.w3.x1999.xhtml.Script target = null;
     target = (org.w3.x1999.xhtml.Script) get_store().find_attribute_user(ONDBLCLICK$16);
     if (target == null) {
       target = (org.w3.x1999.xhtml.Script) get_store().add_attribute_user(ONDBLCLICK$16);
     }
     target.set(ondblclick);
   }
 }
 /** Sets (as xml) the "onfocus" attribute */
 public void xsetOnfocus(org.w3.x1999.xhtml.Script onfocus) {
   synchronized (monitor()) {
     check_orphaned();
     org.w3.x1999.xhtml.Script target = null;
     target = (org.w3.x1999.xhtml.Script) get_store().find_attribute_user(ONFOCUS$38);
     if (target == null) {
       target = (org.w3.x1999.xhtml.Script) get_store().add_attribute_user(ONFOCUS$38);
     }
     target.set(onfocus);
   }
 }
 /** Sets (as xml) the "onblur" attribute */
 public void xsetOnblur(org.w3.x1999.xhtml.Script onblur) {
   synchronized (monitor()) {
     check_orphaned();
     org.w3.x1999.xhtml.Script target = null;
     target = (org.w3.x1999.xhtml.Script) get_store().find_attribute_user(ONBLUR$40);
     if (target == null) {
       target = (org.w3.x1999.xhtml.Script) get_store().add_attribute_user(ONBLUR$40);
     }
     target.set(onblur);
   }
 }
 /** Sets (as xml) the "onkeyup" attribute */
 public void xsetOnkeyup(org.w3.x1999.xhtml.Script onkeyup) {
   synchronized (monitor()) {
     check_orphaned();
     org.w3.x1999.xhtml.Script target = null;
     target = (org.w3.x1999.xhtml.Script) get_store().find_attribute_user(ONKEYUP$32);
     if (target == null) {
       target = (org.w3.x1999.xhtml.Script) get_store().add_attribute_user(ONKEYUP$32);
     }
     target.set(onkeyup);
   }
 }