public class WhenEntry extends Object implements ParametrableStep
| Modifier and Type | Field and Description |
|---|---|
static net.sf.saxon.s9api.QName |
ATTR_TEST |
static net.sf.saxon.s9api.QName |
QN_OTHERWISE |
static net.sf.saxon.s9api.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(ParameterValue param)
Does nothing, a When can not have parameters.
|
void |
addStep(ParametrableStep step) |
Collection<ParameterValue> |
getParams()
Always return null, a When can not have parameters.
|
List<ParametrableStep> |
getSteps() |
String |
getTest() |
String |
toString(String prefix)
A tostring() with a prefix on each line
|
void |
verify()
Réalise les vérifications nécessaires sur l'instance, et jette une exception en cas de problème
|
public static final net.sf.saxon.s9api.QName QNAME
public static final net.sf.saxon.s9api.QName QN_OTHERWISE
public static final net.sf.saxon.s9api.QName ATTR_TEST
public WhenEntry()
public WhenEntry(String test)
public String getTest()
public List<ParametrableStep> getSteps()
public void addStep(ParametrableStep step)
public Collection<ParameterValue> getParams()
getParams in interface ParametrableStepnullpublic void addParameter(ParameterValue param)
addParameter in interface ParametrableStepparam - Ignoredpublic String toString(String prefix)
ParametrableSteptoString in interface ParametrableStepprefix - The prefix to use on each linepublic void verify()
throws InvalidSyntaxException
Verifiableverify in interface VerifiableInvalidSyntaxException - If something is wrongCopyright © 2019. All rights reserved.