| Class | Description |
|---|---|
| Calc |
A collection of static methods used to perform calculations on strings representing floating point numbers
with units or percentages.
|
| CSVList | |
| ExportNameCollection |
Maintain a collection of export names.
|
| Misc | |
| SimpleDOMBuilder |
This class provides a simple way to create and populate a DOM tree in logical order
|
| SimpleInputBuffer |
This class provides a simple string input buffer; it can be used as the
basis of a tokenizer.
|
| SimpleXMLParser |
A simple SAX based XML parser which transforms the SAX events into a DOM tree
(supporting element and text nodes only)
|
| SimpleZipReader | |
| StringComparator<T> |
This is a
Comparator implementation specific for objects compared by one or more string values. |