org.apache.xalan.xsltc.compiler.util
Class NodeSortRecordFactGenerator

java.lang.Object
  extended by ClassGen
      extended by org.apache.xalan.xsltc.compiler.util.ClassGenerator
          extended by org.apache.xalan.xsltc.compiler.util.NodeSortRecordFactGenerator

public final class NodeSortRecordFactGenerator
extends ClassGenerator

Generator for subclasses of NodeSortRecordFactory.


Field Summary
 
Fields inherited from class org.apache.xalan.xsltc.compiler.util.ClassGenerator
TRANSLET_INDEX
 
Constructor Summary
NodeSortRecordFactGenerator(java.lang.String className, java.lang.String superClassName, java.lang.String fileName, int accessFlags, java.lang.String[] interfaces, Stylesheet stylesheet)
           
 
Method Summary
 boolean isExternal()
          Returns true since this class is external to the translet.
 
Methods inherited from class org.apache.xalan.xsltc.compiler.util.ClassGenerator
addMethod, getApplyTemplatesSig, getApplyTemplatesSigForImport, getClassName, getDOMClass, getDOMClassSig, getParser, getStylesheet, loadTranslet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeSortRecordFactGenerator

public NodeSortRecordFactGenerator(java.lang.String className,
                                   java.lang.String superClassName,
                                   java.lang.String fileName,
                                   int accessFlags,
                                   java.lang.String[] interfaces,
                                   Stylesheet stylesheet)
Method Detail

isExternal

public boolean isExternal()
Returns true since this class is external to the translet.

Overrides:
isExternal in class ClassGenerator