public class XsltExecutable.ParameterDetails
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
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
|
SequenceType |
getUnderlyingDeclaredType() |
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 SequenceType getUnderlyingDeclaredType()
public boolean isRequired()
required="yes"
), false
if it is optionalCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.