001/* 002 * This library is part of OpenCms - 003 * the Open Source Content Management System 004 * 005 * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com) 006 * 007 * This library is free software; you can redistribute it and/or 008 * modify it under the terms of the GNU Lesser General Public 009 * License as published by the Free Software Foundation; either 010 * version 2.1 of the License, or (at your option) any later version. 011 * 012 * This library is distributed in the hope that it will be useful, 013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 015 * Lesser General Public License for more details. 016 * 017 * For further information about Alkacon Software GmbH & Co. KG, please see the 018 * company website: http://www.alkacon.com 019 * 020 * For further information about OpenCms, please see the 021 * project website: http://www.opencms.org 022 * 023 * You should have received a copy of the GNU Lesser General Public 024 * License along with this library; if not, write to the Free Software 025 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 026 */ 027 028package org.opencms.xml; 029 030import org.opencms.i18n.A_CmsMessageBundle; 031import org.opencms.i18n.I_CmsMessageBundle; 032 033/** 034 * Convenience class to access the localized messages of this OpenCms package.<p> 035 * 036 * @since 6.0.0 037 */ 038public final class Messages extends A_CmsMessageBundle { 039 040 /** Message constant for key in the resource bundle. */ 041 public static final String ERR_CD_BAD_INCLUDE_3 = "ERR_CD_BAD_INCLUDE_3"; 042 043 /** Message constant for key in the resource bundle. */ 044 public static final String ERR_CD_COMPLEX_TYPE_COUNT_1 = "ERR_CD_COMPLEX_TYPE_COUNT_1"; 045 046 /** Message constant for key in the resource bundle. */ 047 public static final String ERR_CD_ELEMENT_NAME_3 = "ERR_CD_ELEMENT_NAME_3"; 048 049 /** Message constant for key in the resource bundle. */ 050 public static final String ERR_CD_ELEMENT_NAME_4 = "ERR_CD_ELEMENT_NAME_4"; 051 052 /** Message constant for key in the resource bundle. */ 053 public static final String ERR_CD_FIRST_INCLUDE_2 = "ERR_CD_FIRST_INCLUDE_2"; 054 055 /** Message constant for key in the resource bundle. */ 056 public static final String ERR_CD_NO_SCHEMA_NODE_0 = "ERR_CD_NO_SCHEMA_NODE_0"; 057 058 /** Message constant for key in the resource bundle. */ 059 public static final String ERR_CD_ONE_INCLUDE_REQUIRED_0 = "ERR_CD_ONE_INCLUDE_REQUIRED_0"; 060 061 /** Message constant for key in the resource bundle. */ 062 public static final String ERR_CD_ROOT_ELEMENT_COUNT_1 = "ERR_CD_ROOT_ELEMENT_COUNT_1"; 063 064 /** Message constant for key in the resource bundle. */ 065 public static final String ERR_CORRECT_NO_CONTENT_DEF_3 = "ERR_CORRECT_NO_CONTENT_DEF_3"; 066 067 /** Message constant for key in the resource bundle. */ 068 public static final String ERR_EL_ATTRIBUTE_TOOFEW_3 = "ERR_EL_ATTRIBUTE_TOOFEW_3"; 069 070 /** Message constant for key in the resource bundle. */ 071 public static final String ERR_EL_ATTRIBUTE_TOOMANY_3 = "ERR_EL_ATTRIBUTE_TOOMANY_3"; 072 073 /** Message constant for key in the resource bundle. */ 074 public static final String ERR_EL_BAD_ATTRIBUTE_3 = "ERR_EL_BAD_ATTRIBUTE_3"; 075 076 /** Message constant for key in the resource bundle. */ 077 public static final String ERR_EL_BAD_ATTRIBUTE_VALUE_4 = "ERR_EL_BAD_ATTRIBUTE_VALUE_4"; 078 079 /** Message constant for key in the resource bundle. */ 080 public static final String ERR_EL_BAD_ATTRIBUTE_WS_3 = "ERR_EL_BAD_ATTRIBUTE_WS_3"; 081 082 /** Message constant for key in the resource bundle. */ 083 public static final String ERR_EL_INVALID_ATTRIBUTE_2 = "ERR_EL_INVALID_ATTRIBUTE_2"; 084 085 /** Message constant for key in the resource bundle. */ 086 public static final String ERR_EL_MISSING_ATTRIBUTE_2 = "ERR_EL_MISSING_ATTRIBUTE_2"; 087 088 /** Message constant for key in the resource bundle. */ 089 public static final String ERR_EL_OF_TYPE_MUST_OCCUR_EXACTLY_ONCE_2 = "ERR_EL_OF_TYPE_MUST_OCCUR_EXACTLY_ONCE_2"; 090 091 /** Message constant for key in the resource bundle. */ 092 public static final String ERR_EL_OF_TYPE_MUST_OCCUR_AT_MOST_ONCE_2 = "ERR_EL_OF_TYPE_MUST_OCCUR_AT_MOST_ONCE_2"; 093 094 /** Message constant for key in the resource bundle. */ 095 public static final String ERR_INIT_TYPE_MANAGER_0 = "ERR_INIT_TYPE_MANAGER_0"; 096 097 /** Message constant for key in the resource bundle. */ 098 public static final String ERR_INVALID_CD_SCHEMA_STRUCTURE_0 = "ERR_INVALID_CD_SCHEMA_STRUCTURE_0"; 099 100 /** Message constant for key in the resource bundle. */ 101 public static final String ERR_INVALID_CONTENT_HANDLER_1 = "ERR_INVALID_CONTENT_HANDLER_1"; 102 103 /** Message constant for key in the resource bundle. */ 104 public static final String ERR_INVALID_INIT_USER_1 = "ERR_INVALID_INIT_USER_1"; 105 106 /** Message constant for key in the resource bundle. */ 107 public static final String ERR_INVALID_XCC_TYPE_REGISTERED_0 = "ERR_INVALID_XCC_TYPE_REGISTERED_0"; 108 109 /** Message constant for key in the resource bundle. */ 110 public static final String ERR_LOCALE_ALREADY_EXISTS_1 = "ERR_LOCALE_ALREADY_EXISTS_1"; 111 112 /** Message constant for key in the resource bundle. */ 113 public static final String ERR_LOCALE_NOT_AVAILABLE_1 = "ERR_LOCALE_NOT_AVAILABLE_1"; 114 115 /** Message constant for key in the resource bundle. */ 116 public static final String ERR_MARSHALLING_XML_DOC_0 = "ERR_MARSHALLING_XML_DOC_0"; 117 118 /** Message constant for key in the resource bundle. */ 119 public static final String ERR_MARSHALLING_XML_DOC_TO_STRING_0 = "ERR_MARSHALLING_XML_DOC_TO_STRING_0"; 120 121 /** Message constant for key in the resource bundle. */ 122 public static final String ERR_NULL_CMSOBJECT_0 = "ERR_NULL_CMSOBJECT_0"; 123 124 /** Message constant for key in the resource bundle. */ 125 public static final String ERR_NULL_LOCALE_0 = "ERR_NULL_LOCALE_0"; 126 127 /** Message constant for key in the resource bundle. */ 128 public static final String ERR_TS_SUBELEMENT_COUNT_2 = "ERR_TS_SUBELEMENT_COUNT_2"; 129 130 /** Message constant for key in the resource bundle. */ 131 public static final String ERR_TS_SUBELEMENT_TOOFEW_3 = "ERR_TS_SUBELEMENT_TOOFEW_3"; 132 133 /** Message constant for key in the resource bundle. */ 134 public static final String ERR_UNKNOWN_SCHEMA_1 = "ERR_UNKNOWN_SCHEMA_1"; 135 136 /** Message constant for key in the resource bundle. */ 137 public static final String ERR_UNMARSHALLING_XML_DOC_1 = "ERR_UNMARSHALLING_XML_DOC_1"; 138 139 public static final String ERR_UNMARSHALLING_XML_SCHEMA_NOT_FOUND_2 = "ERR_UNMARSHALLING_XML_SCHEMA_NOT_FOUND_2"; 140 141 142 /** Message constant for key in the resource bundle. */ 143 public static final String ERR_UNREGISTERED_TYPE_1 = "ERR_UNREGISTERED_TYPE_1"; 144 145 /** Message constant for key in the resource bundle. */ 146 public static final String ERR_WRITE_XML_DOC_TO_STRING_0 = "ERR_WRITE_XML_DOC_TO_STRING_0"; 147 148 /** Message constant for key in the resource bundle. */ 149 public static final String ERR_XML_VALIDATION_1 = "ERR_XML_VALIDATION_1"; 150 151 /** Message constant for key in the resource bundle. */ 152 public static final String INIT_ADD_ST_USING_WIDGET_2 = "INIT_ADD_ST_USING_WIDGET_2"; 153 154 /** Message constant for key in the resource bundle. */ 155 public static final String INIT_ADD_WIDGET_1 = "INIT_ADD_WIDGET_1"; 156 157 /** Message constant for key in the resource bundle. */ 158 public static final String INIT_ADD_WIDGET_ALIAS_2 = "INIT_ADD_WIDGET_ALIAS_2"; 159 160 /** Message constant for key in the resource bundle. */ 161 public static final String INIT_ADD_WIDGET_ALIAS_CONFIG_3 = "INIT_ADD_WIDGET_ALIAS_CONFIG_3"; 162 163 /** Message constant for key in the resource bundle. */ 164 public static final String INIT_ADD_WIDGET_CONFIG_2 = "INIT_ADD_WIDGET_CONFIG_2"; 165 166 /** Message constant for key in the resource bundle. */ 167 public static final String INIT_NUM_ST_INITIALIZED_1 = "INIT_NUM_ST_INITIALIZED_1"; 168 169 /** Message constant for key in the resource bundle. */ 170 public static final String INIT_START_CONTENT_CONFIG_0 = "INIT_START_CONTENT_CONFIG_0"; 171 172 /** Message constant for key in the resource bundle. */ 173 public static final String LOG_CACHE_LOOKUP_SUCCEEDED_1 = "LOG_CACHE_LOOKUP_SUCCEEDED_1"; 174 175 /** Message constant for key in the resource bundle. */ 176 public static final String LOG_CONVERTING_SCHEMA_BYTES_ERROR_0 = "LOG_CONVERTING_SCHEMA_BYTES_ERROR_0"; 177 178 /** Message constant for key in the resource bundle. */ 179 public static final String LOG_DTD_NOT_FOUND_1 = "LOG_DTD_NOT_FOUND_1"; 180 181 /** Message constant for key in the resource bundle. */ 182 public static final String LOG_ENTITY_RESOLVE_FAILED_1 = "LOG_ENTITY_RESOLVE_FAILED_1"; 183 184 /** Message constant for key in the resource bundle. */ 185 public static final String LOG_ERR_CACHED_SYS_ID_1 = "LOG_ERR_CACHED_SYS_ID_1"; 186 187 /** Message constant for key in the resource bundle. */ 188 public static final String LOG_ERR_CACHED_SYSTEM_ID_1 = "LOG_ERR_CACHED_SYSTEM_ID_1"; 189 190 /** Message constant for key in the resource bundle. */ 191 public static final String LOG_ERR_FLUSHED_CACHES_0 = "LOG_ERR_FLUSHED_CACHES_0"; 192 193 /** Message constant for key in the resource bundle. */ 194 public static final String LOG_ERR_UNCACHED_CONTENT_DEF_1 = "LOG_ERR_UNCACHED_CONTENT_DEF_1"; 195 196 /** Message constant for key in the resource bundle. */ 197 public static final String LOG_ERR_UNCACHED_SYS_ID_1 = "LOG_ERR_UNCACHED_SYS_ID_1"; 198 199 /** Message constant for key in the resource bundle. */ 200 public static final String LOG_INIT_DEFAULT_WIDGET_FOR_CONTENT_TYPE_2 = "LOG_INIT_DEFAULT_WIDGET_FOR_CONTENT_TYPE_2"; 201 202 /** Message constant for key in the resource bundle. */ 203 public static final String LOG_INIT_XML_CONTENT_SCHEMA_TYPE_CLASS_ERROR_1 = "LOG_INIT_XML_CONTENT_SCHEMA_TYPE_CLASS_ERROR_1"; 204 205 /** Message constant for key in the resource bundle. */ 206 public static final String LOG_INITIALIZE_DEFAULT_GUEST_USER_FAILED_0 = "LOG_INITIALIZE_DEFAULT_GUEST_USER_FAILED_0"; 207 208 /** Message constant for key in the resource bundle. */ 209 public static final String LOG_PARSE_SAX_EXC_0 = "LOG_PARSE_SAX_EXC_0"; 210 211 /** Message constant for key in the resource bundle. */ 212 public static final String LOG_PARSING_XML_RESOURCE_ERROR_1 = "LOG_PARSING_XML_RESOURCE_ERROR_1"; 213 214 /** Message constant for key in the resource bundle. */ 215 public static final String LOG_PARSING_XML_RESOURCE_FATAL_ERROR_1 = "LOG_PARSING_XML_RESOURCE_FATAL_ERROR_1"; 216 217 /** Message constant for key in the resource bundle. */ 218 public static final String LOG_PARSING_XML_RESOURCE_WARNING_1 = "LOG_PARSING_XML_RESOURCE_WARNING_1"; 219 220 /** Message constant for key in the resource bundle. */ 221 public static final String LOG_PRETTY_PRINT_SCHEMA_BYTES_ERROR_0 = "LOG_PRETTY_PRINT_SCHEMA_BYTES_ERROR_0"; 222 223 /** Message constant for key in the resource bundle. */ 224 public static final String LOG_READ_XML_FROM_BYTE_ARR_FAILED_0 = "LOG_READ_XML_FROM_BYTE_ARR_FAILED_0"; 225 226 /** Message constant for key in the resource bundle. */ 227 public static final String LOG_SAX_READER_FEATURE_NOT_RECOGNIZED_0 = "LOG_SAX_READER_FEATURE_NOT_RECOGNIZED_0"; 228 229 /** Message constant for key in the resource bundle. */ 230 public static final String LOG_SAX_READER_FEATURE_NOT_SUPPORTED_0 = "LOG_SAX_READER_FEATURE_NOT_SUPPORTED_0"; 231 232 /** Message constant for key in the resource bundle. */ 233 public static final String LOG_STRINGWRITER_IO_EXC_0 = "LOG_STRINGWRITER_IO_EXC_0"; 234 235 /** Message constant for key in the resource bundle. */ 236 public static final String LOG_VALIDATION_INIT_XERXES_SAX_READER_FAILED_0 = "LOG_VALIDATION_INIT_XERXES_SAX_READER_FAILED_0"; 237 238 /** Message constant for key in the resource bundle. */ 239 public static final String LOG_XML_CONTENT_SCHEMA_TYPE_CLASS_NOT_FOUND_1 = "LOG_XML_CONTENT_SCHEMA_TYPE_CLASS_NOT_FOUND_1"; 240 241 /** Message constant for key in the resource bundle. */ 242 public static final String LOG_XML_TYPE_DEFINITION_XSD_2 = "LOG_XML_TYPE_DEFINITION_XSD_2"; 243 244 /** Message constant for key in the resource bundle. */ 245 public static final String LOG_XML_WIDGET_INITIALIZING_ERROR_1 = "LOG_XML_WIDGET_INITIALIZING_ERROR_1"; 246 247 /** Message constant for key in the resource bundle. */ 248 public static final String LOG_XMLPAGE_DTD_NOT_FOUND_1 = "LOG_XMLPAGE_DTD_NOT_FOUND_1"; 249 250 /** Message constant for key in the resource bundle. */ 251 public static final String LOG_XMLPAGE_XSD_NOT_FOUND_1 = "LOG_XMLPAGE_XSD_NOT_FOUND_1"; 252 253 /** Name of the used resource bundle. */ 254 private static final String BUNDLE_NAME = "org.opencms.xml.messages"; 255 256 /** Static instance member. */ 257 private static final I_CmsMessageBundle INSTANCE = new Messages(); 258 259 /** 260 * Hides the public constructor for this utility class.<p> 261 */ 262 private Messages() { 263 264 // hide the constructor 265 } 266 267 /** 268 * Returns an instance of this localized message accessor.<p> 269 * 270 * @return an instance of this localized message accessor 271 */ 272 public static I_CmsMessageBundle get() { 273 274 return INSTANCE; 275 } 276 277 /** 278 * Returns the bundle name for this OpenCms package.<p> 279 * 280 * @return the bundle name for this OpenCms package 281 */ 282 public String getBundleName() { 283 284 return BUNDLE_NAME; 285 } 286}