Home | History | Annotate | Download | only in transformer

Lines Matching refs:extFunction

407   public Object extFunction(String ns, String funcName, 
410 {//System.out.println("TransImpl.extFunction() " + ns + " " + funcName +" " + getExtensionsTable());
411 return getExtensionsTable().extFunction(ns, funcName,
416 public Object extFunction(FuncExtFunction extFunction, Vector argVec)
419 return getExtensionsTable().extFunction(extFunction, argVec,