org.extex.interpreter.unit
Interface Loader
- All Known Implementing Classes:
- JavaLoad, PdftexUnitInfo, 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:5563 $
- Author:
- Gerd Neugebauer
load
void load(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException,
TypesetterException
- Perform a load operation.
- Parameters:
context - the interpreter contextsource - the source for new tokenstypesetter - the typesetter
- Throws:
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetter