public abstract java.lang.reflect.Method | resolveFunction(java.lang.String prefix, java.lang.String localName)Resolves the specified prefix and local name into a
java.lang.Method .
Returns null if no function could be found that matches
the given prefix and local name.
|