package org.apache.xml.utils.res; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ public class XResourceBundle extends java.util.ListResourceBundle{ // Fields public static final java.lang.String ERROR_RESOURCES = "org.apache.xalan.res.XSLTErrorResources"; public static final java.lang.String XSLT_RESOURCE = "org.apache.xml.utils.res.XResourceBundle"; public static final java.lang.String LANG_BUNDLE_NAME = "org.apache.xml.utils.res.XResources"; public static final java.lang.String MULT_ORDER = "multiplierOrder"; public static final java.lang.String MULT_PRECEDES = "precedes"; public static final java.lang.String MULT_FOLLOWS = "follows"; public static final java.lang.String LANG_ORIENTATION = "orientation"; public static final java.lang.String LANG_RIGHTTOLEFT = "rightToLeft"; public static final java.lang.String LANG_LEFTTORIGHT = "leftToRight"; public static final java.lang.String LANG_NUMBERING = "numbering"; public static final java.lang.String LANG_ADDITIVE = "additive"; public static final java.lang.String LANG_MULT_ADD = "multiplicative-additive"; public static final java.lang.String LANG_MULTIPLIER = "multiplier"; public static final java.lang.String LANG_MULTIPLIER_CHAR = "multiplierChar"; public static final java.lang.String LANG_NUMBERGROUPS = "numberGroups"; public static final java.lang.String LANG_NUM_TABLES = "tables"; public static final java.lang.String LANG_ALPHABET = "alphabet"; public static final java.lang.String LANG_TRAD_ALPHABET = "tradAlphabet"; // Constructors public XResourceBundle(){ super(); } // Methods public java.lang.Object [] [] getContents(){ return (java.lang.Object [] []) null; } public static final XResourceBundle loadResourceBundle(java.lang.String arg1, java.util.Locale arg2) throws java.util.MissingResourceException{ return (XResourceBundle) null; } }