Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALANTOXERCESTRANSCODERWRAPPER_HEADER_GUARD_1357924680)
19 #define XALANTOXERCESTRANSCODERWRAPPER_HEADER_GUARD_1357924680
33 XALAN_DECLARE_XERCES_CLASS(XMLTranscoder)
37 XALAN_CPP_NAMESPACE_BEGIN
58 const XalanDOMChar* theSourceData,
69 XalanDOMChar* theTarget,
73 unsigned char* theCharSizes);
93 XALAN_CPP_NAMESPACE_END
97 #endif // XALANTOXERCESTRANSCODERWRAPPER_HEADER_GUARD_1357924680
XalanTranscodingServices::size_type size_type
XalanToXercesTranscoderWrapper(MemoryManager &theManager, XMLTranscoderType &theTranscoder)
virtual eCode transcode(const XalanXMLByte *theSourceData, size_type theSourceCount, XalanDOMChar *theTarget, size_type theTargetSize, size_type &theSourceCharsTranscoded, size_type &theTargetBytesUsed, unsigned char *theCharSizes)
Transcode data from the transcoder's encoding to UTF-16.
virtual ~XalanToXercesTranscoderWrapper()
XalanTranscodingServices::XalanXMLByte XalanXMLByte
virtual bool canTranscodeTo(XalanUnicodeChar theChar) const
virtual eCode transcode(const XalanDOMChar *theSourceData, size_type theSourceCount, XalanXMLByte *theTarget, size_type theTargetSize, size_type &theSourceCharsTranscoded, size_type &theTargetBytesUsed)
Transcode data from UTF-16 to the transcoder's encoding.
static XalanToXercesTranscoderWrapper * create(MemoryManager &theManager, XMLTranscoderType &theTranscoder)
XERCES_CPP_NAMESPACE_QUALIFIER XMLTranscoder XMLTranscoderType
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.
|
|