org.apache.xpath.res
Class XPATHErrorResourceBundle

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--org.apache.xpath.res.XPATHErrorResourceBundle

public class XPATHErrorResourceBundle
extends java.util.ListResourceBundle

**For internal use only** The default (english) resource bundle.


Constructor Summary
XPATHErrorResourceBundle()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Get the association list.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPATHErrorResourceBundle

public XPATHErrorResourceBundle()
Method Detail

getContents

public java.lang.Object[][] getContents()
Get the association list.
Returns:
The association list.


Copyright © 2000 Apache XML Project. All Rights Reserved.