Package net.sf.saxon.expr.instruct
Interface Debugger
-
public interface Debugger
This interface may be implemented by an external debugging tool
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlotManager
makeSlotManager()
Create a SlotManager
-
-
-
Method Detail
-
makeSlotManager
SlotManager makeSlotManager()
Create a SlotManager- Returns:
- the SlotManager
-
-