19 #if !defined(XALAN_NUMBERINGRESOURCEBUNDLE_HEADER_GUARD)
20 #define XALAN_NUMBERINGRESOURCEBUNDLE_HEADER_GUARD
67 eOrientation theOrientation,
68 eNumberingMethod theNumberingMethod,
69 eMultiplierOrder theMultiplierOrder,
70 NumberType theMaxNumericalValue,
71 const NumberTypeVectorType& theNumberGroups,
72 const NumberTypeVectorType& theMultipliers,
75 const DigitsTableVectorType& theDigitsTable,
76 const NumberTypeVectorType& theDigitsTableTable,
77 MemoryManager& theManager);
83 MemoryManager& theManager);
90 return m_language.getMemoryManager();
96 return equals(m_language, theRHS.m_language);
114 return m_helpLanguage;
126 return m_traditionalAlphabet;
132 return m_orientation;
138 return m_numberingMethod;
144 return m_multiplierOrder;
150 return m_maxNumericalValue;
153 const NumberTypeVectorType&
156 return m_numberGroups;
159 const NumberTypeVectorType&
162 return m_multipliers;
174 return m_multiplierChars;
177 const DigitsTableVectorType&
180 return m_digitsTable;
183 const NumberTypeVectorType&
186 return m_digitsTableTable;
204 eOrientation m_orientation;
206 eNumberingMethod m_numberingMethod;
208 eMultiplierOrder m_multiplierOrder;
210 NumberType m_maxNumericalValue;
212 NumberTypeVectorType m_numberGroups;
214 NumberTypeVectorType m_multipliers;
220 DigitsTableVectorType m_digitsTable;
222 NumberTypeVectorType m_digitsTableTable;
231 #endif // XALAN_NUMBERINGRESOURCEBUNDLE_HEADER_GUARD