Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 3c90d4f0807cc46df5c0517e9fe40564 > files > 2292

xalan-c-doc-1.4-2mdk.ppc.rpm

<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.4</h3>
</BODY>
<!-- Generated by Doxygen 1.1.2 on Mon Sep 16 08:34:00 2002 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</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>XalanFileOutputStream  Class Reference</h1><code>#include &lt;<a class="el" href="XalanFileOutputStream.hpp-source.html">XalanFileOutputStream.hpp</a>&gt;</code>
<p>
<p>Inheritance diagram for XalanFileOutputStream:
<p><center><img src="class_xalanfileoutputstream.gif" usemap="#XalanFileOutputStream_map" border="0"></center>
<map name="XalanFileOutputStream_map"><p>
<area href="class_xalanoutputstream.html" alt="XalanOutputStream" shape="rect" coords="0,0,142,24">
</map>
Collaboration diagram for XalanFileOutputStream:<p><center><img src="class_xalanfileoutputstream_coll_graph.gif" border="0" usemap="#XalanFileOutputStream_impl_map"></center>
<map name="XalanFileOutputStream_impl_map">
<area href="class_xalanoutputstream.html" shape="rect" coords="147,128,272,106">
<area href="class_xalandomstring.html" shape="rect" coords="7,37,116,16">
<area href="class_xalanoutputtranscoder.html" shape="rect" coords="159,37,308,16">
</map><p>
<a href="class_xalanfileoutputstream-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef FILE* <a class="el" href="class_xalanfileoutputstream.html#s0">HandleType</a>
<li>enum { <br>
&nbsp;&nbsp;<a class="el" href="class_xalanfileoutputstream.html#a2">eDefaultBufferSize</a> = 8192
<br>
 }
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_xalanfileoutputstream.html#a0">XalanFileOutputStream</a> ( const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; theFileName, unsigned int theBufferSize = eDefaultBufferSize)
<dl class="el"><dd><font size=-1><em>Construct an XalanFileOutputStream object.</em> <a href="#a0">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_xalanfileoutputstream.html#a1">~XalanFileOutputStream</a> ()
</ul>
<h2>Protected Methods</h2>
<ul>
<li>virtual void <a class="el" href="class_xalanfileoutputstream.html#b0">writeData</a> ( const char* theBuffer, <a class="el" href="class_xalanoutputstream.html#s2">size_type</a> theBufferLength)
<li>virtual void <a class="el" href="class_xalanfileoutputstream.html#b1">doFlush</a> ()
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>

<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="XalanFileOutputStream::HandleType"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
typedef FILE* XalanFileOutputStream::HandleType</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<hr><h2>Enumeration Value Documentation</h2>
<a name="a2" doxytag="XalanFileOutputStream::eDefaultBufferSize"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
XalanFileOutputStream::eDefaultBufferSize = 8192</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>

<p>
Reimplemented from <a class="el" href="class_xalanoutputstream.html#a16">XalanOutputStream</a>.</div>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanFileOutputStream::XalanFileOutputStream"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
XalanFileOutputStream::XalanFileOutputStream (
</b></td>
<td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>theFileName</em>, </b></td></tr>
<tr><td></td><td><b>
unsigned int <em>theBufferSize</em> = eDefaultBufferSize)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Construct an XalanFileOutputStream object.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theFileName</em>
&nbsp;</td><td>
 name of file
 </td></tr>
<tr><td valign=top><em>theBufferSize</em>
&nbsp;</td><td>
 The size of the buffer
</td></tr>
</table>
</dl></div>
<a name="a1" doxytag="XalanFileOutputStream::~XalanFileOutputStream"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
virtual XalanFileOutputStream::~XalanFileOutputStream ()<code> [virtual]</code></b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<hr><h2>Member Function Documentation</h2>
<a name="b1" doxytag="XalanFileOutputStream::doFlush"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
virtual void XalanFileOutputStream::doFlush ()<code> [protected, virtual]</code></b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>

<p>
Reimplemented from <a class="el" href="class_xalanoutputstream.html#b2">XalanOutputStream</a>.</div>
<a name="b0" doxytag="XalanFileOutputStream::writeData"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
virtual void XalanFileOutputStream::writeData (
</b></td>
<td><b>
const char * <em>theBuffer</em>, </b></td></tr>
<tr><td></td><td><b>
<a class="el" href="class_xalanoutputstream.html#s2">size_type</a> <em>theBufferLength</em>)<code> [protected, virtual]</code></b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>

<p>
Reimplemented from <a class="el" href="class_xalanoutputstream.html#b1">XalanOutputStream</a>.</div>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanFileOutputStream.hpp.html">XalanFileOutputStream.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="images/dot.gif" width="1"></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.4</B><BR>
			Copyright &copy; 2000, 2001, 2002 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">
		</TD>
	</TR>
</TABLE>