Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::XalanEncodingPropertyCache Class Reference

#include <xalanc/PlatformSupport/XalanEncodingPropertyCache.hpp>

Public Member Functions

 XalanEncodingPropertyCache (MemoryManager &theManager, size_t theCacheSize=XalanDOMChar(~0), const XalanOutputTranscoder *theTranscoder=0)
 
 ~XalanEncodingPropertyCache ()
 
bool canEncodeCharacter (XalanUnicodeChar theChar) const
 
const XalanOutputTranscodergetTranscoder () const
 
void setTranscoder (const XalanOutputTranscoder *theTranscoder)
 

Detailed Description

Definition at line 44 of file XalanEncodingPropertyCache.hpp.

Constructor & Destructor Documentation

◆ XalanEncodingPropertyCache()

xalanc::XalanEncodingPropertyCache::XalanEncodingPropertyCache ( MemoryManager &  theManager,
size_t  theCacheSize = XalanDOMChar(~0),
const XalanOutputTranscoder theTranscoder = 0 
)

◆ ~XalanEncodingPropertyCache()

xalanc::XalanEncodingPropertyCache::~XalanEncodingPropertyCache ( )

Member Function Documentation

◆ canEncodeCharacter()

bool xalanc::XalanEncodingPropertyCache::canEncodeCharacter ( XalanUnicodeChar  theChar) const

◆ getTranscoder()

const XalanOutputTranscoder* xalanc::XalanEncodingPropertyCache::getTranscoder ( ) const
inline

Definition at line 59 of file XalanEncodingPropertyCache.hpp.

◆ setTranscoder()

void xalanc::XalanEncodingPropertyCache::setTranscoder ( const XalanOutputTranscoder theTranscoder)
inline

Definition at line 65 of file XalanEncodingPropertyCache.hpp.


The documentation for this class was generated from the following file: