Top Description Fields Constructors Methods
com.sun.org.apache.xalan.internal.xsltc.compiler.util

public final Class NodeSortRecordFactGenerator

extends ClassGenerator
Class Inheritance
Imports
com.sun.org.apache.xalan.internal.xsltc.compiler.Stylesheet

Generator for subclasses of NodeSortRecordFactory.
Author
Santiago Pericas-Geertsen

Field Summary

Inherited from com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator:
INVALID_INDEXTRANSLET_INDEX

Constructor Summary

AccessConstructor and Description
public
NodeSortRecordFactGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet)

Method Summary

Modifier and TypeMethod and Description
public boolean
isExternal()

Overrides com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator.isExternal.

Returns true since this class is external to the translet.
Inherited from com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator:
addMethodgetApplyTemplatesSiggetApplyTemplatesSigForImportgetClassNamegetDOMClassgetDOMClassSiggetParsergetStylesheetloadTranslet

Constructor Detail

NodeSortRecordFactGeneratorback to summary
public NodeSortRecordFactGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet)

Method Detail

isExternalback to summary
public boolean isExternal()

Overrides com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator.isExternal.

Returns true since this class is external to the translet.