typedef unsigned char XalanTranscodingServices::XalanXMLByte |
typedef unsigned int XalanTranscodingServices::size_type |
typedef unsigned int XalanTranscodingServices::UnicodeCharType |
static void XalanTranscodingServices::initialize | ( | MemoryManagerType & | theManager | ) | [static] |
Perform static initialization.
See class PlatformSupportInit.
static void XalanTranscodingServices::terminate | ( | ) | [static] |
Perform static shut down.
See class PlatformSupportInit.
static size_type XalanTranscodingServices::length | ( | const XalanXMLByte * | theBytes | ) | [static] |
static XalanOutputTranscoder* XalanTranscodingServices::makeNewTranscoder | ( | MemoryManagerType & | theManager, | |
const XalanDOMString & | theEncodingName, | |||
eCode & | theResult, | |||
size_type | theBlockSize | |||
) | [static] |
Create a transcoder instance for the specified encoding.
theEncodingName | The name of the desired output encoding. | |
theResult | The error code. | |
theTarget | The target array for storing the transcoded data. | |
theBlockSize | The block size the transcoder should use. |
static void XalanTranscodingServices::destroyTranscoder | ( | XalanOutputTranscoder * | theTranscoder | ) | [static] |
Destroy a transcoder instance.
The transcoder to destroy.
static bool XalanTranscodingServices::encodingIsUTF8 | ( | const XalanDOMChar * | theEncodingName | ) | [static] |
Determine if the encoding name supplied is equivalent to UTF-8.
theEncodingName | The name of the output encoding. |
static bool XalanTranscodingServices::encodingIsUTF8 | ( | const XalanDOMString & | theEncodingName | ) | [static] |
Determine if the encoding name supplied is equivalent to UTF-8.
theEncodingName | The name of the output encoding. |
static bool XalanTranscodingServices::encodingIsUTF16 | ( | const XalanDOMChar * | theEncodingName | ) | [static] |
Determine if the encoding name supplied is equivalent to UTF-16.
theEncodingName | The name of the output encoding. |
static bool XalanTranscodingServices::encodingIsUTF16 | ( | const XalanDOMString & | theEncodingName | ) | [static] |
Determine if the encoding name supplied is equivalent to UTF-16.
theEncodingName | The name of the output encoding. |
static bool XalanTranscodingServices::encodingIsUTF32 | ( | const XalanDOMChar * | theEncodingName | ) | [static] |
Determine if the encoding name supplied is equivalent to UTF-32.
theEncodingName | The name of the output encoding. |
static bool XalanTranscodingServices::encodingIsUTF32 | ( | const XalanDOMString & | theEncodingName | ) | [static] |
Determine if the encoding name supplied is equivalent to UTF-32.
theEncodingName | The name of the output encoding. |
static const XalanXMLByte* XalanTranscodingServices::getStreamProlog | ( | const XalanDOMString & | theEncodingName | ) | [static] |
Get an array that contains any leading bytes that should be written to an XML stream for the specified encoding.
For example, if the encoding is UTF-16, the vector will contain the appropriate byte order mark for the current platform. If there is no prolog for the encoding, or the encoding is unknown, an empty array is returned.
theEncodingName | The name of the desired output encoding. |
static XalanDOMChar XalanTranscodingServices::getMaximumCharacterValue | ( | const XalanDOMString & | theEncoding | ) | [static] |
Get the maximum character value for the encoding.
theEncoding | The encoding name. |
static XalanDOMChar XalanTranscodingServices::getMaximumCharacterValue | ( | ) | [static] |
Get the maximum character value for the local code page.
This is now deprecated, since it's impossibly broken.
static bool XalanTranscodingServices::getBytesEqualChars | ( | const XalanDOMString & | theEncoding | ) | [static] |
Determine if the output stage can safely skip transcoding by truncating.
theEncoding | The encoding name. |
static bool XalanTranscodingServices::canTranscodeToLocalCodePage | ( | UnicodeCharType | theChar | ) | [static] |
const XalanDOMChar XalanTranscodingServices::s_utf8String[] [static] |
const XalanDOMChar XalanTranscodingServices::s_utf16String[] [static] |
const XalanDOMChar XalanTranscodingServices::s_utf16LEString[] [static] |
const XalanDOMChar XalanTranscodingServices::s_utf16BEString[] [static] |
const XalanDOMChar XalanTranscodingServices::s_utf32String[] [static] |
const XalanDOMChar XalanTranscodingServices::s_asciiString[] [static] |
const XalanDOMChar XalanTranscodingServices::s_usASCIIString[] [static] |
const XalanDOMChar XalanTranscodingServices::s_windows1250String[] [static] |
const XalanDOMChar XalanTranscodingServices::s_iso88591String[] [static] |
const XalanDOMChar XalanTranscodingServices::s_shiftJISString[] [static] |
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|