org.apache.xalan.xsltc.compiler.util
Class AttributeSetMethodGenerator

org.apache.xalan.xsltc.compiler.util.MethodGenerator
  |
  +--org.apache.xalan.xsltc.compiler.util.AttributeSetMethodGenerator

public final class AttributeSetMethodGenerator
extends MethodGenerator


Constructor Summary
AttributeSetMethodGenerator(java.lang.String methodName, org.apache.xalan.xsltc.compiler.util.ClassGen classGen)
           
 
Method Summary
 int getIteratorIndex()
           
 int getLocalIndex(java.lang.String name)
           
 org.apache.xalan.xsltc.compiler.util.Instruction loadHandler()
           
 org.apache.xalan.xsltc.compiler.util.Instruction storeHandler()
           
 
Methods inherited from class org.apache.xalan.xsltc.compiler.util.MethodGenerator
addLocalVariable, addLocalVariable2, attribute, endDocument, endElement, getLocalVariable, loadContextNode, loadCurrentNode, loadDOM, loadIterator, namespace, nextNode, removeLocalVariable, setMaxLocals, setStartNode, startDocument, startElement, storeCurrentNode, storeIterator
 

Constructor Detail

AttributeSetMethodGenerator

public AttributeSetMethodGenerator(java.lang.String methodName,
                                   org.apache.xalan.xsltc.compiler.util.ClassGen classGen)
Method Detail

getIteratorIndex

public int getIteratorIndex()

storeHandler

public org.apache.xalan.xsltc.compiler.util.Instruction storeHandler()
Overrides:
storeHandler in class MethodGenerator

loadHandler

public org.apache.xalan.xsltc.compiler.util.Instruction loadHandler()
Overrides:
loadHandler in class MethodGenerator

getLocalIndex

public int getLocalIndex(java.lang.String name)
Overrides:
getLocalIndex in class MethodGenerator


Copyright © 2000 Apache XML Project. All Rights Reserved.