This class provides a DOM level 2 "helper", which provides services currently
not provided be the DOM standard.
This class is a copy of the one in org.apache.xml.utils.
A utility class for issuing error messages.
A user of this class normally would create a singleton
instance of this class, passing the name
of the message class on the constructor.
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
A very simple lookup table that stores a list of strings, the even
number strings being keys, and the odd number strings being values.
This class is a copy of the one in org.apache.xml.utils.