Uses of Interface
org.apache.xalan.extensions.ExpressionContext
| Package | Description |
|---|---|
| org.apache.xalan.extensions | |
| 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.
|
-
Uses of ExpressionContext in org.apache.xalan.extensions
Methods in org.apache.xalan.extensions with parameters of type ExpressionContext Modifier and Type Method Description abstract ObjectExtensionHandler. callFunction(String funcName, Vector args, Object methodKey, ExpressionContext exprContext)Process a call to a function.abstract ObjectExtensionHandler. callFunction(FuncExtFunction extFunction, Vector args, ExpressionContext exprContext)Process a call to a function.ObjectExtensionsTable. extFunction(String ns, String funcName, Vector argVec, Object methodKey, ExpressionContext exprContext)Handle an extension function.ObjectExtensionsTable. extFunction(FuncExtFunction extFunction, Vector argVec, ExpressionContext exprContext)Handle an extension function. -
Uses of ExpressionContext in org.apache.xpath
Classes in org.apache.xpath that implement ExpressionContext Modifier and Type Class Description classXPathContext.XPathExpressionContextMethods in org.apache.xpath that return ExpressionContext Modifier and Type Method Description ExpressionContextXPathContext. getExpressionContext()The the expression context for extensions for this context.