Modifier and Type | Method and Description |
---|---|
XProcOptionInfo |
XProcPipelineInfo.getOption(QName name)
Gets the option.
|
static XProcOptionInfo |
XProcOptionInfo.newOption(QName name,
boolean isRequired,
String select) |
static XProcOptionInfo |
XProcOptionInfo.newOption(QName name,
NamespaceContext nsContext,
String type,
boolean isRequired,
String select) |
static XProcOptionInfo |
XProcOptionInfo.newOption(QName name,
String type,
boolean isRequired,
String select) |
Modifier and Type | Method and Description |
---|---|
Iterable<XProcOptionInfo> |
XProcPipelineInfo.getOptions()
Gets the options.
|
Modifier and Type | Method and Description |
---|---|
XProcPipelineInfo.Builder |
XProcPipelineInfo.Builder.withOption(XProcOptionInfo option)
With option.
|
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.