|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xmlcalabash.model.SourceArtifact
com.xmlcalabash.model.Step
com.xmlcalabash.model.CompoundStep
com.xmlcalabash.model.DeclareStep
com.xmlcalabash.model.ForEach
public class ForEach
Field Summary |
---|
Fields inherited from class com.xmlcalabash.model.DeclareStep |
---|
declaredSteps, importedLibs, psviRequired, xpathVersion |
Fields inherited from class com.xmlcalabash.model.Step |
---|
declaration, env, inputs, outputs, parent, stepName, stepType, version |
Fields inherited from class com.xmlcalabash.model.SourceArtifact |
---|
extnAttrs, logger, node, runtime |
Constructor Summary | |
---|---|
ForEach(XProcRuntime xproc,
net.sf.saxon.s9api.XdmNode node,
java.lang.String name)
Creates a new instance of ForEach |
Method Summary | |
---|---|
protected void |
augmentIO()
|
DeclareStep |
getDeclaration()
|
java.util.HashSet<java.lang.String> |
getExcludeInlineNamespaces()
|
Output |
getOutput(java.lang.String portName)
|
boolean |
isPipeline()
|
boolean |
loops()
|
void |
patchEnvironment(Environment env)
|
Methods inherited from class com.xmlcalabash.model.DeclareStep |
---|
addImport, checkBinding, checkOutputBindings, declareStep, getBodyParsed, getDeclaredType, getPipeline, getStepDeclaration, getStepDeclarations, getXmlContent, imported, isAtomic, setAtomic, setBodyParsed, setDeclaredType, setExcludeInlineNamespaces, setParentDecl, setPipeline, setPsviRequired, setup, setupEnvironment, setXmlContent, setXPathVersion |
Methods inherited from class com.xmlcalabash.model.CompoundStep |
---|
addVariable, augment, augmentOptions, checkForBindings, checkPrimaryIO, checkVariables, containsStep, getVariables, setEnvironment, valid, validBindings, validOutputBinding |
Methods inherited from class com.xmlcalabash.model.Step |
---|
addDependency, addInput, addLog, addOption, addOutput, addParameter, addStep, checkDuplicateVars, checkOptionBinding, checkOptionBinding, dependsOn, dump, dump, getDefaultOutput, getDependencies, getEnvironment, getInput, getLog, getName, getNode, getOption, getOptions, getParameter, getParameters, getPrimaryOutput, getStep, getType, getVersion, inputs, insideALoop, isAnonymous, isPipelineCall, matchesDeclaration, options, orderSteps, outputs, parameters, patchInputBindings, patchPipeBindings, setDeclaration, setSubpipeline, setVersion, subpipeline, toString, validOptions, validParams |
Methods inherited from class com.xmlcalabash.model.SourceArtifact |
---|
addExtensionAttribute, error, error, getExtensionAttribute, getExtensionAttributes, getXProc, xplFile, xplLine |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ForEach(XProcRuntime xproc, net.sf.saxon.s9api.XdmNode node, java.lang.String name)
Method Detail |
---|
public boolean isPipeline()
isPipeline
in class DeclareStep
public DeclareStep getDeclaration()
getDeclaration
in class DeclareStep
public java.util.HashSet<java.lang.String> getExcludeInlineNamespaces()
getExcludeInlineNamespaces
in class DeclareStep
public boolean loops()
loops
in class Step
protected void augmentIO()
augmentIO
in class CompoundStep
public Output getOutput(java.lang.String portName)
getOutput
in class CompoundStep
public void patchEnvironment(Environment env)
patchEnvironment
in class DeclareStep
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |