org.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: 6093 $
- Author:
- Gerd Neugebauer
|
Method Summary |
OutFile |
write(java.lang.String key,
Tokens toks,
Context context)
Immediately write some tokens to a write register. |
write
OutFile write(java.lang.String key,
Tokens toks,
Context context)
throws HelpingException
- Immediately write some tokens to a write register.
- Parameters:
key - the name (number) of the write registertoks - the tokens to writecontext - the processing context
- Returns:
- the output file on which the writing has been performed; or
null
- Throws:
HelpingException - in case of another error