Uses of Class
com.g11ntoolkit.token.MalformedToken

Packages that use MalformedToken
com.g11ntoolkit.strfile The set of classes that make up the StrFile support for the G11NToolKit. 
com.g11ntoolkit.token The set of classes that make up the Token support for the G11NToolKit. 
com.g11ntoolkit.tokenizer The set of classes that make up the Tokenizer support for the G11NToolKit. 
 

Uses of MalformedToken in com.g11ntoolkit.strfile
 

Methods in com.g11ntoolkit.strfile that throw MalformedToken
protected  void LTXLIFFParser.eoTS()
          Process of end of target string element.
protected  void LTXLIFFParser.eoTU()
          Process end of translation unit element.
protected  void LTXLIFFParser.eoB()
          Process end of body element.
protected  void LTXLIFFParser.eoF()
          Process end of file element.
 

Uses of MalformedToken in com.g11ntoolkit.token
 

Methods in com.g11ntoolkit.token that throw MalformedToken
 void Token.setToken(java.lang.String possibleToken)
          Sets the current token values.
 void Token.setToken(java.lang.String possibleToken, java.lang.String deco)
          Sets the current token values.
 boolean Token.validate(java.lang.String wt)
          Validates that the specified string is a token.
 void Token.setParts(java.lang.String wt)
          Sets up the two individual parts of the token.
 

Constructors in com.g11ntoolkit.token that throw MalformedToken
Token(java.lang.String possibleToken)
          Establishes an instance based on the specified string.
 

Uses of MalformedToken in com.g11ntoolkit.tokenizer
 

Methods in com.g11ntoolkit.tokenizer that throw MalformedToken
static void TokJSFile.main(java.lang.String[] args)
          Allows this tool to be run from the command line.
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 void TokCSSFile.main(java.lang.String[] args)
          Allows this tool to be run from the command line.
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.