org.apache.xalan.transformer
Class NodeSorter.NodeCompareElem

java.lang.Object
  extended by org.apache.xalan.transformer.NodeSorter.NodeCompareElem
Enclosing class:
NodeSorter

 class NodeSorter.NodeCompareElem
extends java.lang.Object

This class holds the value(s) from executing the given node against the sort key(s).


Field Summary
(package private)  java.lang.Object m_key1Value
          Value from first sort key
(package private)  java.lang.Object m_key2Value
          Value from second sort key
(package private)  int m_node
          Current node
(package private)  int maxkey
          This maxkey value was chosen arbitrarily.
 
Constructor Summary
NodeSorter.NodeCompareElem(int node)
          Constructor NodeCompareElem
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_node

int m_node
Current node


maxkey

int maxkey
This maxkey value was chosen arbitrarily. We are assuming that the // maxkey + 1 keys will only hit fairly rarely and therefore, we // will get the node values for those keys dynamically.


m_key1Value

java.lang.Object m_key1Value
Value from first sort key


m_key2Value

java.lang.Object m_key2Value
Value from second sort key

Constructor Detail

NodeSorter.NodeCompareElem

NodeSorter.NodeCompareElem(int node)
                     throws javax.xml.transform.TransformerException
Constructor NodeCompareElem

Parameters:
node - Current node
Throws:
javax.xml.transform.TransformerException