public class ExtensionHandlerExsltFunction extends ExtensionHandler
m_namespaceUri, m_scriptLang| Constructor and Description |
|---|
ExtensionHandlerExsltFunction(String ns,
StylesheetRoot stylesheet)
Constructor called from ElemExsltFunction runtimeInit().
|
| Modifier and Type | Method and Description |
|---|---|
Object |
callFunction(FuncExtFunction extFunction,
Vector args,
ExpressionContext exprContext)
Execute the EXSLT function and return the result value.
|
Object |
callFunction(String funcName,
Vector args,
Object methodKey,
ExpressionContext exprContext)
Execute the EXSLT function and return the result value.
|
ElemExsltFunction |
getFunction(String funcName)
Get the ElemExsltFunction element associated with the
function.
|
boolean |
isElementAvailable(String elemName)
If an element-available() call applies to an EXSLT result element within
an EXSLT function element, return true.
|
boolean |
isFunctionAvailable(String funcName)
Does the EXSLT function exist?
|
void |
processElement(String localPart,
ElemTemplateElement element,
TransformerImpl transformer,
Stylesheet stylesheetTree,
Object methodKey)
Required by ExtensionHandler (an abstract method).
|
public ExtensionHandlerExsltFunction(String ns, StylesheetRoot stylesheet)
public void processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey) throws TransformerException, IOException
processElement in class ExtensionHandlerlocalPart - Element name's local part.element - The extension element being processed.transformer - Handle to TransformerImpl.stylesheetTree - The compiled stylesheet tree.methodKey - A key that uniquely identifies this class and method call.TransformerException - if parsing troubleIOException - if loading troublepublic ElemExsltFunction getFunction(String funcName)
funcName - Local name of the function.public boolean isFunctionAvailable(String funcName)
isFunctionAvailable in class ExtensionHandlerfuncName - Local name of the function.public boolean isElementAvailable(String elemName)
isElementAvailable in class ExtensionHandlerelemName - name of the element.public Object callFunction(String funcName, Vector args, Object methodKey, ExpressionContext exprContext) throws TransformerException
callFunction in class ExtensionHandlerfuncName - Name of the EXSLT function.args - The arguments of the function call.methodKey - Not used.exprContext - Used to get the XPathContext.TransformerExceptionpublic Object callFunction(FuncExtFunction extFunction, Vector args, ExpressionContext exprContext) throws TransformerException
callFunction in class ExtensionHandlerextFunction - The XPath extension functionargs - The arguments of the function call.exprContext - The context in which this expression is being executed.TransformerExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.