Uses of Class
org.apache.xml.utils.res.XResourceBundleBase

Packages that use XResourceBundleBase
org.apache.xalan.res Contains strings that require internationalization. 
org.apache.xpath.res Contains strings for XPath support that require internationalization. 
 

Uses of XResourceBundleBase in org.apache.xalan.res
 

Subclasses of XResourceBundleBase in org.apache.xalan.res
 class XSLTErrorResources
          Set up error messages.
 

Methods in org.apache.xalan.res with parameters of type XResourceBundleBase
static java.lang.String XSLMessages.createXPATHMsg(XResourceBundleBase fResourceBundle, java.lang.String msgKey, java.lang.Object[] args)
          Creates a message from the specified key and replacement arguments, localized to the given locale.
static java.lang.String XSLMessages.createMsg(XResourceBundleBase fResourceBundle, java.lang.String msgKey, java.lang.Object[] args)
          Creates a message from the specified key and replacement arguments, localized to the given locale.
 

Uses of XResourceBundleBase in org.apache.xpath.res
 

Subclasses of XResourceBundleBase in org.apache.xpath.res
 class XPATHErrorResources
          **For advanced use only** Set up error messages.
 class XPATHErrorResources_en
          **For advanced use only** Default implementation of XPATHErrorResources.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.