public abstract class SingleItemFilter extends UnaryExpression
operandEFFECTIVE_BOOLEAN_VALUE, EVALUATE_METHOD, ITEM_FEED_METHOD, ITERATE_METHOD, locationId, MAX_SEQUENCE_LENGTH, MAX_STRING_LENGTH, PROCESS_METHOD, staticProperties, UNBOUNDED_LOWER, UNBOUNDED_UPPER, WATCH_METHOD| Constructor and Description | 
|---|
| SingleItemFilter() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | computeCardinality()Get the static cardinality: this implementation is appropriate for [1] and [last()] which will always
 return something if the input is non-empty | 
| protected OperandRole | getOperandRole()Get the usage (in terms of streamability analysis) of the single operand | 
| Expression | optimize(ExpressionVisitor visitor,
        ContextItemStaticInfo contextItemType)Perform optimisation of an expression and its subexpressions. | 
| Expression | promote(PromotionOffer offer,
       Expression parent)Promote this expression if possible | 
computeSpecialProperties, displayOperator, equals, explain, getBaseExpression, getItemType, hashCode, operands, replaceOperand, toShortString, toString, typeCheckaddToPathMap, adoptChildExpression, checkForUpdatingSubexpressions, checkPermittedContents, clearStreamabilityData, computeDependencies, computeStaticProperties, copy, doPromotion, dynamicError, effectiveBooleanValue, evaluateAsString, evaluateItem, evaluatePendingUpdates, explain, getCardinality, getColumnNumber, getConfiguration, getConstructType, getContainer, getDependencies, getEvaluationMethod, getExpressionCompiler, getExpressionName, getHostLanguage, getImplementationMethod, getIntegerBounds, getIntrinsicDependencies, getLineNumber, getLocationId, getObjectName, getPosture, getProperties, getProperty, getPublicId, getSlotsUsed, getSpecialProperties, getStreamability, getStreamingAdjunct, getSweep, getSystemId, hasVariableBinding, identityHashCode, implementsStaticTypeCheck, isIdentical, isSubtreeExpression, isUpdatingExpression, isVacuousExpression, iterate, iterateEvents, makeStreamingAdjunct, markTailFunctionCalls, operandList, process, resetLocalStaticProperties, setContainer, setEvaluationMethod, setFiltered, setFlattened, setLocationId, setPostureAndSweep, simplify, staticTypeCheck, suppressValidation, toPattern, toStreamingPattern, typeError, unorderedprotected OperandRole getOperandRole()
UnaryExpressiongetOperandRole in class UnaryExpressionpublic Expression optimize(ExpressionVisitor visitor, ContextItemStaticInfo contextItemType) throws XPathException
This 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 UnaryExpressionvisitor - an expresion 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 Expression promote(PromotionOffer offer, Expression parent) throws XPathException
promote in class UnaryExpressionoffer - details of the offer, for example the offer to move
               expressions that don't depend on the context to an outer level in
               the containing expressionparent - the containing expression in the expression treeXPathException - if any error is detectedpublic int computeCardinality()
computeCardinality in class UnaryExpressionStaticProperty.ALLOWS_ZERO_OR_ONE,
         StaticProperty.EXACTLY_ONE, StaticProperty.ALLOWS_ONE_OR_MORE,
         StaticProperty.ALLOWS_ZERO_OR_MORECopyright (c) 2004-2014 Saxonica Limited. All rights reserved.