Esempio n. 1
0
 /**
  * Removes the given ElementDecl from this ContentModelGroup.
  *
  * @param elementDecl the ElementDecl to remove.
  * @return true if the element has been successfully removed, false otherwise.
  */
 public boolean removeElementDecl(ElementDecl element) {
   return _contentModel.removeElementDecl(element);
 }