|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use StrFile | |
| com.g11ntoolkit.detokenizer | The set of classes that make up the Detokenizer support for the G11NToolKit. |
| 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.tokenizer | The set of classes that make up the Tokenizer support for the G11NToolKit. |
| Uses of StrFile in com.g11ntoolkit.detokenizer |
| Fields in com.g11ntoolkit.detokenizer declared as StrFile | |
private StrFile |
DetokRCFile.strFile
Collection the strings that will be used to resolve the tokens. |
private StrFile |
DetokMCFile.strFile
Collection the strings that will be used to resolve the tokens. |
| Uses of StrFile in com.g11ntoolkit.parser.java |
| Fields in com.g11ntoolkit.parser.java declared as StrFile | |
protected StrFile |
LTTreeWalker.strfile
The StrFile object to use for the extracted strings. |
| Methods in com.g11ntoolkit.parser.java with parameters of type StrFile | |
void |
LTVisitor.setStrFile(StrFile sf)
Sets the StrFile to be used by the Tree Walker |
void |
LTTreeWalker.setStrFile(StrFile sf)
Sets the StrFile to be used by the Tree Walker |
void |
LTParserVisitor.setStrFile(StrFile sf)
Sets the StrFile to be used by the Tree Walker |
| Uses of StrFile in com.g11ntoolkit.strfile |
| Subclasses of StrFile in com.g11ntoolkit.strfile | |
class |
JSStrFile
Creates and maintains a string file with its associated buffer and hashtable. |
| Fields in com.g11ntoolkit.strfile declared as StrFile | |
private StrFile |
LTXLIFFParser.strfile
The target StrFile object to be loaded from the XLIFF file. |
| Methods in com.g11ntoolkit.strfile that return StrFile | |
StrFile |
LTXLIFFParser.getStrFile()
Returns the StrFile object that was loaded from the XLIFF file. |
| Methods in com.g11ntoolkit.strfile with parameters of type StrFile | |
void |
StrFile.copyOf(StrFile anotherStrFile)
Creates a copy of the contents of another StrFile object in this object. |
void |
LTXLIFFParser.setStrFile(StrFile sf)
Sets the StrFile object to load from the XLIFF file. |
| Uses of StrFile in com.g11ntoolkit.tokenizer |
| Methods in com.g11ntoolkit.tokenizer that return StrFile | |
static StrFile |
TokXMLFile.tokenize(java.lang.String inFileName,
java.lang.String contextFileName,
java.util.Locale targetLocale,
java.lang.String localeString)
This is the method that tokenizes the buffer and writes the two output files. |
static StrFile |
TokSQLFile.tokenize(java.lang.String inFileName,
java.lang.String contextFileName,
java.util.Locale targetLocale,
java.lang.String localeString)
Tokenizes the buffer and writes the SQL file tok file and str file out. |
static StrFile |
TokRC.tokenize(java.lang.String inFileName,
java.lang.String contextFileName,
java.util.Locale targetLocale,
java.lang.String localeString)
Tokenizes the buffer and writes the two output files. |
static StrFile |
TokPropertyResourceBundle.tokenize(java.lang.String inFileName,
java.lang.String contextFileName,
java.util.Locale targetLocale,
java.lang.String localeString)
Tokenizes the buffer and writes the extracted string output file. |
static StrFile |
TokMC.tokenize(java.lang.String inFileName,
java.lang.String contextFileName,
java.util.Locale targetLocale,
java.lang.String localeString)
Tokenizes the buffer and writes the two output files. |
static StrFile |
TokListResourceBundle.tokenize(java.lang.String inFileName,
java.lang.String contextFileName,
java.util.Locale targetLocale)
Tokenizes the buffer and writes the extracted string output file. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||