de.dante.extex.interpreter.unit
Interface Loader

All Known Implementing Classes:
JavaLoad, TexUnitInfo

public interface Loader

This interface describes the capabilities needed for NativeLoad to work on the class. This interface is meant to enable to integration of extensions implemented in arbitrary programming languages.

Version:
$Revision: 1.2 $
Author:
Gerd Neugebauer

Method Summary
 void load(Context context, TokenSource source, Typesetter typesetter)
          Perform a load operation.
 

Method Detail

load

public void load(Context context,
                 TokenSource source,
                 Typesetter typesetter)
          throws InterpreterException
Perform a load operation.

Parameters:
context - the interpreter context
source - the source for new tokens
typesetter - the typesetter
Throws:
InterpreterException - in case of an error