|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JSStrFile | |
| com.g11ntoolkit.detokenizer | The set of classes that make up the Detokenizer 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 JSStrFile in com.g11ntoolkit.detokenizer |
| Methods in com.g11ntoolkit.detokenizer with parameters of type JSStrFile | |
void |
FileCopy.copy(JSStrFile jsstr,
java.lang.String inFileName,
java.lang.String contextFileName,
java.lang.String outFileName,
java.lang.String enc)
Extracts the input file from the combined file to create the output file. |
java.lang.StringBuffer |
FileCopy.getScript(JSStrFile jsstr,
java.lang.String inFileName)
Reads in the specified file and stores it in the string buffer. |
| Uses of JSStrFile in com.g11ntoolkit.strfile |
| Fields in com.g11ntoolkit.strfile declared as JSStrFile | |
(package private) JSStrFile |
LTXMLJSSFParser.jsstrfile
Contains the object representing the String File being processed. |
| Methods in com.g11ntoolkit.strfile that return JSStrFile | |
JSStrFile |
LTXMLJSSFParser.getJSStrFile()
Returns the JSStrFile object. |
| Methods in com.g11ntoolkit.strfile with parameters of type JSStrFile | |
void |
LTXMLJSSFParser.setJSStrFile(JSStrFile aJSStrFile)
Set the JSStrFile object to the specified StrFile. |
void |
JSStrFile.copyOf(JSStrFile anotherJSStrFile)
Creates a copy of the contents of another JSStrFile object in this object. |
| Uses of JSStrFile in com.g11ntoolkit.tokenizer |
| Methods in com.g11ntoolkit.tokenizer that return JSStrFile | |
static JSStrFile |
TokJSFile.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 JSStrFile |
TokCSSFile.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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||