Searched defs:FuncExtFunction (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncExtFunction.java21 * $Id: FuncExtFunction.java,v 1.2.4.2 2005/09/14 20:18:43 jeffsuttor Exp $
45 public class FuncExtFunction extends Function class in inherits:Function
157 * Create a new FuncExtFunction based on the qualified name of the extension,
167 public FuncExtFunction(java.lang.String namespace, method in class:FuncExtFunction
170 //try{throw new Exception("FuncExtFunction() " + namespace + " " + extensionName);} catch (Exception e){e.printStackTrace();}
276 exp.exprSetParent(FuncExtFunction.this);

Completed in 301 milliseconds