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