BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xerces.msg
Class DatatypeMessages

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--weblogic.apache.xerces.msg.DatatypeMessages

public class DatatypeMessages
extends java.util.ListResourceBundle

This file contains error and warning messages for the schema datatype validator The messages are arranged in key and value tuples in a ListResourceBundle.

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

Field Summary
static java.lang.Object[][] CONTENTS
          The list resource bundle contents.
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
DatatypeMessages()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Returns the list resource bundle contents.
 
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

public static final java.lang.Object[][] CONTENTS
The list resource bundle contents.
Constructor Detail

DatatypeMessages

public DatatypeMessages()
Method Detail

getContents

public java.lang.Object[][] getContents()
Returns the list resource bundle contents.

Overrides:
getContents in class java.util.ListResourceBundle

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.