/* (non-Javadoc)
  * @see org.exist.xquery.ExternalModule#moduleIsValid()
  */
 public boolean moduleIsValid() {
   if (mSource.isValid(mContext.getBroker()) != Source.VALID) return false;
   // check other modules imported from here
   return mContext.checkModulesValid();
 }