Uses of Class
org.apache.xalan.xsltc.dom.NodeSortRecord

Packages that use NodeSortRecord
org.apache.xalan.xsltc.dom   
 

Uses of NodeSortRecord in org.apache.xalan.xsltc.dom
 

Fields in org.apache.xalan.xsltc.dom declared as NodeSortRecord
private  NodeSortRecord[] SortingIterator._data
           
 

Methods in org.apache.xalan.xsltc.dom that return NodeSortRecord
 NodeSortRecord NodeSortRecordFactory.makeNodeSortRecord(int node, int last)
          Create an instance of a sub-class of NodeSortRecord.
 

Methods in org.apache.xalan.xsltc.dom with parameters of type NodeSortRecord
private  void SortingIterator.addRecord(NodeSortRecord record)
           
 int NodeSortRecord.compareDocOrder(NodeSortRecord other)
           
 int NodeSortRecord.compareTo(NodeSortRecord other)
          Compare this sort element to another.