public interface XProcEngine
Modifier and Type | Method and Description |
---|---|
XProcPipelineInfo |
getInfo(URI uri)
Gets the info from the pipeline located at the URI.
|
XProcPipeline |
load(URI uri)
Loads the pipeline at the given URI.
|
XProcResult |
run(URI uri,
XProcInput data)
Runs a pipeline located in a given URI.
|
XProcPipeline load(URI uri)
uri
- the uriXProcPipelineInfo getInfo(URI uri)
uri
- the uriXProcResult run(URI uri, XProcInput data) throws XProcErrorException
uri
- the uridata
- the dataXProcErrorException
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.