Package com.xmlcalabash.datamodel
Interface StepContainerInterface
-
- All Implemented Interfaces:
public interface StepContainerInterface
-
-
Method Summary
Modifier and Type Method Description abstract OptionInstruction
option(QName name)
abstract OptionInstruction
option(QName name, XProcExpression staticValue)
abstract DeclareStepInstruction
declareStep()
abstract ImportFunctionsInstruction
importFunctions(URI href, MediaType contentType, String namespace)
abstract Unit
import(StepContainerInterface import)
abstract Boolean
getPsviRequired()
abstract Unit
setPsviRequired(Boolean psviRequired)
abstract Double
getXpathVersion()
abstract Unit
setXpathVersion(Double xpathVersion)
abstract Double
getVersion()
abstract Unit
setVersion(Double version)
-
-
Method Detail
-
option
abstract OptionInstruction option(QName name)
-
option
abstract OptionInstruction option(QName name, XProcExpression staticValue)
-
declareStep
abstract DeclareStepInstruction declareStep()
-
importFunctions
abstract ImportFunctionsInstruction importFunctions(URI href, MediaType contentType, String namespace)
-
import
abstract Unit import(StepContainerInterface import)
-
getPsviRequired
abstract Boolean getPsviRequired()
-
setPsviRequired
abstract Unit setPsviRequired(Boolean psviRequired)
-
getXpathVersion
abstract Double getXpathVersion()
-
setXpathVersion
abstract Unit setXpathVersion(Double xpathVersion)
-
getVersion
abstract Double getVersion()
-
setVersion
abstract Unit setVersion(Double version)
-
-
-
-