Package com.g11ntoolkit.detokenizer

The set of classes that make up the Detokenizer support for the G11NToolKit.

See:
          Description

Class Summary
DetokCSSFile Replaces all the protected elements in the specified tokenized JS file with the unprotected version of the strings.
DetokHTMLFile Replaces the token elements in the specified HTML file with the translated version of the strings.
DetokJSFile Replaces all the protected elements in the specified tokenized JS file with the unprotected version of the strings.
DetokJSPFile Replaces all the protected elements in the specified tokenized JSP file with the unprotected version of the strings.
DetokMCFile Replaces all the token identifiers in the specified tokenized resource bundle file with the strings taken from the specified string file.
DetokPropertyResourceBundle Replaces all the token identifiers in the specified tokenized resource bundle file with the strings taken from the specified string file.
DetokRCFile Replaces all the token identifiers in the specified tokenized resource bundle file with the strings taken from the specified string file.
DetokResourceBundle Replaces all the token identifiers in the specified tokenized resource bundle file with the strings taken from the specified string file.
DetokSQLFile Replaces all the protected elements in the specified tokenized SQL file with the translated strings.
DetokXMLFile Replaces all the token identifiers in the specified tokenized resource bundle file with the strings taken from the specified string file.
DetokXSLFile Replaces the token elements in the specified HTML file with the translated version of the strings.
FileCopy Extracts the specified input file from the specified combined file to create the specified output file.
 

Exception Summary
DetokError Reports errors during initialization of the detokenizer.
DetokResourceBundleError Reports errors during initialization of the detokenizer.
DetokRunError Reports errors during initialization of the detokenizer.
DetokSQLFileError Reports errors while detokenizing the file.
FileCopyError Reports errors while copying the file.
FileDetokError Reports errors during initialization of the detokenizer.
 

Package com.g11ntoolkit.detokenizer Description

The set of classes that make up the Detokenizer support for the G11NToolKit.

Package Specification

Related Documentation