|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.s9api.XsltExecutable.ParameterDetails
public class XsltExecutable.ParameterDetails
Inner class containing information about a global parameter to a compiled stylesheet
Constructor Summary | |
---|---|
protected |
XsltExecutable.ParameterDetails(SequenceType type,
boolean isRequired)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XsltExecutable.ParameterDetails(SequenceType type, boolean isRequired)
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |