GroboUtilXML version
1.1.0 DesignAuthor:Matt Albrecht
The design is intended to be as simple as possible. Provide methods that
know how to properly escape Java strings for proper insertion into XML
documents.
In order to better support any need for subclassing, the methods are
not made static. Rather, a static factory method is provided which can
be overridden by subclasses to provide a new singleton instance of
the class.
|