de.dante.extex.typesetter.type
Interface InspectableNodeVisitor

All Superinterfaces:
NodeVisitor
All Known Implementing Classes:
DebugNodeVisitor

public interface InspectableNodeVisitor
extends NodeVisitor

This is an interface of a debugable NodeVisitor for inspecting NodeVisitors. Thie can be used for debugging.

Version:
$Revision: 1.1 $
Author:
Sebastian Waschik

Method Summary
 void setVisitor(NodeVisitor visitor)
          Set visitor for nested nodes.
 
Methods inherited from interface de.dante.extex.typesetter.type.NodeVisitor
visitAdjust, visitAfterMath, visitAlignedLeaders, visitBeforeMath, visitCenteredLeaders, visitChar, visitDiscretionary, visitExpandedLeaders, visitGlue, visitHorizontalList, visitInsertion, visitKern, visitLigature, visitMark, visitPenalty, visitRule, visitSpace, visitVerticalList, visitVirtualChar, visitWhatsIt
 

Method Detail

setVisitor

public void setVisitor(NodeVisitor visitor)
Set visitor for nested nodes.

Parameters:
visitor - to use