Package org.apache.xml.serializer.utils
Class SerializerMessages_pt_BR
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
org.apache.xml.serializer.utils.SerializerMessages_pt_BR
public class SerializerMessages_pt_BR extends ListResourceBundle
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 org.apache.xml.serializer.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control -
Field Summary
Fields inherited from class java.util.ResourceBundle
parent -
Constructor Summary
Constructors Constructor Description SerializerMessages_pt_BR() -
Method Summary
Modifier and Type Method Description Object[][]getContents()The lookup table for error messages.Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySetMethods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
-
Constructor Details
-
SerializerMessages_pt_BR
public SerializerMessages_pt_BR()
-
-
Method Details
-
getContents
The lookup table for error messages.- Specified by:
getContentsin classListResourceBundle- Returns:
- a
Objectarray containing the resources.
-