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
load
public void load(Context context,
TokenSource source,
Typesetter typesetter)
throws InterpreterException
- Perform a load operation.
- Parameters:
context
- the interpreter contextsource
- the source for new tokenstypesetter
- the typesetter
- Throws:
InterpreterException
- in case of an error