|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |