jd.xml.xslt.util
Class VariableFrame

java.lang.Object
  extended byjd.xml.xslt.util.VariableFrame

public class VariableFrame
extends Object

VariableFrame represents a set of variables values which are in scope in a certain context.


Constructor Summary
VariableFrame(int size)
           
 
Method Summary
 XObject[] getValues()
           
 VariableFrame next()
           
 VariableFrame prev()
           
 XObject[] setValues(XObject[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableFrame

public VariableFrame(int size)
Method Detail

prev

public VariableFrame prev()

next

public VariableFrame next()

getValues

public XObject[] getValues()

setValues

public XObject[] setValues(XObject[] values)