public final class SimpleStepExpression extends SlashExpression
operatorEFFECTIVE_BOOLEAN_VALUE, EVALUATE_METHOD, ITEM_FEED_METHOD, ITERATE_METHOD, MAX_SEQUENCE_LENGTH, MAX_STRING_LENGTH, PROCESS_METHOD, staticProperties, UNBOUNDED_LOWER, UNBOUNDED_UPPER, UPDATE_METHOD, WATCH_METHOD| Constructor and Description | 
|---|
| SimpleStepExpression(Expression start,
                    Expression step) | 
| Modifier and Type | Method and Description | 
|---|---|
| SimpleStepExpression | copy(RebindingMap rebindings)Copy an expression. | 
| java.lang.String | getExpressionName()Get a name identifying the kind of expression, in terms meaningful to a user. | 
| int | getImplementationMethod()An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process(). | 
| SequenceIterator | iterate(XPathContext context)Evaluate the expression, returning an iterator over the result | 
| Expression | optimize(ExpressionVisitor visitor,
        ContextItemStaticInfo contextItemType)Perform optimisation of an expression and its subexpressions. | 
| Expression | typeCheck(ExpressionVisitor visitor,
         ContextItemStaticInfo contextInfo)Type-check the expression | 
addToPathMap, computeCardinality, computeHashCode, computeSpecialProperties, equals, export, getActionExpression, getCost, getFirstStep, getIntegerBounds, getItemType, getLastStep, getLeadingSteps, getOperandRole, getRemainingSteps, getSelectExpression, getStart, getStaticUType, getStep, getStreamerName, isAbsolute, map, promoteFocusIndependentSubexpressions, setStart, setStep, simplifyDescendantPath, toPattern, toShortString, toString, tryToMakeAbsolute, tryToMakeSorted, unordereddisplayOperator, explainExtraAttributes, getLhs, getLhsExpression, getOperator, getRhs, getRhsExpression, isAssociative, isCommutative, isInverse, operands, setFlattened, setLhsExpression, setRhsExpression, tagadoptChildExpression, allowExtractingCommonSubexpressions, checkedOperands, checkForUpdatingSubexpressions, checkPermittedContents, computeDependencies, computeStaticProperties, dynamicError, effectiveBooleanValue, evaluateAsString, evaluateItem, evaluatePendingUpdates, explain, getCardinality, getConfiguration, getConstructType, getDependencies, getEvaluationMethod, getExtraProperty, getInterpretedExpression, getIntrinsicDependencies, getLocalRetainedStaticContext, getLocation, getNetCost, getObjectName, getPackageData, getParentExpression, getProperties, getProperty, getRetainedStaticContext, getScopingExpression, getSlotsUsed, getSpecialProperties, getStaticBaseURI, getStaticBaseURIString, getStaticType, hasCompatibleStaticContext, hashCode, hasVariableBinding, identityHashCode, implementsStaticTypeCheck, isCallOn, isCallOnSystemFunction, isIdentical, isInstruction, isLiftable, isMultiThreaded, isSameExpression, isStaticPropertiesKnown, isSubtreeExpression, isUpdatingExpression, isVacuousExpression, markTailFunctionCalls, operandList, operandSparseList, optimizeChildren, process, resetLocalStaticProperties, restoreParentPointers, setEvaluationMethod, setExtraProperty, setFiltered, setLocation, setParentExpression, setRetainedStaticContext, setRetainedStaticContextLocally, setRetainedStaticContextThoroughly, setStaticProperty, simplify, simplifyChildren, staticTypeCheck, suppressValidation, typeCheckChildren, typeError, verifyParentPointers, verifyParentPointerspublic SimpleStepExpression(Expression start, Expression step)
public Expression typeCheck(ExpressionVisitor visitor, ContextItemStaticInfo contextInfo) throws XPathException
SlashExpressiontypeCheck in class SlashExpressionvisitor - an expression visitorcontextInfo - Information available statically about the context item: whether it is (possibly)
                        absent; its static type; its streaming posture.XPathException - if an error is discovered during this phase
                        (typically a type error)public Expression optimize(ExpressionVisitor visitor, ContextItemStaticInfo contextItemType) throws XPathException
BinaryExpressionThis method is called after all references to functions and variables have been resolved to the declaration of the function or variable, and after all type checking has been done.
optimize in class SlashExpressionvisitor - an expression visitorcontextItemType - the static type of "." at the point where this expression is invoked.
                        The parameter is set to null if it is known statically that the context item will be undefined.
                        If the type of the context item is not known statically, the argument is set to
                        Type.ITEM_TYPEXPathException - if an error is discovered during this phase
                        (typically a type error)public SimpleStepExpression copy(RebindingMap rebindings)
copy in class SlashExpressionrebindings - public int getImplementationMethod()
getImplementationMethod in class SlashExpressionExpression.ITERATE_METHOD or Expression.EVALUATE_METHOD or
 Expression.PROCESS_METHODpublic SequenceIterator iterate(XPathContext context) throws XPathException
iterate in class SlashExpressioncontext - the evaluation contextXPathException - if any dynamic error occurs evaluating the
          expressionpublic java.lang.String getExpressionName()
ExpressiongetExpressionName in class SlashExpressionCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.