Uses of Class
org.apache.xpath.functions.FuncExtFunction
-
Packages that use FuncExtFunction Package Description org.apache.xalan.extensions Implementation of Xalan Extension Mechanism.org.apache.xalan.transformer In charge of run-time transformations and the production of result trees.org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages.org.apache.xpath.jaxp -
-
Uses of FuncExtFunction in org.apache.xalan.extensions
Methods in org.apache.xalan.extensions with parameters of type FuncExtFunction Modifier and Type Method Description abstract java.lang.ObjectExtensionHandler. callFunction(FuncExtFunction extFunction, java.util.Vector args, ExpressionContext exprContext)Process a call to a function.java.lang.ObjectExtensionHandlerExsltFunction. callFunction(FuncExtFunction extFunction, java.util.Vector args, ExpressionContext exprContext)Execute the EXSLT function and return the result value.java.lang.ObjectExtensionHandlerGeneral. callFunction(FuncExtFunction extFunction, java.util.Vector args, ExpressionContext exprContext)Process a call to an XPath extension functionjava.lang.ObjectExtensionHandlerJavaClass. callFunction(FuncExtFunction extFunction, java.util.Vector args, ExpressionContext exprContext)Process a call to an XPath extension functionjava.lang.ObjectExtensionHandlerJavaPackage. callFunction(FuncExtFunction extFunction, java.util.Vector args, ExpressionContext exprContext)Process a call to an XPath extension functionjava.lang.ObjectExtensionsTable. extFunction(FuncExtFunction extFunction, java.util.Vector argVec, ExpressionContext exprContext)Handle an extension function. -
Uses of FuncExtFunction in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer with parameters of type FuncExtFunction Modifier and Type Method Description java.lang.ObjectTransformerImpl. extFunction(FuncExtFunction extFunction, java.util.Vector argVec) -
Uses of FuncExtFunction in org.apache.xpath
Methods in org.apache.xpath with parameters of type FuncExtFunction Modifier and Type Method Description java.lang.ObjectExtensionsProvider. extFunction(FuncExtFunction extFunction, java.util.Vector argVec)Execute the extension function. -
Uses of FuncExtFunction in org.apache.xpath.jaxp
Methods in org.apache.xpath.jaxp with parameters of type FuncExtFunction Modifier and Type Method Description java.lang.ObjectJAXPExtensionsProvider. extFunction(FuncExtFunction extFunction, java.util.Vector argVec)Execute the extension function.
-