Uses of Class
org.apache.xalan.xsltc.compiler.util.NodeSortRecordGenerator

Packages that use NodeSortRecordGenerator
org.apache.xalan.xsltc.compiler   
 

Uses of NodeSortRecordGenerator in org.apache.xalan.xsltc.compiler
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type NodeSortRecordGenerator
private static MethodGenerator Sort.compileExtract(java.util.Vector sortObjects, NodeSortRecordGenerator sortRecord, ConstantPoolGen cpg, java.lang.String className)
          Compiles a method that overloads NodeSortRecord.extractValueFromDOM()
private static MethodGenerator Sort.compileInit(java.util.Vector sortObjects, NodeSortRecordGenerator sortRecord, ConstantPoolGen cpg, java.lang.String className)
          Create a constructor for the new class.