de.dante.extex.interpreter
Interface Tokenizer

All Known Subinterfaces:
Context, ContextInternals, Group, GroupExtension
All Known Implementing Classes:
ContextExtensionImpl, ContextImpl, GroupExtensionImpl, GroupImpl

public interface Tokenizer

A tokenizer is a class which is able to categorize characters according to the category codes.

Version:
$Revision: 1.11 $
Author:
Gerd Neugebauer

Method Summary
 Catcode getCatcode(UnicodeChar c)
          Getter for the category code of a character.
 java.lang.String getNamespace()
          Getter for the name space.
 

Method Detail

getCatcode

public Catcode getCatcode(UnicodeChar c)
Getter for the category code of a character.

Parameters:
c - the Unicode character to analyze
Returns:
the category code of a character

getNamespace

public java.lang.String getNamespace()
Getter for the name space.

Returns:
the name space