| AutoFormatter | 
 The AutoFormatter class implements the automatic conversion
 of line endings to <br> HTML lists. 
 | 
| GlobPattern | 
 The GlobPattern implements matching operations that do a
 pattern globbing. 
 | 
| ISO9075 | 
 Implements the encode and decode routines as specified for XML name to SQL
 identifier conversion in ISO 9075-14:2003. 
 If a character c is not valid at a certain position in an XML 1.0
 NCName it is encoded in the form: '_x' + hexValueOf(c) + '_' 
 | 
| MD4 | 
 MD4 digest algorithm. 
 | 
| Replace | 
 The Replace class implements the string replacement
 functionality formerly coded in the base/base_replace.c C
 file. 
 | 
| StringAbbreviator | 
 String abbreviator that uses a macosx-style ellipsis algorithm, 
  where an ellipsis is added in the middle of a string instead of 
  at the end. 
 | 
| StringTable | 
 The StringTable class easy handling of string tables, especially
 creating tables from strings and lists. 
 | 
| Text | 
 This class holds a collection of useful string operations that are not
 available in java. 
 | 
| TextUtils | 
 Simple text manipulation tasks - these aren't optimized, and are intended
 primarily to be used by test code. 
 | 
| XMLChar | 
 This class defines the basic XML character properties. 
 |