|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xmlcalabash.runtime.XStep
com.xmlcalabash.runtime.XAtomicStep
com.xmlcalabash.runtime.XCompoundStep
com.xmlcalabash.runtime.XUntilUnchanged
public class XUntilUnchanged
Created by IntelliJ IDEA. User: ndw Date: Oct 14, 2008 Time: 5:44:42 AM To change this template use File | Settings | File Templates.
Field Summary |
---|
Fields inherited from class com.xmlcalabash.runtime.XCompoundStep |
---|
subpipeline, variables |
Fields inherited from class com.xmlcalabash.runtime.XAtomicStep |
---|
inputs, outputs |
Fields inherited from class com.xmlcalabash.runtime.XStep |
---|
inScopeOptions, logger, name, parent, runtime, step |
Constructor Summary | |
---|---|
XUntilUnchanged(XProcRuntime runtime,
Step step,
XCompoundStep parent)
|
Method Summary | |
---|---|
protected void |
copyInputs()
|
ReadablePipe |
getBinding(java.lang.String stepName,
java.lang.String portName)
|
void |
reset()
|
void |
run()
|
Methods inherited from class com.xmlcalabash.runtime.XCompoundStep |
---|
addStep, getVariable, hasInScopeVariableBinding, hasInScopeVariableValue, instantiate |
Methods inherited from class com.xmlcalabash.runtime.XAtomicStep |
---|
computeParameters, computeValue, evaluateXPath, getParent, getPipeFromBinding, hasReadablePipes, hasWriteablePipe, instantiateReaders, optionAvailable, reportError |
Methods inherited from class com.xmlcalabash.runtime.XStep |
---|
addInput, addOutput, clearOptions, clearParameters, error, fine, finer, finest, getDeclareStep, getExtensionAttribute, getInheritedExtensionAttribute, getInput, getInScopeOptions, getName, getNode, getOption, getOptions, getOutput, getParameter, getParameter, getParameterPorts, getParameters, getParameters, getStep, getType, info, setOption, setParameter, setParameter, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XUntilUnchanged(XProcRuntime runtime, Step step, XCompoundStep parent)
Method Detail |
---|
public ReadablePipe getBinding(java.lang.String stepName, java.lang.String portName)
getBinding
in class XCompoundStep
protected void copyInputs() throws net.sf.saxon.s9api.SaxonApiException
copyInputs
in class XCompoundStep
net.sf.saxon.s9api.SaxonApiException
public void reset()
reset
in interface XProcRunnable
reset
in class XCompoundStep
public void run() throws net.sf.saxon.s9api.SaxonApiException
run
in interface XProcRunnable
run
in class XCompoundStep
net.sf.saxon.s9api.SaxonApiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |