com.saxonica.xsltextn
Class MergeInstr.MergeSource
java.lang.Object
com.saxonica.xsltextn.MergeInstr.MergeSource
- Enclosing class:
- MergeInstr
public static class MergeInstr.MergeSource
- extends Object
Inner class representing one merge source
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
anchorSelect
public Expression anchorSelect
rowSelect
public Expression rowSelect
sortKeyDef
public SortKeyDefinition[] sortKeyDef
MergeInstr.MergeSource
public MergeInstr.MergeSource(Expression aSelect,
Expression rSelect,
SortKeyDefinition[] sKeys)
- Create a MergeSource object
- Parameters:
aSelect
- the select expression that selects anchor nodes, one per input sequencerSelect
- the select expression that selects items for the merge inputs, evaluated one per anchor nodesKeys
- the merge key definitions
copy
public MergeInstr.MergeSource copy()
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.