Uses of Class
com.g11ntoolkit.levblock.JSXLEntry

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

Uses of JSXLEntry in com.g11ntoolkit.strfile
 

Methods in com.g11ntoolkit.strfile that return JSXLEntry
 JSXLEntry JSStrFile.getJSString(Token aToken)
          Returns the string translation entry for the specified token.
 

Methods in com.g11ntoolkit.strfile with parameters of type JSXLEntry
 boolean JSStrFile.findBlock(JSXLEntry aBlock)
          Returns true if the specified string translation entry is in the file.
 void JSStrFile.append(Token aToken, JSXLEntry aBlock)
          Adds the specified token and string translation entry to the hashtable.