public class XsltExecutable.ParameterDetails
extends java.lang.Object
| Modifier | Constructor | Description |
|---|---|---|
protected |
ParameterDetails(SequenceType type,
boolean isRequired) |
| Modifier and Type | Method | Description |
|---|---|---|
OccurrenceIndicator |
getDeclaredCardinality() |
Get the declared cardinality of the parameter
|
ItemType |
getDeclaredItemType() |
Get the declared item type of the parameter
|
boolean |
isRequired() |
Ask whether the parameter is required (mandatory) or optional
|
protected ParameterDetails(SequenceType type, boolean isRequired)
public ItemType getDeclaredItemType()
as attribute of the xsl:param element,
without its occurrence indicatorpublic OccurrenceIndicator getDeclaredCardinality()
as attribute
of the xsl:param elementpublic boolean isRequired()
required="yes"), false
if it is optional