See: Description
Class | Description |
---|---|
StringUtils | Deprecated
This class provides functionality that is available in KDGCommons
(http://kdgcommons.sourceforge.net/) and Jakarta Commons.
|
TransformerFactoryHelper |
This class hides implementation-specific details of output transformers.
|
A note on naming: externally-facing utility classes end with "Util", while
internal classes end with "Utils" (note the "s"). Examples: DomUtil
is meant for external use, while StringUtils
is internal.