Exemplo n.º 1
0
 /**
  * Удаление атрибута
  *
  * @param attrId Идентификатор атрибута
  */
 public void removeAttr(AttributeHolder.Attribute attrId) {
   attrHolder.removeAttr(attrId);
 }