blob: a8c99d2818a8637c1ae7177a3d7189b3c2042a90 [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>XSLTResultTarget Class Reference</h1><code>#include &lt;<a class="el" href="XSLTResultTarget_8hpp-source.html">XSLTResultTarget.hpp</a>&gt;</code>
<p>
Collaboration diagram for XSLTResultTarget:<p><center><img src="classXSLTResultTarget__coll__graph.gif" border="0" usemap="#XSLTResultTarget_coll_map" alt="Collaboration graph"></center>
<map name="XSLTResultTarget_coll_map">
<area href="classFormatterListener.html" shape="rect" coords="6,43,124,19">
<area href="classXalanDOMString.html" shape="rect" coords="166,43,283,19">
<area href="classWriter.html" shape="rect" coords="313,43,369,19">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXSLTResultTarget-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef std::ostream <a class="el" href="classXSLTResultTarget.html#s0">StreamType</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXSLTResultTarget.html#a0">XSLTResultTarget</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
<li><a class="el" href="classXSLTResultTarget.html#a1">XSLTResultTarget</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;fileName, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
<dl class="el"><dd><font size=-1><em>Create a new output target with a file name.</em> <a href="#a1">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXSLTResultTarget.html#a2">XSLTResultTarget</a> (const XalanDOMChar *fileName, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
<dl class="el"><dd><font size=-1><em>Create a new output target with a file name.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXSLTResultTarget.html#a3">XSLTResultTarget</a> (const char *fileName, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
<dl class="el"><dd><font size=-1><em>Create a new output target with a file name.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXSLTResultTarget.html#a4">XSLTResultTarget</a> (<a class="el" href="classXSLTResultTarget.html#s0">StreamType</a> *theStream, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
<dl class="el"><dd><font size=-1><em>Create a new output target with a stream.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXSLTResultTarget.html#a5">XSLTResultTarget</a> (<a class="el" href="classXSLTResultTarget.html#s0">StreamType</a> &amp;theStream, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
<dl class="el"><dd><font size=-1><em>Create a new output target with a stream.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXSLTResultTarget.html#a6">XSLTResultTarget</a> (<a class="el" href="classWriter.html">Writer</a> *characterStream, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
<dl class="el"><dd><font size=-1><em>Create a new output target with a character stream.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXSLTResultTarget.html#a7">XSLTResultTarget</a> (FILE *characterStream, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
<dl class="el"><dd><font size=-1><em>Create a new output target with a stream.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXSLTResultTarget.html#a8">XSLTResultTarget</a> (<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;flistener, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
<dl class="el"><dd><font size=-1><em>Create a new output target with a <a class="el" href="classFormatterListener.html">FormatterListener</a>.</em> <a href="#a8">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXSLTResultTarget.html#a9">XSLTResultTarget</a> (const XSLTResultTarget &amp;other, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
<li><a class="el" href="classXSLTResultTarget.html#a10">~XSLTResultTarget</a> ()
<li>void <a class="el" href="classXSLTResultTarget.html#a11">setFileName</a> (const char *fileName)
<dl class="el"><dd><font size=-1><em>Set the file name where the results will be written.</em> <a href="#a11">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXSLTResultTarget.html#a12">setFileName</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;fileName)
<dl class="el"><dd><font size=-1><em>Set the file name where the results will be written.</em> <a href="#a12">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXSLTResultTarget.html#a13">getFileName</a> () const
<dl class="el"><dd><font size=-1><em>Get the file name where the results will be written to.</em> <a href="#a13">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXSLTResultTarget.html#a14">setByteStream</a> (<a class="el" href="classXSLTResultTarget.html#s0">StreamType</a> *byteStream)
<dl class="el"><dd><font size=-1><em>Set the byte stream for this output target.</em> <a href="#a14">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXSLTResultTarget.html#s0">StreamType</a>* <a class="el" href="classXSLTResultTarget.html#a15">getByteStream</a> () const
<dl class="el"><dd><font size=-1><em>Get the byte stream for this output target.</em> <a href="#a15">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXSLTResultTarget.html#a16">setEncoding</a> (const XalanDOMChar *encoding)
<dl class="el"><dd><font size=-1><em>Set the character encoding, if known.</em> <a href="#a16">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXSLTResultTarget.html#a17">setEncoding</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;encoding)
<dl class="el"><dd><font size=-1><em>Set the character encoding, if known.</em> <a href="#a17">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXSLTResultTarget.html#a18">getEncoding</a> () const
<dl class="el"><dd><font size=-1><em>Get the character encoding in use.</em> <a href="#a18">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXSLTResultTarget.html#a19">setCharacterStream</a> (<a class="el" href="classWriter.html">Writer</a> *characterStream)
<dl class="el"><dd><font size=-1><em>Set the character stream for this output target.</em> <a href="#a19">More...</a><em><br><br></em></font></dl><li><a class="el" href="classWriter.html">Writer</a>* <a class="el" href="classXSLTResultTarget.html#a20">getCharacterStream</a> () const
<dl class="el"><dd><font size=-1><em>Get the character stream for this output target.</em> <a href="#a20">More...</a><em><br><br></em></font></dl><li>FILE* <a class="el" href="classXSLTResultTarget.html#a21">getStream</a> () const
<dl class="el"><dd><font size=-1><em>Get the stream for this output target.</em> <a href="#a21">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXSLTResultTarget.html#a22">setStream</a> (FILE *theStream)
<dl class="el"><dd><font size=-1><em>Set the stream for this output target.</em> <a href="#a22">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXSLTResultTarget.html#a23">setFormatterListener</a> (<a class="el" href="classFormatterListener.html">FormatterListener</a> *handler)
<dl class="el"><dd><font size=-1><em>Set a <a class="el" href="classFormatterListener.html">FormatterListener</a> to process the result tree events.</em> <a href="#a23">More...</a><em><br><br></em></font></dl><li><a class="el" href="classFormatterListener.html">FormatterListener</a>* <a class="el" href="classXSLTResultTarget.html#a24">getFormatterListener</a> () const
<dl class="el"><dd><font size=-1><em>Get the <a class="el" href="classFormatterListener.html">FormatterListener</a> that will process the result tree events.</em> <a href="#a24">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="XSLTResultTarget::StreamType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef std::ostream XSLTResultTarget::StreamType
</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="XSLTResultTarget::XSLTResultTarget"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XSLTResultTarget::XSLTResultTarget (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR</em>&nbsp;)<code> [explicit]</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="a1" doxytag="XSLTResultTarget::XSLTResultTarget"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XSLTResultTarget::XSLTResultTarget (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>fileName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a new output target with a file name.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>fileName</em>
&nbsp;</td><td>
valid system file name </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a2" doxytag="XSLTResultTarget::XSLTResultTarget"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XSLTResultTarget::XSLTResultTarget (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>fileName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a new output target with a file name.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>fileName</em>
&nbsp;</td><td>
valid system file name </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a3" doxytag="XSLTResultTarget::XSLTResultTarget"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XSLTResultTarget::XSLTResultTarget (
</b></td>
<td valign="bottom"><b>
const char * <em>fileName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a new output target with a file name.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>fileName</em>
&nbsp;</td><td>
valid system file name </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a4" doxytag="XSLTResultTarget::XSLTResultTarget"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XSLTResultTarget::XSLTResultTarget (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXSLTResultTarget.html#s0">StreamType</a> * <em>theStream</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a new output target with a stream.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>byteStream</em>
&nbsp;</td><td>
a pointer to a std ostream for the output </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a5" doxytag="XSLTResultTarget::XSLTResultTarget"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XSLTResultTarget::XSLTResultTarget (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXSLTResultTarget.html#s0">StreamType</a> &amp; <em>theStream</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a new output target with a stream.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>byteStream</em>
&nbsp;</td><td>
a reference to a std ostream for the output </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a6" doxytag="XSLTResultTarget::XSLTResultTarget"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XSLTResultTarget::XSLTResultTarget (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classWriter.html">Writer</a> * <em>characterStream</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a new output target with a character stream.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>characterStream</em>
&nbsp;</td><td>
pointer to character stream where the results will be written </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a7" doxytag="XSLTResultTarget::XSLTResultTarget"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XSLTResultTarget::XSLTResultTarget (
</b></td>
<td valign="bottom"><b>
FILE * <em>characterStream</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a new output target with a stream.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>characterStream</em>
&nbsp;</td><td>
pointer to character stream where the results will be written </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a8" doxytag="XSLTResultTarget::XSLTResultTarget"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XSLTResultTarget::XSLTResultTarget (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp; <em>flistener</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a new output target with a <a class="el" href="classFormatterListener.html">FormatterListener</a>.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>flistener</em>
&nbsp;</td><td>
A <a class="el" href="classFormatterListener.html">FormatterListener</a> instance for result tree events. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a9" doxytag="XSLTResultTarget::XSLTResultTarget"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XSLTResultTarget::XSLTResultTarget (
</b></td>
<td valign="bottom"><b>
const XSLTResultTarget &amp; <em>other</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR</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="XSLTResultTarget::~XSLTResultTarget"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XSLTResultTarget::~XSLTResultTarget (
</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>
<hr><h2>Member Function Documentation</h2>
<a name="a15" doxytag="XSLTResultTarget::getByteStream"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXSLTResultTarget.html#s0">StreamType</a> * XSLTResultTarget::getByteStream (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the byte stream for this output target.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
pointer to byte stream, or null if none was supplied. </dl> </td>
</tr>
</table>
<a name="a20" doxytag="XSLTResultTarget::getCharacterStream"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classWriter.html">Writer</a> * XSLTResultTarget::getCharacterStream (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the character stream for this output target.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
pointer to character stream, or null if none was supplied. </dl> </td>
</tr>
</table>
<a name="a18" doxytag="XSLTResultTarget::getEncoding"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XSLTResultTarget::getEncoding (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the character encoding in use.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
encoding string, or empty string if none was supplied. </dl> </td>
</tr>
</table>
<a name="a13" doxytag="XSLTResultTarget::getFileName"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XSLTResultTarget::getFileName (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the file name where the results will be written to.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
file name string </dl> </td>
</tr>
</table>
<a name="a24" doxytag="XSLTResultTarget::getFormatterListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> * XSLTResultTarget::getFormatterListener (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the <a class="el" href="classFormatterListener.html">FormatterListener</a> that will process the result tree events.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
pointer to new listener </dl> </td>
</tr>
</table>
<a name="a21" doxytag="XSLTResultTarget::getStream"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
FILE * XSLTResultTarget::getStream (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the stream for this output target.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
pointer to stream, or null if none was supplied. </dl> </td>
</tr>
</table>
<a name="a14" doxytag="XSLTResultTarget::setByteStream"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XSLTResultTarget::setByteStream (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXSLTResultTarget.html#s0">StreamType</a> * <em>byteStream</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the byte stream for this output target.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>byteStream</em>
&nbsp;</td><td>
pointer to byte stream that will contain the result document </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a19" doxytag="XSLTResultTarget::setCharacterStream"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XSLTResultTarget::setCharacterStream (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classWriter.html">Writer</a> * <em>characterStream</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the character stream for this output target.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>characterStream</em>
&nbsp;</td><td>
pointer to character stream that will contain the result document </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a17" doxytag="XSLTResultTarget::setEncoding"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XSLTResultTarget::setEncoding (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>encoding</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the character encoding, if known.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>encoding</em>
&nbsp;</td><td>
new encoding string </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a16" doxytag="XSLTResultTarget::setEncoding"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XSLTResultTarget::setEncoding (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>encoding</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the character encoding, if known.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>encoding</em>
&nbsp;</td><td>
new encoding string </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a12" doxytag="XSLTResultTarget::setFileName"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XSLTResultTarget::setFileName (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>fileName</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the file name where the results will be written.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>fileName</em>
&nbsp;</td><td>
system identifier as a string </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a11" doxytag="XSLTResultTarget::setFileName"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XSLTResultTarget::setFileName (
</b></td>
<td valign="bottom"><b>
const char * <em>fileName</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the file name where the results will be written.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>fileName</em>
&nbsp;</td><td>
system identifier as a string </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a23" doxytag="XSLTResultTarget::setFormatterListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XSLTResultTarget::setFormatterListener (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> * <em>handler</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set a <a class="el" href="classFormatterListener.html">FormatterListener</a> to process the result tree events.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>handler</em>
&nbsp;</td><td>
pointer to new listener </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a22" doxytag="XSLTResultTarget::setStream"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XSLTResultTarget::setStream (
</b></td>
<td valign="bottom"><b>
FILE * <em>theStream</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the stream for this output target.
<p>
@theStream pointer to stream. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XSLTResultTarget_8hpp-source.html">XSLTResultTarget.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>