org.apache.xalan.xsltc.compiler.util
Class NodeSortRecordGenerator
org.apache.xalan.xsltc.compiler.util.ClassGenerator
|
+--org.apache.xalan.xsltc.compiler.util.NodeSortRecordGenerator
- public final class NodeSortRecordGenerator
- extends ClassGenerator
Constructor Summary |
NodeSortRecordGenerator(java.lang.String className,
java.lang.String superClassName,
java.lang.String fileName,
int accessFlags,
java.lang.String[] interfaces,
Stylesheet stylesheet)
|
Method Summary |
org.apache.xalan.xsltc.compiler.util.Instruction |
aloadTranslet()
The index of the translet pointer within the execution of
the test method. |
boolean |
isExternal()
Returns true since this class is external to the
translet. |
NodeSortRecordGenerator
public NodeSortRecordGenerator(java.lang.String className,
java.lang.String superClassName,
java.lang.String fileName,
int accessFlags,
java.lang.String[] interfaces,
Stylesheet stylesheet)
aloadTranslet
public org.apache.xalan.xsltc.compiler.util.Instruction aloadTranslet()
- The index of the translet pointer within the execution of
the test method.
isExternal
public boolean isExternal()
- Returns true since this class is external to the
translet.
- Overrides:
- isExternal in class ClassGenerator
Copyright © 2000 Apache XML Project. All Rights Reserved.