| Control structure for managing of the lexer for a given document.
There is one structure for a document. It can be obtained by
DocumentInput.get(Document) .
Each document that wants to use the lexer framework
must be initialized by using
DocumentInput.init(Document,boolean,Object) .
author: Miloslav Metelka version: 1.00 |