com.g11ntoolkit.resources
Class xmlres

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.g11ntoolkit.resources.xmlres

public class xmlres
extends java.util.ListResourceBundle

Messages used by the G11NToolKit XML parsers.

Version:
2005/06/30
Author:
Bill Rich, Wilandra Consulting LLC
Copyright © 2001-2005, Wilandra Consulting LLC. All rights reserved.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See License Agreement.


Field Summary
(package private) static java.lang.Object[][] contents
          The contents of this ListResourceBundle.
 
Fields inherited from class java.util.ListResourceBundle
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
xmlres()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Returns the contents of this ListResourceBundle.
 
Methods inherited from class java.util.ListResourceBundle
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
 

Field Detail

contents

static final java.lang.Object[][] contents
The contents of this ListResourceBundle.

Constructor Detail

xmlres

public xmlres()
Method Detail

getContents

public java.lang.Object[][] getContents()
Returns the contents of this ListResourceBundle.

Specified by:
getContents in class java.util.ListResourceBundle