org.apache.xalan.xsltc.compiler.util

Class NodeSortRecordGenerator


public final class NodeSortRecordGenerator
extends ClassGenerator

Authors:
Jacek Ambroziak
Santiago Pericas-Geertsen
Morten Jorgensen

Constructor Summary

NodeSortRecordGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet)

Method Summary

boolean
isExternal()
Returns true since this class is external to the translet.
Instruction
loadTranslet()
The index of the translet pointer within the execution of the test method.

Methods inherited from class org.apache.xalan.xsltc.compiler.util.ClassGenerator

getApplyTemplatesSig, getClassName, getDOMClass, getDOMClassSig, getParser, getStylesheet, isExternal, loadTranslet

Constructor Details

NodeSortRecordGenerator

public NodeSortRecordGenerator(String className,
                               String superClassName,
                               String fileName,
                               int accessFlags,
                               String[] interfaces,
                               Stylesheet stylesheet)

Method Details

isExternal

public boolean isExternal()
Returns true since this class is external to the translet.
Overrides:
isExternal in interface ClassGenerator

loadTranslet

public Instruction loadTranslet()
The index of the translet pointer within the execution of the test method.
Overrides:
loadTranslet in interface ClassGenerator

Copyright B) 2004 Apache XML Project. All Rights Reserved.