blob: 7b305d715e3e3d663b74feaf85f8058fb7d85755 [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-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<h1>XSLTResultTarget Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XSLTResultTarget" -->
<p><code>#include &lt;<a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for XSLTResultTarget:</div>
<div class="dyncontent">
<div class="center"><img src="classXSLTResultTarget__coll__graph.png" border="0" usemap="#XSLTResultTarget_coll__map" alt="Collaboration graph"/></div>
<map name="XSLTResultTarget_coll__map" id="XSLTResultTarget_coll__map">
<area shape="rect" id="node2" href="classWriter.html" title="Writer" alt="" coords="5,200,64,229"/><area shape="rect" id="node4" href="classFormatterListener.html" title="A SAX&#45;based formatter interface for the XSL processor." alt="" coords="127,200,263,229"/><area shape="rect" id="node6" href="classPrefixResolver.html" title="This class defines an interface for classes that resolve namespace prefixes to their URIs..." alt="" coords="40,101,149,131"/><area shape="rect" id="node8" href="classXalanDOMString.html" title="XalanDOMString" alt="" coords="228,101,356,131"/><area shape="rect" id="node10" href="classXalanVector.html" title="XalanVector\&lt; XalanDOMChar \&gt;" alt="" coords="179,5,405,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXSLTResultTarget-members.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef std::ostream <a class="el" href="classXSLTResultTarget.html#a703a6bd532c6cbc301822071523849cb">StreamType</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXSLTResultTarget.html#ad86159bffb08a06de2193156882b6f28">XSLTResultTarget</a> (MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
<li><a class="el" href="classXSLTResultTarget.html#a6d8b752ba414fc23a776c20d9e933889">XSLTResultTarget</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;fileName, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
<dl class="el"><dd class="mdescRight">Create a new output target with a file name. <a href="#a6d8b752ba414fc23a776c20d9e933889"></a><br/></dl><li><a class="el" href="classXSLTResultTarget.html#ac234a1ec03ebbf00099eedbe7e6c869b">XSLTResultTarget</a> (const XalanDOMChar *fileName, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
<dl class="el"><dd class="mdescRight">Create a new output target with a file name. <a href="#ac234a1ec03ebbf00099eedbe7e6c869b"></a><br/></dl><li><a class="el" href="classXSLTResultTarget.html#aad7333267a7e53749e44dee38c3be137">XSLTResultTarget</a> (const char *fileName, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
<dl class="el"><dd class="mdescRight">Create a new output target with a file name. <a href="#aad7333267a7e53749e44dee38c3be137"></a><br/></dl><li><a class="el" href="classXSLTResultTarget.html#a743c5117cad2ee2541dacac831bf84f2">XSLTResultTarget</a> (<a class="el" href="classXSLTResultTarget.html#a703a6bd532c6cbc301822071523849cb">StreamType</a> *theStream, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
<dl class="el"><dd class="mdescRight">Create a new output target with a stream. <a href="#a743c5117cad2ee2541dacac831bf84f2"></a><br/></dl><li><a class="el" href="classXSLTResultTarget.html#ab3654dd82904fdb2f4c79cf5f3d18357">XSLTResultTarget</a> (<a class="el" href="classXSLTResultTarget.html#a703a6bd532c6cbc301822071523849cb">StreamType</a> &amp;theStream, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
<dl class="el"><dd class="mdescRight">Create a new output target with a stream. <a href="#ab3654dd82904fdb2f4c79cf5f3d18357"></a><br/></dl><li><a class="el" href="classXSLTResultTarget.html#ae978e5078eafd6d825bb7fda449c8b20">XSLTResultTarget</a> (<a class="el" href="classWriter.html">Writer</a> *characterStream, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
<dl class="el"><dd class="mdescRight">Create a new output target with a character stream. <a href="#ae978e5078eafd6d825bb7fda449c8b20"></a><br/></dl><li><a class="el" href="classXSLTResultTarget.html#a825b8b6c0889cab3a0214318855ffb95">XSLTResultTarget</a> (FILE *characterStream, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
<dl class="el"><dd class="mdescRight">Create a new output target with a stream. <a href="#a825b8b6c0889cab3a0214318855ffb95"></a><br/></dl><li><a class="el" href="classXSLTResultTarget.html#a33777479bc7fb662f3b82cab13d4b0cf">XSLTResultTarget</a> (<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;flistener, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
<dl class="el"><dd class="mdescRight">Create a new output target with a <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a>. <a href="#a33777479bc7fb662f3b82cab13d4b0cf"></a><br/></dl><li><a class="el" href="classXSLTResultTarget.html#a0a79dce884d520c0d7804fa997e4b838">XSLTResultTarget</a> (const <a class="el" href="classXSLTResultTarget.html">XSLTResultTarget</a> &amp;other, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
<li><a class="el" href="classXSLTResultTarget.html#a32403e40b0d1016c9c62bbe3cba20d0a">~XSLTResultTarget</a> ()
<li>void <a class="el" href="classXSLTResultTarget.html#a732ef8fd9d5ecb894e99271ede354474">setFileName</a> (const char *fileName)
<dl class="el"><dd class="mdescRight">Set the file name where the results will be written. <a href="#a732ef8fd9d5ecb894e99271ede354474"></a><br/></dl><li>void <a class="el" href="classXSLTResultTarget.html#ab53762a87ee6345fb90f500a48f73218">setFileName</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;fileName)
<dl class="el"><dd class="mdescRight">Set the file name where the results will be written. <a href="#ab53762a87ee6345fb90f500a48f73218"></a><br/></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXSLTResultTarget.html#ac6c671d302520693892ed0a040b93be6">getFileName</a> () const
<dl class="el"><dd class="mdescRight">Get the file name where the results will be written to. <a href="#ac6c671d302520693892ed0a040b93be6"></a><br/></dl><li>void <a class="el" href="classXSLTResultTarget.html#ac2504b27840e4d7e37b8f10b1b7142e8">setByteStream</a> (<a class="el" href="classXSLTResultTarget.html#a703a6bd532c6cbc301822071523849cb">StreamType</a> *byteStream)
<dl class="el"><dd class="mdescRight">Set the byte stream for this output target. <a href="#ac2504b27840e4d7e37b8f10b1b7142e8"></a><br/></dl><li><a class="el" href="classXSLTResultTarget.html#a703a6bd532c6cbc301822071523849cb">StreamType</a> * <a class="el" href="classXSLTResultTarget.html#aaa947b210447bbfa82c8f040912415d5">getByteStream</a> () const
<dl class="el"><dd class="mdescRight">Get the byte stream for this output target. <a href="#aaa947b210447bbfa82c8f040912415d5"></a><br/></dl><li>void <a class="el" href="classXSLTResultTarget.html#a900cbbe313aeac4cb53b558bd0536b35">setEncoding</a> (const XalanDOMChar *encoding)
<dl class="el"><dd class="mdescRight">Set the character encoding, if known. <a href="#a900cbbe313aeac4cb53b558bd0536b35"></a><br/></dl><li>void <a class="el" href="classXSLTResultTarget.html#abc6d58e6ace28a588ef3daff09471ea9">setEncoding</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;encoding)
<dl class="el"><dd class="mdescRight">Set the character encoding, if known. <a href="#abc6d58e6ace28a588ef3daff09471ea9"></a><br/></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXSLTResultTarget.html#a8f123aaf73eb16cfd91f12e51db8d707">getEncoding</a> () const
<dl class="el"><dd class="mdescRight">Get the character encoding in use. <a href="#a8f123aaf73eb16cfd91f12e51db8d707"></a><br/></dl><li>void <a class="el" href="classXSLTResultTarget.html#a6870cbca81f15c35fc0d39f585a57bf7">setCharacterStream</a> (<a class="el" href="classWriter.html">Writer</a> *characterStream)
<dl class="el"><dd class="mdescRight">Set the character stream for this output target. <a href="#a6870cbca81f15c35fc0d39f585a57bf7"></a><br/></dl><li><a class="el" href="classWriter.html">Writer</a> * <a class="el" href="classXSLTResultTarget.html#af12d69ad6fce9b5564a3eb988ee1cd82">getCharacterStream</a> () const
<dl class="el"><dd class="mdescRight">Get the character stream for this output target. <a href="#af12d69ad6fce9b5564a3eb988ee1cd82"></a><br/></dl><li>FILE * <a class="el" href="classXSLTResultTarget.html#a2ad7e5e388217c009a55afa3229c654d">getStream</a> () const
<dl class="el"><dd class="mdescRight">Get the stream for this output target. <a href="#a2ad7e5e388217c009a55afa3229c654d"></a><br/></dl><li>void <a class="el" href="classXSLTResultTarget.html#a7f12324c40ca09f531dd84ec63eb713d">setStream</a> (FILE *theStream)
<dl class="el"><dd class="mdescRight">Set the stream for this output target. <a href="#a7f12324c40ca09f531dd84ec63eb713d"></a><br/></dl><li>void <a class="el" href="classXSLTResultTarget.html#a663aec88d063b6e85e221c54e75e1e27">setFormatterListener</a> (<a class="el" href="classFormatterListener.html">FormatterListener</a> *handler)
<dl class="el"><dd class="mdescRight">Set a <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> to process the result tree events. <a href="#a663aec88d063b6e85e221c54e75e1e27"></a><br/></dl><li><a class="el" href="classFormatterListener.html">FormatterListener</a> * <a class="el" href="classXSLTResultTarget.html#a673bdf9cd93b2520532711b134d4004f">getFormatterListener</a> () const
<dl class="el"><dd class="mdescRight">Get the <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> that will process the result tree events. <a href="#a673bdf9cd93b2520532711b134d4004f"></a><br/></dl></ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00049">49</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a703a6bd532c6cbc301822071523849cb"></a><!-- doxytag: member="XSLTResultTarget::StreamType" ref="a703a6bd532c6cbc301822071523849cb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::ostream <a class="el" href="classXSLTResultTarget.html#a703a6bd532c6cbc301822071523849cb">XSLTResultTarget::StreamType</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00056">56</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="ad86159bffb08a06de2193156882b6f28"></a><!-- doxytag: member="XSLTResultTarget::XSLTResultTarget" ref="ad86159bffb08a06de2193156882b6f28" args="(MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XSLTResultTarget::XSLTResultTarget </td>
<td>(</td>
<td class="paramtype">MemoryManager &amp;theManager&nbsp;</td>
<td class="paramname"> <em>XALAN_DEFAULT_CONSTRUCTOR_MEMMGR</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [explicit]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a6d8b752ba414fc23a776c20d9e933889"></a><!-- doxytag: member="XSLTResultTarget::XSLTResultTarget" ref="a6d8b752ba414fc23a776c20d9e933889" args="(const XalanDOMString &amp;fileName, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XSLTResultTarget::XSLTResultTarget </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>fileName</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;theManager&nbsp;</td>
<td class="paramname"> <em>XALAN_DEFAULT_CONSTRUCTOR_MEMMGR</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a new output target with a file name. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>fileName</em>&nbsp;</td><td>valid system file name </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ac234a1ec03ebbf00099eedbe7e6c869b"></a><!-- doxytag: member="XSLTResultTarget::XSLTResultTarget" ref="ac234a1ec03ebbf00099eedbe7e6c869b" args="(const XalanDOMChar *fileName, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XSLTResultTarget::XSLTResultTarget </td>
<td>(</td>
<td class="paramtype">const XalanDOMChar *&nbsp;</td>
<td class="paramname"> <em>fileName</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;theManager&nbsp;</td>
<td class="paramname"> <em>XALAN_DEFAULT_CONSTRUCTOR_MEMMGR</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a new output target with a file name. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>fileName</em>&nbsp;</td><td>valid system file name </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="aad7333267a7e53749e44dee38c3be137"></a><!-- doxytag: member="XSLTResultTarget::XSLTResultTarget" ref="aad7333267a7e53749e44dee38c3be137" args="(const char *fileName, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XSLTResultTarget::XSLTResultTarget </td>
<td>(</td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>fileName</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;theManager&nbsp;</td>
<td class="paramname"> <em>XALAN_DEFAULT_CONSTRUCTOR_MEMMGR</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a new output target with a file name. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>fileName</em>&nbsp;</td><td>valid system file name </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a743c5117cad2ee2541dacac831bf84f2"></a><!-- doxytag: member="XSLTResultTarget::XSLTResultTarget" ref="a743c5117cad2ee2541dacac831bf84f2" args="(StreamType *theStream, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XSLTResultTarget::XSLTResultTarget </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXSLTResultTarget.html#a703a6bd532c6cbc301822071523849cb">StreamType</a> *&nbsp;</td>
<td class="paramname"> <em>theStream</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;theManager&nbsp;</td>
<td class="paramname"> <em>XALAN_DEFAULT_CONSTRUCTOR_MEMMGR</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a new output target with a stream. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>byteStream</em>&nbsp;</td><td>a pointer to a std ostream for the output </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ab3654dd82904fdb2f4c79cf5f3d18357"></a><!-- doxytag: member="XSLTResultTarget::XSLTResultTarget" ref="ab3654dd82904fdb2f4c79cf5f3d18357" args="(StreamType &amp;theStream, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XSLTResultTarget::XSLTResultTarget </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXSLTResultTarget.html#a703a6bd532c6cbc301822071523849cb">StreamType</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theStream</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;theManager&nbsp;</td>
<td class="paramname"> <em>XALAN_DEFAULT_CONSTRUCTOR_MEMMGR</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a new output target with a stream. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>byteStream</em>&nbsp;</td><td>a reference to a std ostream for the output </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ae978e5078eafd6d825bb7fda449c8b20"></a><!-- doxytag: member="XSLTResultTarget::XSLTResultTarget" ref="ae978e5078eafd6d825bb7fda449c8b20" args="(Writer *characterStream, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XSLTResultTarget::XSLTResultTarget </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classWriter.html">Writer</a> *&nbsp;</td>
<td class="paramname"> <em>characterStream</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;theManager&nbsp;</td>
<td class="paramname"> <em>XALAN_DEFAULT_CONSTRUCTOR_MEMMGR</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a new output target with a character stream. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>characterStream</em>&nbsp;</td><td>pointer to character stream where the results will be written </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a825b8b6c0889cab3a0214318855ffb95"></a><!-- doxytag: member="XSLTResultTarget::XSLTResultTarget" ref="a825b8b6c0889cab3a0214318855ffb95" args="(FILE *characterStream, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XSLTResultTarget::XSLTResultTarget </td>
<td>(</td>
<td class="paramtype">FILE *&nbsp;</td>
<td class="paramname"> <em>characterStream</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;theManager&nbsp;</td>
<td class="paramname"> <em>XALAN_DEFAULT_CONSTRUCTOR_MEMMGR</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a new output target with a stream. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>characterStream</em>&nbsp;</td><td>pointer to character stream where the results will be written </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a33777479bc7fb662f3b82cab13d4b0cf"></a><!-- doxytag: member="XSLTResultTarget::XSLTResultTarget" ref="a33777479bc7fb662f3b82cab13d4b0cf" args="(FormatterListener &amp;flistener, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XSLTResultTarget::XSLTResultTarget </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;&nbsp;</td>
<td class="paramname"> <em>flistener</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;theManager&nbsp;</td>
<td class="paramname"> <em>XALAN_DEFAULT_CONSTRUCTOR_MEMMGR</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a new output target with a <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a>. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>flistener</em>&nbsp;</td><td>A <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> instance for result tree events. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a0a79dce884d520c0d7804fa997e4b838"></a><!-- doxytag: member="XSLTResultTarget::XSLTResultTarget" ref="a0a79dce884d520c0d7804fa997e4b838" args="(const XSLTResultTarget &amp;other, MemoryManager &amp;theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XSLTResultTarget::XSLTResultTarget </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXSLTResultTarget.html">XSLTResultTarget</a> &amp;&nbsp;</td>
<td class="paramname"> <em>other</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;theManager&nbsp;</td>
<td class="paramname"> <em>XALAN_DEFAULT_CONSTRUCTOR_MEMMGR</em></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="a32403e40b0d1016c9c62bbe3cba20d0a"></a><!-- doxytag: member="XSLTResultTarget::~XSLTResultTarget" ref="a32403e40b0d1016c9c62bbe3cba20d0a" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XSLTResultTarget::~XSLTResultTarget </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="aaa947b210447bbfa82c8f040912415d5"></a><!-- doxytag: member="XSLTResultTarget::getByteStream" ref="aaa947b210447bbfa82c8f040912415d5" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXSLTResultTarget.html#a703a6bd532c6cbc301822071523849cb">StreamType</a>* XSLTResultTarget::getByteStream </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the byte stream for this output target. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to byte stream, or null if none was supplied. </dd></dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00195">195</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="af12d69ad6fce9b5564a3eb988ee1cd82"></a><!-- doxytag: member="XSLTResultTarget::getCharacterStream" ref="af12d69ad6fce9b5564a3eb988ee1cd82" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classWriter.html">Writer</a>* XSLTResultTarget::getCharacterStream </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the character stream for this output target. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to character stream, or null if none was supplied. </dd></dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00258">258</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a8f123aaf73eb16cfd91f12e51db8d707"></a><!-- doxytag: member="XSLTResultTarget::getEncoding" ref="a8f123aaf73eb16cfd91f12e51db8d707" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; XSLTResultTarget::getEncoding </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the character encoding in use. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>encoding string, or empty string if none was supplied. </dd></dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00235">235</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ac6c671d302520693892ed0a040b93be6"></a><!-- doxytag: member="XSLTResultTarget::getFileName" ref="ac6c671d302520693892ed0a040b93be6" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; XSLTResultTarget::getFileName </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the file name where the results will be written to. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>file name string </dd></dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00172">172</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a673bdf9cd93b2520532711b134d4004f"></a><!-- doxytag: member="XSLTResultTarget::getFormatterListener" ref="a673bdf9cd93b2520532711b134d4004f" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classFormatterListener.html">FormatterListener</a>* XSLTResultTarget::getFormatterListener </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> that will process the result tree events. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new listener </dd></dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00302">302</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a2ad7e5e388217c009a55afa3229c654d"></a><!-- doxytag: member="XSLTResultTarget::getStream" ref="a2ad7e5e388217c009a55afa3229c654d" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">FILE* XSLTResultTarget::getStream </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the stream for this output target. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to stream, or null if none was supplied. </dd></dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00269">269</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ac2504b27840e4d7e37b8f10b1b7142e8"></a><!-- doxytag: member="XSLTResultTarget::setByteStream" ref="ac2504b27840e4d7e37b8f10b1b7142e8" args="(StreamType *byteStream)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XSLTResultTarget::setByteStream </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXSLTResultTarget.html#a703a6bd532c6cbc301822071523849cb">StreamType</a> *&nbsp;</td>
<td class="paramname"> <em>byteStream</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the byte stream for this output target. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>byteStream</em>&nbsp;</td><td>pointer to byte stream that will contain the result document </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00184">184</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a6870cbca81f15c35fc0d39f585a57bf7"></a><!-- doxytag: member="XSLTResultTarget::setCharacterStream" ref="a6870cbca81f15c35fc0d39f585a57bf7" args="(Writer *characterStream)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XSLTResultTarget::setCharacterStream </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classWriter.html">Writer</a> *&nbsp;</td>
<td class="paramname"> <em>characterStream</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the character stream for this output target. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>characterStream</em>&nbsp;</td><td>pointer to character stream that will contain the result document </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00247">247</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a900cbbe313aeac4cb53b558bd0536b35"></a><!-- doxytag: member="XSLTResultTarget::setEncoding" ref="a900cbbe313aeac4cb53b558bd0536b35" args="(const XalanDOMChar *encoding)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XSLTResultTarget::setEncoding </td>
<td>(</td>
<td class="paramtype">const XalanDOMChar *&nbsp;</td>
<td class="paramname"> <em>encoding</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the character encoding, if known. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>encoding</em>&nbsp;</td><td>new encoding string </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00206">206</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="abc6d58e6ace28a588ef3daff09471ea9"></a><!-- doxytag: member="XSLTResultTarget::setEncoding" ref="abc6d58e6ace28a588ef3daff09471ea9" args="(const XalanDOMString &amp;encoding)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XSLTResultTarget::setEncoding </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>encoding</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the character encoding, if known. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>encoding</em>&nbsp;</td><td>new encoding string </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00224">224</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ab53762a87ee6345fb90f500a48f73218"></a><!-- doxytag: member="XSLTResultTarget::setFileName" ref="ab53762a87ee6345fb90f500a48f73218" args="(const XalanDOMString &amp;fileName)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XSLTResultTarget::setFileName </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>fileName</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the file name where the results will be written. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>fileName</em>&nbsp;</td><td>system identifier as a string </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00161">161</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a732ef8fd9d5ecb894e99271ede354474"></a><!-- doxytag: member="XSLTResultTarget::setFileName" ref="a732ef8fd9d5ecb894e99271ede354474" args="(const char *fileName)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XSLTResultTarget::setFileName </td>
<td>(</td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>fileName</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the file name where the results will be written. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>fileName</em>&nbsp;</td><td>system identifier as a string </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00143">143</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a663aec88d063b6e85e221c54e75e1e27"></a><!-- doxytag: member="XSLTResultTarget::setFormatterListener" ref="a663aec88d063b6e85e221c54e75e1e27" args="(FormatterListener *handler)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XSLTResultTarget::setFormatterListener </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classFormatterListener.html">FormatterListener</a> *&nbsp;</td>
<td class="paramname"> <em>handler</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set a <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> to process the result tree events. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>handler</em>&nbsp;</td><td>pointer to new listener </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00291">291</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a7f12324c40ca09f531dd84ec63eb713d"></a><!-- doxytag: member="XSLTResultTarget::setStream" ref="a7f12324c40ca09f531dd84ec63eb713d" args="(FILE *theStream)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XSLTResultTarget::setStream </td>
<td>(</td>
<td class="paramtype">FILE *&nbsp;</td>
<td class="paramname"> <em>theStream</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the stream for this output target. </p>
<p>pointer to stream. </p>
<p>Definition at line <a class="el" href="XSLTResultTarget_8hpp_source.html#l00280">280</a> of file <a class="el" href="XSLTResultTarget_8hpp_source.html">XSLTResultTarget.hpp</a>.</p>
</div>
</div>
<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></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>