org.apache.xalan.xsltc.compiler.util
Class FilterGenerator
public final class FilterGenerator
This class implements auxliary classes needed to compile
filters (predicates). These classes defined a single method
of type TestGenerator.
- Jacek Ambroziak
- Santiago Pericas-Geertsen
FilterGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet)
|
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.
|
FilterGenerator
public FilterGenerator(String className,
String superClassName,
String fileName,
int accessFlags,
String[] interfaces,
Stylesheet stylesheet)
isExternal
public boolean isExternal()
Returns true since this class is external to the
translet.
- isExternal in interface ClassGenerator
loadTranslet
public final Instruction loadTranslet()
The index of the translet pointer within the execution of
the test method.
- loadTranslet in interface ClassGenerator
Copyright B) 2006 Apache XML Project. All Rights Reserved.