Пример #1
0
 /**
  * Notify all references to this function of the data type.
  *
  * @throws XPathException
  */
 public void fixupReferences() throws XPathException {
   for (UserFunctionCall reference : references) {
     (reference).setStaticType(resultType);
   }
   super.fixupReferences();
 }