blob: 5e57f85f9937035f4224b71baecdc6f8f4dd857a [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>XalanTransformerOutputStream Class Reference</h1><code>#include &lt;<a class="el" href="XalanTransformerOutputStream_8hpp-source.html">XalanTransformerOutputStream.hpp</a>&gt;</code>
<p>
Inheritance diagram for XalanTransformerOutputStream:<p><center><img src="classXalanTransformerOutputStream__inherit__graph.gif" border="0" usemap="#XalanTransformerOutputStream_inherit_map" alt="Inheritance graph"></center>
<map name="XalanTransformerOutputStream_inherit_map">
<area href="classXalanOutputStream.html" shape="rect" coords="42,42,176,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XalanTransformerOutputStream:<p><center><img src="classXalanTransformerOutputStream__coll__graph.gif" border="0" usemap="#XalanTransformerOutputStream_coll_map" alt="Collaboration graph"></center>
<map name="XalanTransformerOutputStream_coll_map">
<area href="classXalanOutputStream.html" shape="rect" coords="78,133,211,109">
<area href="classXalanDOMString.html" shape="rect" coords="6,43,124,19">
<area href="classXalanOutputTranscoder.html" shape="rect" coords="148,43,305,19">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXalanTransformerOutputStream-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanTransformerOutputStream.html#a0">XalanTransformerOutputStream</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, void *theOutputHandle, <a class="el" href="XalanTransformerDefinitions_8hpp.html#a4">XalanOutputHandlerType</a> theOutputHandler, <a class="el" href="XalanTransformerDefinitions_8hpp.html#a5">XalanFlushHandlerType</a> theFlushHandler=0)
<dl class="el"><dd><font size=-1><em>Construct a XalanTransformerOutputStream instance for output to a user defined (callback) function.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanTransformerOutputStream.html#a1">~XalanTransformerOutputStream</a> ()
</ul>
<h2>Protected Methods</h2>
<ul>
<li>virtual void <a class="el" href="classXalanTransformerOutputStream.html#b0">writeData</a> (const char *theBuffer, <a class="el" href="classXalanOutputStream.html#s2">size_type</a> theBufferLength)
<dl class="el"><dd><font size=-1><em>Write the data in the buffer.</em> <a href="#b0">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXalanTransformerOutputStream.html#b1">doFlush</a> ()
<dl class="el"><dd><font size=-1><em>Flush the stream.</em> <a href="#b1">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanTransformerOutputStream::XalanTransformerOutputStream"></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>
XalanTransformerOutputStream::XalanTransformerOutputStream (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
void * <em>theOutputHandle</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanTransformerDefinitions_8hpp.html#a4">XalanOutputHandlerType</a> <em>theOutputHandler</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanTransformerDefinitions_8hpp.html#a5">XalanFlushHandlerType</a> <em>theFlushHandler</em> = 0&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Construct a XalanTransformerOutputStream instance for output to a user defined (callback) function.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theOutputHandle</em>
&nbsp;</td><td>
void pointer passed through to callback. </td></tr>
<tr><td valign=top><em>theOutputHandler</em>
&nbsp;</td><td>
a user defined (callback) function. </td></tr>
<tr><td valign=top><em>theFlushHandler</em>
&nbsp;</td><td>
a user defined (callback) function. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="XalanTransformerOutputStream::~XalanTransformerOutputStream"></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>
XalanTransformerOutputStream::~XalanTransformerOutputStream (
</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="b1" doxytag="XalanTransformerOutputStream::doFlush"></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 XalanTransformerOutputStream::doFlush (
</b></td>
<td valign="bottom"><b>
)<code> [protected, virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Flush the stream.
<p>
<p>
Reimplemented from <a class="el" href="classXalanOutputStream.html#b2">XalanOutputStream</a>. </td>
</tr>
</table>
<a name="b0" doxytag="XalanTransformerOutputStream::writeData"></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 XalanTransformerOutputStream::writeData (
</b></td>
<td valign="bottom"><b>
const char * <em>theBuffer</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanOutputStream.html#s2">size_type</a> <em>theBufferLength</em>&nbsp;)<code> [protected, virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Write the data in the buffer.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theBuffer</em>
&nbsp;</td><td>
The data to write </td></tr>
<tr><td valign=top><em>theBufferLength</em>
&nbsp;</td><td>
The length of theBuffer. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXalanOutputStream.html#b1">XalanOutputStream</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanTransformerOutputStream_8hpp-source.html">XalanTransformerOutputStream.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>