Uses of Class
com.g11ntoolkit.tokfile.TokFile

Packages that use TokFile
com.g11ntoolkit.parser.java The set of classes that make up the Java File Parser support for the G11NToolKit. 
com.g11ntoolkit.strfile The set of classes that make up the StrFile support for the G11NToolKit. 
com.g11ntoolkit.tokfile The set of classes that make up the TokFile support for the G11NToolKit. 
 

Uses of TokFile in com.g11ntoolkit.parser.java
 

Fields in com.g11ntoolkit.parser.java declared as TokFile
protected  TokFile LTTreeWalker.tokfile
          The TokFile object to use for the source file skeleton.
 

Methods in com.g11ntoolkit.parser.java with parameters of type TokFile
 void LTVisitor.setTokFile(TokFile tf)
          Sets the TokFile to be used by the Tree Walker.
 void LTTreeWalker.setTokFile(TokFile tf)
          Sets the TokFile to be used by the Tree Walker.
 void LTParserVisitor.setTokFile(TokFile tf)
          Sets the TokFile to be used by the Tree Walker.
 

Uses of TokFile in com.g11ntoolkit.strfile
 

Fields in com.g11ntoolkit.strfile declared as TokFile
protected  TokFile StrFile.tokFile
          The TokFile that contains the skeleton of the source file.
private  TokFile LTXLIFFParser.tokfile
          The TokFile object to be loaded from the XLIFF file.
 

Methods in com.g11ntoolkit.strfile that return TokFile
 TokFile StrFile.getTokFile()
          Returns the TokFile.
 TokFile LTXLIFFParser.getTokFile()
          Returns the TokFile object that was loaded from the XLIFF file.
 

Methods in com.g11ntoolkit.strfile with parameters of type TokFile
 void StrFile.loadXLIFF(java.lang.String xf, TokFile tf)
          Loads the StrFile and TokFile objects with the records read from the specified XLIFF file.
 void StrFile.setTokFile(TokFile tf)
          Sets the TokFile.
 void LTXLIFFParser.setTokFile(TokFile tf)
          Sets the TokFile object to load from the XLIFF file.
 

Uses of TokFile in com.g11ntoolkit.tokfile
 

Fields in com.g11ntoolkit.tokfile declared as TokFile
(package private)  TokFile LTXMLTFParser.tokfile
          Contains the object representing the String File being processed.
 

Methods in com.g11ntoolkit.tokfile that return TokFile
 TokFile LTXMLTFParser.getTokFile()
          Returns the TokFile object.
 

Methods in com.g11ntoolkit.tokfile with parameters of type TokFile
 void TokFile.copyOf(TokFile tf)
          Makes a copy of the specified TokFile object contents in this object.
 void LTXMLTFParser.setTokFile(TokFile aTokFile)
          Set the TokFile object to the specified TokFile.