public final class XProcPipelineInfo extends Object
XProcInput
object.Modifier and Type | Class and Description |
---|---|
static class |
XProcPipelineInfo.Builder
The XProcPipelineInfo Builder allows to build the pipline info, this class is for internal use of the xproc implementation bundle.
|
Modifier and Type | Method and Description |
---|---|
XProcPortInfo |
getInputPort(String name)
Gets the input port.
|
Iterable<XProcPortInfo> |
getInputPorts()
Gets the input ports.
|
XProcOptionInfo |
getOption(QName name)
Gets the option.
|
Iterable<XProcOptionInfo> |
getOptions()
Gets the options.
|
XProcPortInfo |
getOutputPort(String name)
Gets the output port.
|
Iterable<XProcPortInfo> |
getOutputPorts()
Gets the output ports.
|
Iterable<String> |
getParameterPorts()
Gets the parameter ports.
|
URI |
getURI()
Gets the uRI.
|
public URI getURI()
public Iterable<XProcPortInfo> getInputPorts()
public XProcPortInfo getInputPort(String name)
name
- the namepublic Iterable<XProcOptionInfo> getOptions()
public XProcOptionInfo getOption(QName name)
name
- the namepublic Iterable<XProcPortInfo> getOutputPorts()
public XProcPortInfo getOutputPort(String name)
name
- the nameCopyright © 2010–2024 The DAISY Consortium. All rights reserved.