Xalan-C++ API Documentation
Go to the documentation of this file.
19 #if !defined(XALAN_NUMBERINGRESOURCEBUNDLE_HEADER_GUARD)
20 #define XALAN_NUMBERINGRESOURCEBUNDLE_HEADER_GUARD
37 XALAN_CPP_NAMESPACE_BEGIN
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;
227 XALAN_CPP_NAMESPACE_END
231 #endif // XALAN_NUMBERINGRESOURCEBUNDLE_HEADER_GUARD
XalanVector< NumberType > NumberTypeVectorType
const XalanDOMString & getLanguage() const
const XalanDOMCharVectorType & getAlphabet() const
XalanNumberingResourceBundle(const XalanNumberingResourceBundle &theSource, MemoryManager &theManager)
const DigitsTableVectorType & getDigitsTable() const
equals(const XalanDOMChar *theLHS, const XalanDOMChar *theRHS, XalanDOMString::size_type theLength)
Compare the contents of two arrays for equality.
MemoryManager & getMemoryManager()
XalanNumberingResourceBundle(const XalanDOMString &theLanguage, const XalanDOMString &theUILanguage, const XalanDOMString &theHelpLanguage, const XalanDOMCharVectorType &theAlphabet, const XalanDOMCharVectorType &theTraditionalAlphabet, eOrientation theOrientation, eNumberingMethod theNumberingMethod, eMultiplierOrder theMultiplierOrder, NumberType theMaxNumericalValue, const NumberTypeVectorType &theNumberGroups, const NumberTypeVectorType &theMultipliers, const XalanDOMCharVectorType &theZeroChar, const XalanDOMCharVectorType &theMultiplierChars, const DigitsTableVectorType &theDigitsTable, const NumberTypeVectorType &theDigitsTableTable, MemoryManager &theManager)
#define XALAN_USES_MEMORY_MANAGER(Type)
const XalanDOMCharVectorType & getTraditionalAlphabet() const
NumberType getMaxNumericalValue() const
~XalanNumberingResourceBundle()
eMultiplierOrder getMultiplierOrder() const
const XalanDOMCharVectorType & getZeroChar() const
eNumberingMethod getNumberingMethod() const
XalanNumberingResourceBundle(MemoryManager &theManager)
const NumberTypeVectorType & getNumberGroups() const
XalanVector< XalanDOMCharVectorType > DigitsTableVectorType
const XalanDOMString & getUILanguage() const
const NumberTypeVectorType & getMultipliers() const
eOrientation getOrientation() const
const XalanDOMString & getHelpLanguage() const
const NumberTypeVectorType & getDigitsTableTable() const
void swap(XalanNumberingResourceBundle &theOther)
const XalanDOMCharVectorType & getMultiplierChars() const
bool operator==(const XalanNumberingResourceBundle &theRHS) const
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|