org.apache.xalan.xsltc.compiler.util

Class FilterGenerator

public final class FilterGenerator extends ClassGenerator

This class implements auxliary classes needed to compile filters (predicates). These classes defined a single method of type TestGenerator.

Author: Jacek Ambroziak Santiago Pericas-Geertsen

Constructor Summary
FilterGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet)
Method Summary
booleanisExternal()
Returns true since this class is external to the translet.
InstructionloadTranslet()
The index of the translet pointer within the execution of the test method.

Constructor Detail

FilterGenerator

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

Method Detail

isExternal

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

loadTranslet

public final Instruction loadTranslet()
The index of the translet pointer within the execution of the test method.
Copyright B) 2005 Apache XML Project. All Rights Reserved.