java.io.Serializable, javax.xml.transform.SourceLocator, Binding, Container, Expression, TailCallReturner, InstructionInfoProviderprotected static class SQLColumn.ColumnInstruction extends GeneralVariable
locationId, staticPropertiesEVALUATE_METHOD, ITERATE_METHOD, PROCESS_METHODevaluationMode, nameCode, referenceCount, slotNumber| Constructor | Description |
|---|---|
ColumnInstruction() |
| Modifier and Type | Method | Description |
|---|---|---|
ValueRepresentation |
evaluateVariable(XPathContext context) |
Evaluate the variable (method exists only to satisfy the interface)
|
InstructionInfo |
getInstructionInfo() |
Get InstructionInfo for this expression
|
TailCall |
processLeavingTail(XPathContext context) |
ProcessLeavingTail: called to do the real work of this instruction.
|
adoptChildExpression, checkPermittedContents, computeDependencies, computeStaticProperties, doPromotion, dynamicError, effectiveBooleanValue, getColumnNumber, getConstructType, getDependencies, getExecutable, getHostLanguage, getIntrinsicDependencies, getLineNumber, getLocationId, getLocationProvider, getParentExpression, getPublicId, getSlotsUsed, getSpecialProperties, getSystemId, hasBadParentPointer, markTailFunctionCalls, resetStaticProperties, setLocationId, setParentExpression, setParentExpression, suppressValidation, typeErrordisplay, evaluateItem, getCardinality, getInstructionNameCode, getItemType, getLocalSlotNumber, getNameCode, getRequiredType, getSelectExpression, getSelectValue, getSlotNumber, getVariableFingerprint, getVariableName, init, isAssignable, isGlobal, isImplicitlyRequiredParam, isRequiredParam, isTunnelParam, iterate, iterateSubExpressions, optimize, promoteInst, replaceSubExpression, setAssignable, setImplicitlyRequiredParam, setNameCode, setReferenceCount, setRequiredParam, setRequiredType, setSelectExpression, setSlotNumber, setTunnel, setVariableName, simplify, typeCheckappendItem, assembleParams, assembleTunnelParams, computeCardinality, computeSpecialProperties, createsNewNodes, dynamicError, evaluateAsString, getImplementationMethod, getSourceLocator, isXSLT, process, promotepublic InstructionInfo getInstructionInfo()
ComputedExpressiongetInstructionInfo in interface InstructionInfoProvidergetInstructionInfo in class Instructionpublic TailCall processLeavingTail(XPathContext context)
InstructionprocessLeavingTail in interface TailCallReturnerprocessLeavingTail in class Instructioncontext - The dynamic context of the transformation, giving access to the current node,
the current variables, etc.public ValueRepresentation evaluateVariable(XPathContext context) throws XPathException
XPathException