org.apache.xalan.extensions
public abstract class ExtensionHandlerJava extends ExtensionHandler
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getFromCache(java.lang.Object methodKey,
java.lang.Object objType,
java.lang.Object[] methodArgs)
Look up the entry in the method cache.
|
java.lang.Object |
putToCache(java.lang.Object methodKey,
java.lang.Object objType,
java.lang.Object[] methodArgs,
java.lang.Object methodObj)
Add a new entry into the method cache.
|
callFunction, callFunction, isElementAvailable, isFunctionAvailable, processElement
public java.lang.Object getFromCache(java.lang.Object methodKey, java.lang.Object objType, java.lang.Object[] methodArgs)
methodKey
- A key that uniquely identifies this invocation in
the stylesheet.objType
- A Class object or instance object representing the typemethodArgs
- An array of the XObject arguments to be used for
function mangling.public java.lang.Object putToCache(java.lang.Object methodKey, java.lang.Object objType, java.lang.Object[] methodArgs, java.lang.Object methodObj)
methodKey
- A key that uniquely identifies this invocation in
the stylesheet.objType
- A Class object or instance object representing the typemethodArgs
- An array of the XObject arguments to be used for
function mangling.methodObj
- A Class object or instance object representing the methodCopyright ? 2006 Apache XML Project. All Rights Reserved.