Package com.day.text
package com.day.text
-
ClassesClassDescriptionThe
AutoFormatter
class implements the automatic conversion of line endings to<br>
HTML lists.TheGlobPattern
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 characterc
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.TheReplace
class implements the string replacement functionality formerly coded in thebase/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.TheStringTable
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.