Uses of Interface
org.extex.scanner.stream.observer.file.OpenFileObservable

Packages that use OpenFileObservable
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.scanner.stream This package contains the stream definitions and implementations supported for the scanner. 
 

Uses of OpenFileObservable in org.extex.interpreter.max
 

Classes in org.extex.interpreter.max that implement OpenFileObservable
 class Moritz
          This class provides the layer above the input streams and the tokenizer.
 class StringSource
          This class provides a token source which is fed from a string.
 

Uses of OpenFileObservable in org.extex.scanner.stream
 

Classes in org.extex.scanner.stream that implement OpenFileObservable
 class TokenStreamFactory
          This is the factory to provide an instance of a TokenStream.