net.sf.saxon.expr
Class StackFrame
java.lang.Object
net.sf.saxon.expr.StackFrame
public class StackFrame
- extends Object
This class represents a stack frame holding details of the variables used in a function or in
an XSLT template.
EMPTY
public static final StackFrame EMPTY
StackFrame
public StackFrame(SlotManager map,
ValueRepresentation[] slots)
getStackFrameMap
public SlotManager getStackFrameMap()
getStackFrameValues
public ValueRepresentation[] getStackFrameValues()
Copyright (C) Michael H. Kay. All rights reserved.