| Interface | Description |
|---|---|
| Callable |
Common interface for macros and functions.
|
| Expression |
Represents a compiled JSLT expression.
|
| Function |
Interface for function implementations.
|
| Module |
Interface to a module, which can come from loading a JSLT or from
injecting collections of functions.
|
| ResourceResolver |
Given a string identifying a JSLT module file, return a Reader that
produces the module.
|
| Class | Description |
|---|---|
| FunctionUtils |
Useful methods for working with Functions.
|
| Parser |
Parses JSLT expressions to Expression objects for evaluating them.
|
| Exception | Description |
|---|---|
| JsltException |
Parent exception for all exceptions thrown by JSLT for both
compilation and run-time errors.
|
The public API to the JSLT processor.