com.icl.saxon.sort
Class CompositeKey

java.lang.Object
  |
  +--com.icl.saxon.sort.CompositeKey

public class CompositeKey
extends java.lang.Object

Class representing a single node together with the values of its sort keys


Constructor Summary
CompositeKey(java.util.Vector sortkeys, NodeInfo node, Context context)
           
 
Method Summary
 java.lang.String getKeyValue(int n)
          Get the n'th key value
 NodeInfo getNode()
          Get the NodeInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeKey

public CompositeKey(java.util.Vector sortkeys,
                    NodeInfo node,
                    Context context)
             throws org.xml.sax.SAXException
Method Detail

getNode

public NodeInfo getNode()
Get the NodeInfo

getKeyValue

public java.lang.String getKeyValue(int n)
Get the n'th key value