blob: 8349584c20db092f5e5d8a1d34ebfee8d883810a [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Xalan-C++ API : Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<!-- The head section is copied from Doxygen 1.7.1 generated default output -->
<body>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center"><a href="../index.html">The Xalan C++ XSLT Processor Version 1.11</a></h3>
<hr/>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<h1>XalanEncodingPropertyCache Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XalanEncodingPropertyCache" -->
<p><code>#include &lt;<a class="el" href="XalanEncodingPropertyCache_8hpp_source.html">XalanEncodingPropertyCache.hpp</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for XalanEncodingPropertyCache:</div>
<div class="dyncontent">
<div class="center"><img src="classXalanEncodingPropertyCache__coll__graph.png" border="0" usemap="#XalanEncodingPropertyCache_coll__map" alt="Collaboration graph"/></div>
<map name="XalanEncodingPropertyCache_coll__map" id="XalanEncodingPropertyCache_coll__map">
<area shape="rect" id="node2" href="classXalanBitmap.html" title="XalanBitmap" alt="" coords="45,101,149,131"/><area shape="rect" id="node4" href="classXalanVector.html" title="XalanVector\&lt; UnitType \&gt;" alt="" coords="5,5,189,35"/><area shape="rect" id="node6" href="classXalanOutputTranscoder.html" title="XalanOutputTranscoder" alt="" coords="173,101,347,131"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXalanEncodingPropertyCache-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXalanEncodingPropertyCache.html#adc6e3d7eacee65152bfe4bbeb301dc98">XalanEncodingPropertyCache</a> (MemoryManager &amp;theManager, size_t theCacheSize=XalanDOMChar(~0), const <a class="el" href="classXalanOutputTranscoder.html">XalanOutputTranscoder</a> *theTranscoder=0)
<li><a class="el" href="classXalanEncodingPropertyCache.html#a26e6e4a2189020786c4387ff59611b8d">~XalanEncodingPropertyCache</a> ()
<li>bool <a class="el" href="classXalanEncodingPropertyCache.html#a4ba51bfaec788992063c7728058248b3">canEncodeCharacter</a> (XalanUnicodeChar theChar) const
<li>const <a class="el" href="classXalanOutputTranscoder.html">XalanOutputTranscoder</a> * <a class="el" href="classXalanEncodingPropertyCache.html#a51af23f0caa83da893b700a5b077744e">getTranscoder</a> () const
<li>void <a class="el" href="classXalanEncodingPropertyCache.html#a68d6aabb7cf5a19704615a1a0067c596">setTranscoder</a> (const <a class="el" href="classXalanOutputTranscoder.html">XalanOutputTranscoder</a> *theTranscoder)
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XalanEncodingPropertyCache_8hpp_source.html#l00044">44</a> of file <a class="el" href="XalanEncodingPropertyCache_8hpp_source.html">XalanEncodingPropertyCache.hpp</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="adc6e3d7eacee65152bfe4bbeb301dc98"></a><!-- doxytag: member="XalanEncodingPropertyCache::XalanEncodingPropertyCache" ref="adc6e3d7eacee65152bfe4bbeb301dc98" args="(MemoryManager &amp;theManager, size_t theCacheSize=XalanDOMChar(~0), const XalanOutputTranscoder *theTranscoder=0)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanEncodingPropertyCache::XalanEncodingPropertyCache </td>
<td>(</td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t&nbsp;</td>
<td class="paramname"> <em>theCacheSize</em> = <code>XalanDOMChar(~0)</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanOutputTranscoder.html">XalanOutputTranscoder</a> *&nbsp;</td>
<td class="paramname"> <em>theTranscoder</em> = <code>0</code></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a26e6e4a2189020786c4387ff59611b8d"></a><!-- doxytag: member="XalanEncodingPropertyCache::~XalanEncodingPropertyCache" ref="a26e6e4a2189020786c4387ff59611b8d" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanEncodingPropertyCache::~XalanEncodingPropertyCache </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a4ba51bfaec788992063c7728058248b3"></a><!-- doxytag: member="XalanEncodingPropertyCache::canEncodeCharacter" ref="a4ba51bfaec788992063c7728058248b3" args="(XalanUnicodeChar theChar) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool XalanEncodingPropertyCache::canEncodeCharacter </td>
<td>(</td>
<td class="paramtype">XalanUnicodeChar&nbsp;</td>
<td class="paramname"> <em>theChar</em></td>
<td>&nbsp;)&nbsp;</td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a51af23f0caa83da893b700a5b077744e"></a><!-- doxytag: member="XalanEncodingPropertyCache::getTranscoder" ref="a51af23f0caa83da893b700a5b077744e" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classXalanOutputTranscoder.html">XalanOutputTranscoder</a>* XalanEncodingPropertyCache::getTranscoder </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanEncodingPropertyCache_8hpp_source.html#l00059">59</a> of file <a class="el" href="XalanEncodingPropertyCache_8hpp_source.html">XalanEncodingPropertyCache.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a68d6aabb7cf5a19704615a1a0067c596"></a><!-- doxytag: member="XalanEncodingPropertyCache::setTranscoder" ref="a68d6aabb7cf5a19704615a1a0067c596" args="(const XalanOutputTranscoder *theTranscoder)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XalanEncodingPropertyCache::setTranscoder </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanOutputTranscoder.html">XalanOutputTranscoder</a> *&nbsp;</td>
<td class="paramname"> <em>theTranscoder</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanEncodingPropertyCache_8hpp_source.html#l00065">65</a> of file <a class="el" href="XalanEncodingPropertyCache_8hpp_source.html">XalanEncodingPropertyCache.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanEncodingPropertyCache_8hpp_source.html">XalanEncodingPropertyCache.hpp</a></li>
</ul>
</div>
<p align="center"><a href="graph_legend.html">Interpreting class diagrams</a></p>
<p><font color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><a href="http://www.doxygen.org/">Doxygen</a> and
<a href="http://www.graphviz.org/">GraphViz</a> are
used to generate this API documentation from the Xalan-C header files.</i></font></p>
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td width="80%" valign="top">
<p align="center"><b>Xalan-C++ XSLT Processor Version 1.11</b><br/>
Copyright &copy; 1999-2012 The Apache Software Foundation.<br/>
All Rights Reserved.</p>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><img src="asf_logo_wide.gif" width="268" height="25" align="bottom" border="0" alt="Apache Logo">
</td>
</tr>
</table>
</body>
</html>