Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | List of all members
XalanEncodingPropertyCache Class Reference

#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 XalanOutputTranscodergetTranscoder () const
 
void setTranscoder (const XalanOutputTranscoder *theTranscoder)
 

Detailed Description

Definition at line 44 of file XalanEncodingPropertyCache.hpp.

Constructor & Destructor Documentation

◆ XalanEncodingPropertyCache()

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

◆ ~XalanEncodingPropertyCache()

XalanEncodingPropertyCache::~XalanEncodingPropertyCache ( )

Member Function Documentation

◆ canEncodeCharacter()

bool XalanEncodingPropertyCache::canEncodeCharacter ( XalanUnicodeChar  theChar) const

◆ getTranscoder()

const XalanOutputTranscoder* XalanEncodingPropertyCache::getTranscoder ( ) const
inline

Definition at line 59 of file XalanEncodingPropertyCache.hpp.

◆ setTranscoder()

void 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:

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.

Apache Logo