de.dante.extex.interpreter.type
Interface TokensWriter
- All Known Implementing Classes:
- Write
- public interface TokensWriter
This interface describes the ability to write some tokens to a output file
register.
- Version:
- $Revision: 1.4 $
- Author:
- Gerd Neugebauer
Method Summary |
void |
write(java.lang.String key,
Tokens toks,
Context context)
Immediately write some tokens to a write register. |
write
public void write(java.lang.String key,
Tokens toks,
Context context)
throws InterpreterException
- Immediately write some tokens to a write register.
- Parameters:
key
- the name (number) of the write registertoks
- the tokens to writecontext
- the processing context
- Throws:
InterpreterException
- in case of another error