Top Description Constructors Methods
com.sun.org.apache.xml.internal.serializer.utils

public Class SerializerMessages_zh_TW

extends ListResourceBundle
Class Inheritance
Imports
java.util.ListResourceBundle, .Locale, .MissingResourceException, .ResourceBundle

An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.

The message keys are defined in MsgKey. The messages that those keys map to are defined here.

The messages in the English version are intended to be translated. This class is not a public API, it is only public because it is used in com.sun.org.apache.xml.internal.serializer.

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public Object[][]
getContents()

Implements abstract java.util.ListResourceBundle.getContents.

The lookup table for error messages.

Inherited from java.util.ListResourceBundle:
getKeyshandleGetObjecthandleKeySet

Constructor Detail

SerializerMessages_zh_TWback to summary
public SerializerMessages_zh_TW()

Method Detail

getContentsback to summary
public Object[][] getContents()

Implements abstract java.util.ListResourceBundle.getContents.

The lookup table for error messages.

Returns:Object[][]

Doc from java.util.ListResourceBundle.getContents.

an array of an Object array representing a key-value pair.