XResourceBundleBasepublic abstract class XResourceBundleBase extends ListResourceBundle This is an interface for error messages. This class is misnamed,
and should be called XalanResourceBundle, or some such. |
Methods Summary |
---|
public abstract java.lang.String | getMessageKey(int errorCode)Get the error string associated with the error code
| public abstract java.lang.String | getWarningKey(int errorCode)Get the warning string associated with the error code
|
|