public class XsltExecutable.ParameterDetails extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
XsltExecutable.ParameterDetails(SequenceType type,
boolean isRequired) |
| Modifier and Type | Method and 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 XsltExecutable.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 optionalCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.