blob: d7266ce565ae45330bf79c05995b737cb60631b9 [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>XalanBitmap Class Reference</h1><code>#include &lt;<a class="el" href="XalanBitmap_8hpp-source.html">XalanBitmap.hpp</a>&gt;</code>
<p>
<a href="classXalanBitmap-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef char <a class="el" href="classXalanBitmap.html#s0">UnitType</a>
<li>typedef size_t <a class="el" href="classXalanBitmap.html#s1">size_type</a>
<li>enum { <a class="el" href="classXalanBitmap.html#s3s2">eBitsPerUnit</a> = 8
}
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanBitmap.html#a0">XalanBitmap</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, <a class="el" href="classXalanBitmap.html#s1">size_type</a> theSize)
<dl class="el"><dd><font size=-1><em>Construct an instance with room for the specified number of bits.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanBitmap.html#a1">~XalanBitmap</a> ()
<li>bool <a class="el" href="classXalanBitmap.html#a2">isSet</a> (<a class="el" href="classXalanBitmap.html#s1">size_type</a> theBit) const
<dl class="el"><dd><font size=-1><em>Determine if a bit is set.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXalanBitmap.html#a3">set</a> (<a class="el" href="classXalanBitmap.html#s1">size_type</a> theBit)
<dl class="el"><dd><font size=-1><em>Set a bit.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXalanBitmap.html#a4">clear</a> (<a class="el" href="classXalanBitmap.html#s1">size_type</a> theBit)
<dl class="el"><dd><font size=-1><em>Clear a bit.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXalanBitmap.html#a5">toggle</a> (<a class="el" href="classXalanBitmap.html#s1">size_type</a> theBit)
<dl class="el"><dd><font size=-1><em>Toggle a bit.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXalanBitmap.html#a6">clearAll</a> ()
<dl class="el"><dd><font size=-1><em>Clear all of the bits.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanBitmap.html#s1">size_type</a> <a class="el" href="classXalanBitmap.html#a7">getSize</a> () const
<dl class="el"><dd><font size=-1><em>Get the size of the map.</em> <a href="#a7">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="XalanBitmap::UnitType"></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 char XalanBitmap::UnitType
</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="XalanBitmap::size_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 nowrap valign="top"><b>
typedef size_t XalanBitmap::size_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>Member Enumeration Documentation</h2>
<a name="s3" doxytag="XalanBitmap::@6"></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>
anonymous enum
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<dl compact><dt>
<b>Enumeration values:</b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><a name="s3s2" doxytag="eBitsPerUnit"></a><em>eBitsPerUnit</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
</td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanBitmap::XalanBitmap"></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>
XalanBitmap::XalanBitmap (
</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>
<a class="el" href="classXalanBitmap.html#s1">size_type</a> <em>theSize</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Construct an instance with room for the specified number of bits.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theSize</em>
&nbsp;</td><td>
The number of bits in the map. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="XalanBitmap::~XalanBitmap"></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>
XalanBitmap::~XalanBitmap (
</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="a4" doxytag="XalanBitmap::clear"></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 XalanBitmap::clear (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanBitmap.html#s1">size_type</a> <em>theBit</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Clear a bit.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theBit</em>
&nbsp;</td><td>
The number of the bit to clear. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a6" doxytag="XalanBitmap::clearAll"></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 XalanBitmap::clearAll (
</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>
Clear all of the bits.
<p>
</td>
</tr>
</table>
<a name="a7" doxytag="XalanBitmap::getSize"></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="classXalanBitmap.html#s1">size_type</a> XalanBitmap::getSize (
</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 size of the map.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
The number of bits in the map. </dl> </td>
</tr>
</table>
<a name="a2" doxytag="XalanBitmap::isSet"></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>
bool XalanBitmap::isSet (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanBitmap.html#s1">size_type</a> <em>theBit</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Determine if a bit is set.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theBit</em>
&nbsp;</td><td>
The number of the bit to check. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true if the bit is set, false if not. </dl> </td>
</tr>
</table>
<a name="a3" doxytag="XalanBitmap::set"></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 XalanBitmap::set (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanBitmap.html#s1">size_type</a> <em>theBit</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set a bit.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theBit</em>
&nbsp;</td><td>
The number of the bit to set. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a5" doxytag="XalanBitmap::toggle"></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 XalanBitmap::toggle (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanBitmap.html#s1">size_type</a> <em>theBit</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Toggle a bit.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theBit</em>
&nbsp;</td><td>
The number of the bit to toggle. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanBitmap_8hpp-source.html">XalanBitmap.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>