Class MergeInstr
- java.lang.Object
- 
- net.sf.saxon.expr.Expression
- 
- net.sf.saxon.expr.instruct.Instruction
- 
- net.sf.saxon.expr.sort.MergeInstr
 
 
 
- 
- All Implemented Interfaces:
- ExportAgent,- TailCallReturner,- Locatable,- IdentityComparable,- Traceable
 
 public class MergeInstr extends Instruction 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMergeInstr.MergeKeyMappingFunctionMapping function for items encountered during the merge; the mapping function wraps the merged item and its merge keys into a single composite objectstatic classMergeInstr.MergeSourceInner class representing one merge source
 - 
Field SummaryFields Modifier and Type Field Description protected AtomicComparer[]comparatorsprotected MergeInstr.MergeSource[]mergeSources- 
Fields inherited from class net.sf.saxon.expr.ExpressionEFFECTIVE_BOOLEAN_VALUE, EVALUATE_METHOD, ITEM_FEED_METHOD, ITERATE_METHOD, MAX_COST, MAX_SEQUENCE_LENGTH, MAX_STRING_LENGTH, PROCESS_METHOD, staticProperties, UNBOUNDED_LOWER, UNBOUNDED_UPPER, UPDATE_METHOD, WATCH_METHOD
 
- 
 - 
Constructor SummaryConstructors Constructor Description MergeInstr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowExtractingCommonSubexpressions()Ask whether common subexpressions found in the operands of this expression can be extracted and evaluated outside the expression itself.voidcheckPermittedContents(SchemaType parentType, boolean whole)Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.Expressioncopy(RebindingMap rebindings)Copy an expression.voidexport(ExpressionPresenter out)Diagnostic print of expression structure.voidfixupGroupReferences()ExpressiongetAction()ItemOrderComparergetComparer(SortKeyDefinitionList sKeys, AtomicComparer[] comps)ExpressiongetGroupingKey()Get the grouping key expression expression (the group-by or group-adjacent expression, or a PatternSponsor containing the group-starting-with or group-ending-with expression)intgetInstructionNameCode()Get the namecode of the instruction for use in diagnosticsItemTypegetItemType()Get the item type of the items returned by evaluating this instructionMergeInstr.MergeSource[]getMergeSources()java.lang.StringgetStreamerName()Get the (partial) name of a class that supports streaming of this kind of expressionMergeInstrinit(MergeInstr.MergeSource[] mSources, Expression action)Initialise the merge instructionSequenceIteratoriterate(XPathContext context)Return an Iterator to iterate over the values of a sequence.booleanmayCreateNewNodes()Determine whether this instruction creates new nodes.java.lang.Iterable<Operand>operands()Get the immediate sub-expressions of this expression, with information about the relationship of each expression to its parent expression.Expressionoptimize(ExpressionVisitor visitor, ContextItemStaticInfo contextInfo)Perform optimisation of an expression and its subexpressions.voidprepareForStreaming()TailCallprocessLeavingTail(Outputter output, XPathContext context)ProcessLeavingTail: called to do the real work of this instruction.voidsetAction(Expression action)ExpressiontypeCheck(ExpressionVisitor visitor, ContextItemStaticInfo contextInfo)Perform type checking of an expression and its subexpressions.- 
Methods inherited from class net.sf.saxon.expr.instruct.InstructionalwaysCreatesNewNodes, assembleParams, assembleTunnelParams, computeCardinality, computeSpecialProperties, dynamicError, evaluateAsString, evaluateItem, getExpressionName, getImplementationMethod, getNetCost, getSourceLocator, isInstruction, isXSLT, process, someOperandCreatesNewNodes
 - 
Methods inherited from class net.sf.saxon.expr.ExpressionaddToPathMap, adoptChildExpression, checkedOperands, checkForUpdatingSubexpressions, computeDependencies, computeHashCode, computeStaticProperties, dynamicError, effectiveBooleanValue, equals, evaluatePendingUpdates, explain, getCardinality, getConfiguration, getCost, getDependencies, getEvaluationMethod, getExtraProperty, getIntegerBounds, getInterpretedExpression, getIntrinsicDependencies, getLocalRetainedStaticContext, getLocation, getObjectName, getPackageData, getParentExpression, getProperties, getProperty, getRetainedStaticContext, getScopingExpression, getSlotsUsed, getSpecialProperties, getStaticBaseURI, getStaticBaseURIString, getStaticType, getStaticUType, getTracingTag, hasCompatibleStaticContext, hashCode, hasSpecialProperty, hasVariableBinding, identityHashCode, implementsStaticTypeCheck, isCallOn, isEqual, isIdentical, isLiftable, isMultiThreaded, isStaticPropertiesKnown, isSubtreeExpression, isUpdatingExpression, isVacuousExpression, markTailFunctionCalls, operandList, operandSparseList, optimizeChildren, resetLocalStaticProperties, restoreParentPointers, setEvaluationMethod, setExtraProperty, setFiltered, setFlattened, setLocation, setParentExpression, setRetainedStaticContext, setRetainedStaticContextLocally, setRetainedStaticContextThoroughly, setStaticProperty, simplify, simplifyChildren, staticTypeCheck, suppressValidation, toPattern, toShortString, toString, typeCheckChildren, typeError, unordered, verifyParentPointers
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface net.sf.saxon.trace.TraceablegatherProperties
 
- 
 
- 
- 
- 
Field Detail- 
mergeSourcesprotected MergeInstr.MergeSource[] mergeSources 
 - 
comparatorsprotected AtomicComparer[] comparators 
 
- 
 - 
Method Detail- 
initpublic MergeInstr init(MergeInstr.MergeSource[] mSources, Expression action) Initialise the merge instruction- Parameters:
- mSources- the set of merge source definitions
- action- the action to be performed on each group of items with identical merge keys
- Returns:
- the merge instruction (to allow call chaining)
 
 - 
getMergeSourcespublic MergeInstr.MergeSource[] getMergeSources() 
 - 
setActionpublic void setAction(Expression action) 
 - 
getActionpublic Expression getAction() 
 - 
getInstructionNameCodepublic int getInstructionNameCode() Get the namecode of the instruction for use in diagnostics- Overrides:
- getInstructionNameCodein class- Instruction
- Returns:
- a code identifying the instruction: typically but not always the fingerprint of a name in the XSLT namespace
 
 - 
checkPermittedContentspublic void checkPermittedContents(SchemaType parentType, boolean whole) throws XPathException Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type. It's always OK to say yes, since the check will be repeated at run-time. The process of checking element and attribute constructors against the content model of a complex type also registers the type of content expected of those constructors, so the static validation can continue recursively.- Overrides:
- checkPermittedContentsin class- Expression
- Parameters:
- parentType- the "given complex type": the method is checking that the nodes returned by this expression are acceptable members of the content model of this type
- whole- if true, we want to check that the value of this expression satisfies the content model as a whole; if false we want to check that the value of the expression is acceptable as one part of the content
- Throws:
- XPathException- if the value delivered by this expression cannot be part of the content model of the given type
 
 - 
allowExtractingCommonSubexpressionspublic boolean allowExtractingCommonSubexpressions() Ask whether common subexpressions found in the operands of this expression can be extracted and evaluated outside the expression itself. The result is irrelevant in the case of operands evaluated with a different focus, which will never be extracted in this way, even if they have no focus dependency.- Overrides:
- allowExtractingCommonSubexpressionsin class- Expression
- Returns:
- false for this kind of expression
 
 - 
getItemTypepublic ItemType getItemType() Get the item type of the items returned by evaluating this instruction- Overrides:
- getItemTypein class- Instruction
- Returns:
- the static item type of the instruction
 
 - 
typeCheckpublic Expression typeCheck(ExpressionVisitor visitor, ContextItemStaticInfo contextInfo) throws XPathException Description copied from class:ExpressionPerform type checking of an expression and its subexpressions. This is the second phase of static optimization.This checks statically that the operands of the expression have the correct type; if necessary it generates code to do run-time type checking or type conversion. A static type error is reported only if execution cannot possibly succeed, that is, if a run-time type error is inevitable. The call may return a modified form of the expression. This method is called after all references to functions and variables have been resolved to the declaration of the function or variable. However, the types of such functions and variables may not be accurately known if they have not been explicitly declared. - Overrides:
- typeCheckin class- Expression
- Parameters:
- visitor- an expression visitor
- contextInfo- Information available statically about the context item: whether it is (possibly) absent; its static type; its streaming posture.
- Returns:
- the original expression, rewritten to perform necessary run-time type checks, and to perform other type-related optimizations
- Throws:
- XPathException- if an error is discovered during this phase (typically a type error)
 
 - 
fixupGroupReferencespublic void fixupGroupReferences() 
 - 
mayCreateNewNodespublic final boolean mayCreateNewNodes() Determine whether this instruction creates new nodes. This implementation returns true if the "action" creates new nodes. (Nodes created by the condition can't contribute to the result).- Overrides:
- mayCreateNewNodesin class- Instruction
- Returns:
- true if the instruction creates new nodes under some input conditions (or if it can't be proved that it doesn't)
 
 - 
optimizepublic Expression optimize(ExpressionVisitor visitor, ContextItemStaticInfo contextInfo) throws XPathException Description copied from class:ExpressionPerform optimisation of an expression and its subexpressions. This is the third and final phase of static optimization.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. - Overrides:
- optimizein class- Expression
- Parameters:
- visitor- an expression visitor
- contextInfo- 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_TYPE
- Returns:
- the original expression, rewritten if appropriate to optimize execution
- Throws:
- XPathException- if an error is discovered during this phase (typically a type error)
 
 - 
prepareForStreamingpublic void prepareForStreaming() throws XPathException- Overrides:
- prepareForStreamingin class- Expression
- Throws:
- XPathException
 
 - 
iteratepublic SequenceIterator iterate(XPathContext context) throws XPathException Description copied from class:InstructionReturn an Iterator to iterate over the values of a sequence. The value of every expression can be regarded as a sequence, so this method is supported for all expressions. This default implementation handles iteration for expressions that return singleton values: for non-singleton expressions, the subclass must provide its own implementation.- Overrides:
- iteratein class- Instruction
- Parameters:
- context- supplies the context for evaluation
- Returns:
- a SequenceIterator that can be used to iterate over the result of the expression
- Throws:
- XPathException- if any dynamic error occurs evaluating the expression
 
 - 
operandspublic java.lang.Iterable<Operand> operands() Get the immediate sub-expressions of this expression, with information about the relationship of each expression to its parent expression. Default implementation returns a zero-length array, appropriate for an expression that has no sub-expressions.- Specified by:
- operandsin class- Instruction
- Returns:
- an iterator containing the sub-expressions of this expression
 
 - 
getGroupingKeypublic Expression getGroupingKey() Get the grouping key expression expression (the group-by or group-adjacent expression, or a PatternSponsor containing the group-starting-with or group-ending-with expression)- Returns:
- the expression used to calculate grouping keys
 
 - 
getComparerpublic ItemOrderComparer getComparer(SortKeyDefinitionList sKeys, AtomicComparer[] comps) 
 - 
copypublic Expression copy(RebindingMap rebindings) Copy an expression. This makes a deep copy.- Specified by:
- copyin class- Expression
- Parameters:
- rebindings- variables that need to be re-bound
- Returns:
- the copy of the original expression
 
 - 
exportpublic void export(ExpressionPresenter out) throws XPathException Diagnostic print of expression structure. The abstract expression tree is written to the supplied output destination.- Specified by:
- exportin interface- ExportAgent
- Specified by:
- exportin class- Expression
- Parameters:
- out- the expression presenter used to display the structure
- Throws:
- XPathException- if the export fails, for example if an expression is found that won't work in the target environment.
 
 - 
processLeavingTailpublic TailCall processLeavingTail(Outputter output, XPathContext context) throws XPathException Description copied from class:InstructionProcessLeavingTail: called to do the real work of this instruction. This method must be implemented in each subclass. The results of the instruction are written to the current Receiver, which can be obtained via the Controller.- Specified by:
- processLeavingTailin interface- TailCallReturner
- Specified by:
- processLeavingTailin class- Instruction
- Parameters:
- output- the destination for the result
- context- The dynamic context of the transformation, giving access to the current node, the current variables, etc.
- Returns:
- null if the instruction has completed execution; or a TailCall indicating a function call or template call that is delegated to the caller, to be made after the stack has been unwound so as to save stack space.
- Throws:
- XPathException- if a dynamic error occurs during the evaluation of the instruction
 
 - 
getStreamerNamepublic java.lang.String getStreamerName() Get the (partial) name of a class that supports streaming of this kind of expression- Overrides:
- getStreamerNamein class- Expression
- Returns:
- the partial name of a class that can be instantiated to provide streaming support in Saxon-EE, or null if there is no such class
 
 
- 
 
-