|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| XProcCompiler |
An XProcCompiler is used to compile an XProc pipeline to an executable form,
i.e. transform an XProcSource object into an XProcPipeline object. |
| XProcConfiguration | This class holds the configuration settings used during compilation and running of an XProc pipeline. |
| XProcEngine |
This class is the main entry point for using MorganaXProc
either from the command line or via api interface. |
| XProcInput | The class holds the document(s) to connect with the input port(s) of an XProc pipeline as well as the setting for options and for parameters. |
| XProcLibrary | This class represents the compiled form of an XProc library. |
| XProcOutput | This class holds the outputs of an execution of an XProc pipeline. |
| XProcPipeline | This class represents the compiled, i.e. runnable form of an XProc pipeline. |
| XProcResult | This class acts as a container for the document (sequence) found on an output port. |
| XProcSource | This class is used to hold xml documents to serve as source either for compilation or for documents on input ports. |
| Enum Summary | |
|---|---|
| XProcCompiler.CompilationModes | An enumeration of the possible compilation modes of an XProcCompiler |
| XProcConfiguration.LogStyle | The possible values for logging. |
| Exception Summary | |
|---|---|
| XProcInterfaceException |
Exceptions of this class raised when MorganaXProc apis are not used properly (as
opposed to error while compiling or executing an XProc pipeline. |
This package contains the principle classes needed to run MorganaXProc from your Java application.
Please see our homepage for a description of how to use the MorganaXProc's API.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||