/** remove id attribute that matches specified regex. Also, matches and remove of myself. */ public void unsetAllId(Pattern pattern) { UnsetIdUtil.unsetAllId(this, pattern); }
/** remove id attribute of all descendant elements. Also, remove id attribute of myself. */ public void unsetAllId() { UnsetIdUtil.unsetAllId(this); }