Uses of Class
com.g11ntoolkit.tokfile.TokFileError

Packages that use TokFileError
com.g11ntoolkit.tokfile The set of classes that make up the TokFile support for the G11NToolKit. 
 

Uses of TokFileError in com.g11ntoolkit.tokfile
 

Methods in com.g11ntoolkit.tokfile that throw TokFileError
 void TokFile.load(java.io.InputStreamReader isReader)
          Loads the buffer with the records read from the specified input stream reader.
 void TokFile.load(java.io.InputStreamReader isReader, boolean xmlfile, java.lang.String xmlFileName)
          Loads the buffer with the records read from the specified input stream reader.
private  void TokFile.setType()
          Determines the type of file we are dealing with and remembers it.
private  void TokFile.setDQStyle()
          Determines the double-quote style in the file and remembers it.
private  void TokFile.setContext()
          Sets the context for all the tokens in the file based on the context table found in the file.
 void TokFile.write(java.io.OutputStreamWriter osWriter)
          Writes the buffer out to the specified output stream writer and closes it.
 void TokFile.writeXML(java.io.OutputStreamWriter osWriter)
          Writes the buffer out to the specified output stream writer in XML format.
 void TokFile.replaceString(java.lang.String aString, Token aToken)
          Replaces the specified string with a token.
 void TokFile.replaceToken(Token aToken, java.lang.String aString)
          Replaces the specified token with a string.
 

Constructors in com.g11ntoolkit.tokfile that throw TokFileError
TokFile(java.io.InputStreamReader isReader)
          Creates a buffer that contains the records read from the specified input stream reader.