#include <XalanToXercesTranscoderWrapper.hpp>
Inherits XalanOutputTranscoder.

Definition at line 41 of file XalanToXercesTranscoderWrapper.hpp.
| typedef XERCES_CPP_NAMESPACE_QUALIFIER XMLTranscoder XalanToXercesTranscoderWrapper::XMLTranscoderType |
Definition at line 45 of file XalanToXercesTranscoderWrapper.hpp.
| XalanToXercesTranscoderWrapper::XalanToXercesTranscoderWrapper | ( | MemoryManager & | theManager, | |
| XMLTranscoderType & | theTranscoder | |||
| ) | [explicit] |
| virtual XalanToXercesTranscoderWrapper::~XalanToXercesTranscoderWrapper | ( | ) | [virtual] |
| virtual bool XalanToXercesTranscoderWrapper::canTranscodeTo | ( | XalanUnicodeChar | theChar | ) | const [virtual] |
Implements XalanOutputTranscoder.
| static XalanToXercesTranscoderWrapper* XalanToXercesTranscoderWrapper::create | ( | MemoryManager & | theManager, | |
| XMLTranscoderType & | theTranscoder | |||
| ) | [static] |
| virtual eCode XalanToXercesTranscoderWrapper::transcode | ( | const XalanXMLByte * | theSourceData, | |
| size_type | theSourceCount, | |||
| XalanDOMChar * | theTarget, | |||
| size_type | theTargetSize, | |||
| size_type & | theSourceCharsTranscoded, | |||
| size_type & | theTargetBytesUsed, | |||
| unsigned char * | theCharSizes | |||
| ) | [virtual] |
Transcode data from the transcoder's encoding to UTF-16.
If successfull, theResult will be set to OK. If not, it will be set to one of the other codes.
| theSourceData | The source data to transcode | |
| theSourceCount | The length of the source data. | |
| theTarget | The target array for storing the transcoded data. | |
| theTargetSize | The number of characters that can be stored in the target. | |
| theSourceCharsTranscoded | The count of the source characters that were transcoded. | |
| theTargetBytesUsed | The number of characters stored in the target array | |
| theCharSizes | For each character in theTarget, the number of characters consumed from theSourceData. |
Implements XalanOutputTranscoder.
| virtual eCode XalanToXercesTranscoderWrapper::transcode | ( | const XalanDOMChar * | theSourceData, | |
| size_type | theSourceCount, | |||
| XalanXMLByte * | theTarget, | |||
| size_type | theTargetSize, | |||
| size_type & | theSourceCharsTranscoded, | |||
| size_type & | theTargetBytesUsed | |||
| ) | [virtual] |
Transcode data from UTF-16 to the transcoder's encoding.
If successfull, theResult will be set to OK. If not, it will be set to one of the other codes.
| theSourceData | The source data to transcode | |
| theSourceCount | The length of the source data. | |
| theTarget | The target array for storing the transcoded data. | |
| theTargetSize | The number of characters that can be stored in the target. | |
| theSourceCharsTranscoded | The count of the source characters that were transcoded. | |
| theTargetBytesUsed | The number of characters stored in the target array |
Implements XalanOutputTranscoder.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|