#include <XalanEncodingPropertyCache.hpp>
Public Member Functions | |
XalanEncodingPropertyCache (MemoryManager &theManager, size_t theCacheSize=XalanDOMChar(~0), const XalanOutputTranscoder *theTranscoder=0) | |
~XalanEncodingPropertyCache () | |
bool | canEncodeCharacter (XalanUnicodeChar theChar) const |
const XalanOutputTranscoder * | getTranscoder () const |
void | setTranscoder (const XalanOutputTranscoder *theTranscoder) |
Definition at line 44 of file XalanEncodingPropertyCache.hpp.
XalanEncodingPropertyCache::XalanEncodingPropertyCache | ( | MemoryManager & | theManager, |
size_t | theCacheSize = XalanDOMChar(~0) , |
||
const XalanOutputTranscoder * | theTranscoder = 0 |
||
) |
XalanEncodingPropertyCache::~XalanEncodingPropertyCache | ( | ) |
bool XalanEncodingPropertyCache::canEncodeCharacter | ( | XalanUnicodeChar | theChar | ) | const |
|
inline |
Definition at line 59 of file XalanEncodingPropertyCache.hpp.
|
inline |
Definition at line 65 of file XalanEncodingPropertyCache.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|