public class XProcOptionInfo extends Object
Modifier | Constructor and Description |
---|---|
protected |
XProcOptionInfo(QName name,
NamespaceContext nsContext,
String type,
boolean isRequired,
String select) |
protected |
XProcOptionInfo(QName name,
String type,
boolean isRequired,
String select) |
Modifier and Type | Method and Description |
---|---|
QName |
getName()
Gets the name.
|
NamespaceContext |
getNamespaceContext()
Namespace context for the type and select statements.
|
String |
getSelect()
Gets the select statement.
|
String |
getType()
Gets the value type of the option
This corresponds with the "as" attribute in XProc 3.0 (or the XMLCalabash specific "cx:as"
attribute for XProc 1.0).
|
boolean |
isRequired()
Whether the option is required.
|
static XProcOptionInfo |
newOption(QName name,
boolean isRequired,
String select) |
static XProcOptionInfo |
newOption(QName name,
NamespaceContext nsContext,
String type,
boolean isRequired,
String select) |
static XProcOptionInfo |
newOption(QName name,
String type,
boolean isRequired,
String select) |
String |
toString() |
protected XProcOptionInfo(QName name, String type, boolean isRequired, String select)
protected XProcOptionInfo(QName name, NamespaceContext nsContext, String type, boolean isRequired, String select)
public static XProcOptionInfo newOption(QName name, NamespaceContext nsContext, String type, boolean isRequired, String select)
public static XProcOptionInfo newOption(QName name, String type, boolean isRequired, String select)
public static XProcOptionInfo newOption(QName name, boolean isRequired, String select)
public QName getName()
public NamespaceContext getNamespaceContext()
public String getType()
public boolean isRequired()
public String getSelect()
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.