blob: 2a295e2fe401e2b0743e9c1b0d242c324fdd4401 [file] [log] [blame]
<HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
<BODY>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center">The Xalan C++ XSLT Processor Version 1.10</h3>
</BODY>
<!-- Generated by Doxygen 1.2.8.1 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>XalanOtherEncodingWriter Class Template Reference</h1><code>#include &lt;<a class="el" href="XalanOtherEncodingWriter_8hpp-source.html">XalanOtherEncodingWriter.hpp</a>&gt;</code>
<p>
Inheritance diagram for XalanOtherEncodingWriter:<p><center><img src="classXalanOtherEncodingWriter__inherit__graph.gif" border="0" usemap="#XalanOtherEncodingWriter_inherit_map" alt="Inheritance graph"></center>
<map name="XalanOtherEncodingWriter_inherit_map">
<area href="classXalanFormatterWriter.html" shape="rect" coords="23,42,166,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XalanOtherEncodingWriter:<p><center><img src="classXalanOtherEncodingWriter__coll__graph.gif" border="0" usemap="#XalanOtherEncodingWriter_coll_map" alt="Collaboration graph"></center>
<map name="XalanOtherEncodingWriter_coll_map">
<area href="classXalanFormatterWriter.html" shape="rect" coords="117,32,261,8">
<area href="classXalanOtherEncodingWriter_1_1ThrowTranscodingException.html" shape="rect" coords="19,84,360,60">
<area href="classXalanOtherEncodingWriter_1_1WriteCharRef.html" shape="rect" coords="59,209,320,185">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXalanOtherEncodingWriter-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef XalanOtherEncodingWriter&lt;<br>
Predicate, ConstantsType&gt; <a class="el" href="classXalanOtherEncodingWriter.html#s0">ThisType</a>
<li>typedef XalanDOMChar <a class="el" href="classXalanOtherEncodingWriter.html#s1">value_type</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanOtherEncodingWriter.html#a0">XalanOtherEncodingWriter</a> (<a class="el" href="classWriter.html">Writer</a> &amp;writer, MemoryManager &amp;theMemoryManager)
<li>virtual <a class="el" href="classXalanOtherEncodingWriter.html#a1">~XalanOtherEncodingWriter</a> ()
<li>void <a class="el" href="classXalanOtherEncodingWriter.html#a2">outputNewline</a> ()
<dl class="el"><dd><font size=-1><em>Output a line break.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li><a class="el" href="XalanMap_8hpp.html#a1">size_type</a> <a class="el" href="classXalanOtherEncodingWriter.html#a3">writeCDATAChar</a> (const XalanDOMChar chars[], <a class="el" href="XalanMap_8hpp.html#a1">size_type</a> start, <a class="el" href="XalanMap_8hpp.html#a1">size_type</a> length, bool &amp;outsideCDATA)
<dl class="el"><dd><font size=-1><em>Writes CDATA chars , if not presentable, fixes it with addition CDATA sections.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXalanOtherEncodingWriter.html#a4">writeNameChar</a> (const XalanDOMChar *data, <a class="el" href="XalanMap_8hpp.html#a1">size_type</a> theLength)
<dl class="el"><dd><font size=-1><em>Writes name characters.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXalanOtherEncodingWriter.html#a5">writePIChars</a> (const XalanDOMChar *data, <a class="el" href="XalanMap_8hpp.html#a1">size_type</a> theLength)
<dl class="el"><dd><font size=-1><em>Writes PI characters.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXalanOtherEncodingWriter.html#a6">writeCommentChars</a> (const XalanDOMChar *data, <a class="el" href="XalanMap_8hpp.html#a1">size_type</a> theLength)
<dl class="el"><dd><font size=-1><em>Writes comment characters.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXalanOtherEncodingWriter.html#a7">write</a> (const XalanDOMChar *theChars, <a class="el" href="XalanMap_8hpp.html#a1">size_type</a> theLength)
<li>void <a class="el" href="classXalanOtherEncodingWriter.html#a8">write</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theChars)
<li>void <a class="el" href="classXalanOtherEncodingWriter.html#a9">write</a> (XalanDOMChar theChar)
<dl class="el"><dd><font size=-1><em>Writes writes a UTF-16 code unit that isn't part of the surrogate pair.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li><a class="el" href="XalanMap_8hpp.html#a1">size_type</a> <a class="el" href="classXalanOtherEncodingWriter.html#a10">write</a> (const XalanDOMChar chars[], <a class="el" href="XalanMap_8hpp.html#a1">size_type</a> start, <a class="el" href="XalanMap_8hpp.html#a1">size_type</a> length)
<li>void <a class="el" href="classXalanOtherEncodingWriter.html#a11">writeSafe</a> (const XalanDOMChar *theChars, <a class="el" href="XalanMap_8hpp.html#a1">size_type</a> theLength)
<li>void <a class="el" href="classXalanOtherEncodingWriter.html#a12">write</a> (const XalanDOMChar *theChars)
<li>void <a class="el" href="classXalanOtherEncodingWriter.html#a13">flushWriter</a> ()
<li>void <a class="el" href="classXalanOtherEncodingWriter.html#a14">flushBuffer</a> ()
</ul>
<h2>Friends</h2>
<ul>
<li>class <a class="el" href="#l0">WriteCharRef</a>
<li>class <a class="el" href="#l1">ThrowTranscodingException</a>
</ul>
<h3>template&lt;class Predicate, class ConstantsType&gt; class XalanOtherEncodingWriter</h3>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="XalanOtherEncodingWriter::ThisType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef XalanOtherEncodingWriter&lt; Predicate, ConstantsType &gt; XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::ThisType&lt;Predicate, ConstantsType&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s1" doxytag="XalanOtherEncodingWriter::value_type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef XalanDOMChar XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::value_type
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanOtherEncodingWriter::XalanOtherEncodingWriter"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt; (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classWriter.html">Writer</a> &amp; <em>writer</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
MemoryManager &amp; <em>theMemoryManager</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a1" doxytag="XalanOtherEncodingWriter::~XalanOtherEncodingWriter"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::~XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt; (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a14" doxytag="XalanOtherEncodingWriter::flushBuffer"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::flushBuffer (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a13" doxytag="XalanOtherEncodingWriter::flushWriter"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::flushWriter (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a2" doxytag="XalanOtherEncodingWriter::outputNewline"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::outputNewline (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Output a line break.
<p>
</td>
</tr>
</table>
<a name="a12" doxytag="XalanOtherEncodingWriter::write"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::write (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>theChars</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a10" doxytag="XalanOtherEncodingWriter::write"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="XalanMap_8hpp.html#a1">size_type</a> XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::write (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar <em>chars</em>[],
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMap_8hpp.html#a1">size_type</a> <em>start</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMap_8hpp.html#a1">size_type</a> <em>length</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a9" doxytag="XalanOtherEncodingWriter::write"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::write (
</b></td>
<td valign="bottom"><b>
XalanDOMChar <em>theChar</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Writes writes a UTF-16 code unit that isn't part of the surrogate pair.
<p>
</td>
</tr>
</table>
<a name="a8" doxytag="XalanOtherEncodingWriter::write"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::write (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theChars</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a7" doxytag="XalanOtherEncodingWriter::write"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::write (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>theChars</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMap_8hpp.html#a1">size_type</a> <em>theLength</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a3" doxytag="XalanOtherEncodingWriter::writeCDATAChar"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="XalanMap_8hpp.html#a1">size_type</a> XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::writeCDATAChar (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar <em>chars</em>[],
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMap_8hpp.html#a1">size_type</a> <em>start</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMap_8hpp.html#a1">size_type</a> <em>length</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool &amp; <em>outsideCDATA</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Writes CDATA chars , if not presentable, fixes it with addition CDATA sections.
<p>
</td>
</tr>
</table>
<a name="a6" doxytag="XalanOtherEncodingWriter::writeCommentChars"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::writeCommentChars (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>data</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMap_8hpp.html#a1">size_type</a> <em>theLength</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Writes comment characters.
<p>
If a character is not representable, or must be written as a character reference for compatibility with XML 1.1, an exception is thrown. </td>
</tr>
</table>
<a name="a4" doxytag="XalanOtherEncodingWriter::writeNameChar"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::writeNameChar (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>data</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMap_8hpp.html#a1">size_type</a> <em>theLength</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Writes name characters.
<p>
If a character is not representable, an exception is thrown. </td>
</tr>
</table>
<a name="a5" doxytag="XalanOtherEncodingWriter::writePIChars"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::writePIChars (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>data</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMap_8hpp.html#a1">size_type</a> <em>theLength</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Writes PI characters.
<p>
If a character is not representable, an exception is thrown. </td>
</tr>
</table>
<a name="a11" doxytag="XalanOtherEncodingWriter::writeSafe"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanOtherEncodingWriter&lt;Predicate, ConstantsType&gt;::writeSafe (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>theChars</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMap_8hpp.html#a1">size_type</a> <em>theLength</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Friends And Related Function Documentation</h2>
<a name="l1" doxytag="XalanOtherEncodingWriter::ThrowTranscodingException"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
class ThrowTranscodingException<code> [friend]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="l0" doxytag="XalanOtherEncodingWriter::WriteCharRef"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Predicate, class ConstantsType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
class WriteCharRef<code> [friend]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanOtherEncodingWriter_8hpp-source.html">XalanOtherEncodingWriter.hpp</a></ul>
<p align="center"><a href="diagramnotes.html">Interpreting class diagrams</a></p>
<p><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><A href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</A> and
<A href="http://www.research.att.com/sw/tools/graphviz/">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="820"><TR><TD bgcolor="#0086b2"><IMG height="1" src="../resources/dot.gif" width="1" alt="dot"></TD></TR></TABLE>
<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.10</B><BR>
Copyright &copy; 1999-2004 The Apache Software Foundation. All Rights Reserved.</i></p>
</TD>
</TR>
<TR>
<TD WIDTH="100%">
<P ALIGN="CENTER"><IMG SRC="ApacheLogo.jpg" WIDTH="387" HEIGHT="100" ALIGN="BOTTOM" BORDER="0" ALT="Apache Logo">
</TD>
</TR>
</TABLE>