|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FuncExtFunction | |
---|---|
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.
TransformerImpl implements the
Transformer interface, and is the core representation
of the transformation execution.
For each node in the XML source, TransformerImpl uses the StylesheetRoot and underlying XSLT schema to determine which
template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or
none.
The Transformer works with SerializationHandler to
forward the SAX-like events produced by the
transformation to the appropriate output ContentHandler.
To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed
concurrently in separate threads. |
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 | |
---|---|
java.lang.Object |
ExtensionHandlerJavaPackage.callFunction(FuncExtFunction extFunction,
java.util.Vector args,
ExpressionContext exprContext)
Process a call to an XPath extension function |
java.lang.Object |
ExtensionHandlerJavaClass.callFunction(FuncExtFunction extFunction,
java.util.Vector args,
ExpressionContext exprContext)
Process a call to an XPath extension function |
java.lang.Object |
ExtensionHandlerGeneral.callFunction(FuncExtFunction extFunction,
java.util.Vector args,
ExpressionContext exprContext)
Process a call to an XPath extension function |
java.lang.Object |
ExtensionHandlerExsltFunction.callFunction(FuncExtFunction extFunction,
java.util.Vector args,
ExpressionContext exprContext)
Execute the EXSLT function and return the result value. |
abstract java.lang.Object |
ExtensionHandler.callFunction(FuncExtFunction extFunction,
java.util.Vector args,
ExpressionContext exprContext)
Process a call to a function. |
java.lang.Object |
ExtensionsTable.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 | |
---|---|
java.lang.Object |
TransformerImpl.extFunction(FuncExtFunction extFunction,
java.util.Vector argVec)
|
Uses of FuncExtFunction in org.apache.xpath |
---|
Methods in org.apache.xpath with parameters of type FuncExtFunction | |
---|---|
java.lang.Object |
ExtensionsProvider.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 | |
---|---|
java.lang.Object |
JAXPExtensionsProvider.extFunction(FuncExtFunction extFunction,
java.util.Vector argVec)
Execute the extension function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |