Class SerializerMessages_tr


  • public class SerializerMessages_tr
    extends java.util.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

        java.util.ResourceBundle.Control
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[][] getContents()
      The lookup table for error messages.
      • Methods inherited from class java.util.ListResourceBundle

        getKeys, handleGetObject
      • Methods inherited from class java.util.ResourceBundle

        clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerializerMessages_tr

        public SerializerMessages_tr()
    • Method Detail

      • getContents

        public java.lang.Object[][] getContents()
        The lookup table for error messages.