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 |
Modifier and Type | Method and Description |
---|---|
Object |
ExtensionHandlerJavaPackage.callFunction(FuncExtFunction extFunction,
Vector args,
ExpressionContext exprContext)
Process a call to an XPath extension function
|
Object |
ExtensionHandlerJavaClass.callFunction(FuncExtFunction extFunction,
Vector args,
ExpressionContext exprContext)
Process a call to an XPath extension function
|
Object |
ExtensionHandlerGeneral.callFunction(FuncExtFunction extFunction,
Vector args,
ExpressionContext exprContext)
Process a call to an XPath extension function
|
Object |
ExtensionHandlerExsltFunction.callFunction(FuncExtFunction extFunction,
Vector args,
ExpressionContext exprContext)
Execute the EXSLT function and return the result value.
|
abstract Object |
ExtensionHandler.callFunction(FuncExtFunction extFunction,
Vector args,
ExpressionContext exprContext)
Process a call to a function.
|
Object |
ExtensionsTable.extFunction(FuncExtFunction extFunction,
Vector argVec,
ExpressionContext exprContext)
Handle an extension function.
|
Modifier and Type | Method and Description |
---|---|
Object |
TransformerImpl.extFunction(FuncExtFunction extFunction,
Vector argVec) |
Modifier and Type | Method and Description |
---|---|
Object |
ExtensionsProvider.extFunction(FuncExtFunction extFunction,
Vector argVec)
Execute the extension function.
|
Modifier and Type | Method and Description |
---|---|
Object |
JAXPExtensionsProvider.extFunction(FuncExtFunction extFunction,
Vector argVec)
Execute the extension function.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.