Package com.day.text


package com.day.text
  • Classes
    Class
    Description
    The AutoFormatter class implements the automatic conversion of line endings to <br> HTML lists.
    The GlobPattern implements matching operations that do a pattern globbing.
    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 digest algorithm.
    The Replace class implements the string replacement functionality formerly coded in the base/base_replace.c C file.
    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.
    The StringTable class easy handling of string tables, especially creating tables from strings and lists.
    This class holds a collection of useful string operations that are not available in java.
    Simple text manipulation tasks - these aren't optimized, and are intended primarily to be used by test code.
    This class defines the basic XML character properties.