コード例 #1
0
 /**
  * Returns the element declaration with the given name, or null if no element declaration with
  * that name exists in this ContentModelGroup.
  *
  * @param name the name of the element.
  * @return the ElementDecl with the given name, or null if no ElementDecl exists in this
  *     ContentModelGroup.
  */
 public ElementDecl getElementDecl(String name) {
   ElementDecl result = _contentModel.getElementDecl(name);
   return result;
 } // -- getElementDecl