|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
25 #if !defined(XALANVERSION_HEADER_GUARD_1357924680)
26 #define XALANVERSION_HEADER_GUARD_1357924680
29 #define XALAN_VERSION_MAJOR (1)
31 #define XALAN_VERSION_MINOR (12)
33 #define XALAN_VERSION_REVISION (0)
50 #define _XALAN_VERSION ((10000 * XALAN_VERSION_MAJOR) + (100 * XALAN_VERSION_MINOR) + XALAN_VERSION_REVISION)
57 #define XALAN_FULLVERSIONSTR "1_12_0"
64 #define XALAN_SHORTVERSIONSTR "1_12"
71 #define XALAN_FULLVERSIONDOT "1.12.0"
74 #define XALAN_PRODUCT xalanc
76 #define XALAN_CPP_NAMESPACE xalanc_1_12
116 #endif // XALANVERSION_HEADER_GUARD_1357924680
const char *const gXalanVersionStr
Xalan-C++ short version expressed as an underscore-separated string.
const char *const gXalanFullVersionStr
Xalan-C++ full version expressed as an underscore-separated string.
const unsigned int gXalanMajVersion
Xalan-C++ major version number.
const unsigned int gXalanMinVersion
Xalan-C++ minor version number.
const unsigned int gXalanRevision
Xalan-C++ patch version number.