See: Description
| Interface | Description |
|---|---|
| XProcEngine |
The Interface XProcEngine allows to load XProcPipeline objects to run a pipeline located at a given URI.
|
| XProcMonitor |
Observer object to monitor a pipeline execution
|
| XProcPipeline |
XProcPipeline gives access to the pipeline info and allows to run a pipeline.
|
| XProcResult |
The Interface XProcResult gives access to the result of executing the pipeline and the message produced during the process.
|
| Class | Description |
|---|---|
| XProcError | |
| XProcInput |
The Class XProcInput maps ports and options with a value for the pipeline execution, this object is immutable.
|
| XProcInput.Builder |
The Class Builder builds XProcInput objects to make them immutable.
|
| XProcOptionInfo |
Contains the information of a given option.
|
| XProcOutput |
The Class XProcOutput gives access to the result documents generated after the pipeline exection, this class is immutable.
|
| XProcOutput.Builder |
The Class Builder.
|
| XProcPipelineInfo |
The Class XProcPipelineInfo gives access to the collection of ports and options from a pipeline.
|
| XProcPipelineInfo.Builder |
The XProcPipelineInfo Builder allows to build the pipline info, this class is for internal use of the xproc implementation bundle.
|
| XProcPortInfo |
Info about an XProc port
|
| Enum | Description |
|---|---|
| XProcPortInfo.Kind |
| Exception | Description |
|---|---|
| XProcErrorException |
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.