Package com.sun.xml.util

This package contains utility classes that are useful when building XML-aware software frameworks.

See:
          Description

Class Summary
MessageCatalog This class provides support for multi-language string lookup, as needed to localize messages from applications supporting multiple languages at the same time.
XmlChars Methods in this class are used to determine whether characters may appear in certain roles in XML documents.
XmlNames This class contains static methods used to determine whether identifiers may appear in certain roles in XML documents.
 

Package com.sun.xml.util Description

This package contains utility classes that are useful when building XML-aware software frameworks.

The XmlChars and XmlNames classes are useful when working with XML symbols, which must obey certain rules. For example, when creating XML text, it is important to know that the element, attribute, entity, and notation names being used are really XML Names.

The MessageCatalog class will look up and format messages in a specified locale. It supports applications which provide such messages in locales chosen by their clients, and which may differ from the various defaults supported by different packages.



Submit Feedback to xml-feedback@java.sun.com