Uses of Class
com.g11ntoolkit.strfile.EmptyStrFile

Packages that use EmptyStrFile
com.g11ntoolkit.strfile The set of classes that make up the StrFile support for the G11NToolKit. 
 

Uses of EmptyStrFile in com.g11ntoolkit.strfile
 

Methods in com.g11ntoolkit.strfile that throw EmptyStrFile
 void StrFile.writeXLIFF(java.io.OutputStreamWriter osWriter, boolean writeBOM, boolean sourceonly)
          Writes the string file out to the specified output stream writer in XLIFF form.
 void JSStrFile.writeFlatXML(java.io.OutputStreamWriter osWriter, boolean writeBOM)
          Writes the string file out to the specified output stream writer in a flat XML form sorted by Token id.
 void JSStrFile.writeXLIFF(java.io.OutputStreamWriter osWriter, boolean writeBOM, boolean sourceonly)
          Writes the string file out to the specified output stream writer in XLIFF form.