BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

weblogic.apache.xalan.xpath.xml
Class XSLResourceBundle

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--weblogic.apache.xalan.xpath.xml.XSLResourceBundle
Direct Known Subclasses:
XPATHErrorResources, XSLTErrorResources

public abstract class XSLResourceBundle
extends java.util.ListResourceBundle

This is an interface for error messages. This class is misnamed, and should be called XalanResourceBundle, or some such.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
XSLResourceBundle()
           
 
Method Summary
abstract  java.lang.String getMessageKey(int errorCode)
          Get the error string associated with the error code
abstract  java.lang.String getWarningKey(int errorCode)
          Get the error string associated with the error code
 
Methods inherited from class java.util.ListResourceBundle
getContents, getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLResourceBundle

public XSLResourceBundle()
Method Detail

getMessageKey

public abstract java.lang.String getMessageKey(int errorCode)
Get the error string associated with the error code

getWarningKey

public abstract java.lang.String getWarningKey(int errorCode)
Get the error string associated with the error code

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60