blob: 276fceea57337b5a72ec4e7128763e01384306da [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>ICUBridgeCollationCompareFunctor Class Reference</h1><code>#include &lt;<a class="el" href="ICUBridgeCollationCompareFunctor_8hpp-source.html">ICUBridgeCollationCompareFunctor.hpp</a>&gt;</code>
<p>
Inheritance diagram for ICUBridgeCollationCompareFunctor:<p><center><img src="classICUBridgeCollationCompareFunctor__inherit__graph.gif" border="0" usemap="#ICUBridgeCollationCompareFunctor_inherit_map" alt="Inheritance graph"></center>
<map name="ICUBridgeCollationCompareFunctor_inherit_map">
<area href="classXalanCollationServices_1_1CollationCompareFunctor.html" shape="rect" coords="6,42,308,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for ICUBridgeCollationCompareFunctor:<p><center><img src="classICUBridgeCollationCompareFunctor__coll__graph.gif" border="0" usemap="#ICUBridgeCollationCompareFunctor_coll_map" alt="Collaboration graph"></center>
<map name="ICUBridgeCollationCompareFunctor_coll_map">
<area href="classXalanCollationServices_1_1CollationCompareFunctor.html" shape="rect" coords="6,42,308,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classICUBridgeCollationCompareFunctor-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classICUBridgeCollationCompareFunctor.html#a0">ICUBridgeCollationCompareFunctor</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, bool fCacheCollators=false)
<dl class="el"><dd><font size=-1><em>Constructor.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classICUBridgeCollationCompareFunctor.html#a1">~ICUBridgeCollationCompareFunctor</a> ()
<li>virtual int <a class="el" href="classICUBridgeCollationCompareFunctor.html#a2">operator()</a> (const XalanDOMChar *theLHS, const XalanDOMChar *theRHS, <a class="el" href="classXalanCollationServices.html#s3">XalanCollationServices::eCaseOrder</a> theCaseOrder=XalanCollationServices::eDefault) const
<li>virtual int <a class="el" href="classICUBridgeCollationCompareFunctor.html#a3">operator()</a> (const XalanDOMChar *theLHS, const XalanDOMChar *theRHS, const XalanDOMChar *theLocale, <a class="el" href="classXalanCollationServices.html#s3">XalanCollationServices::eCaseOrder</a> theCaseOrder=XalanCollationServices::eDefault) const
</ul>
<h2>Static Public Methods</h2>
<ul>
<li>ICUBridgeCollationCompareFunctor* <a class="el" href="classICUBridgeCollationCompareFunctor.html#d0">create</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, bool fCacheCollators=false)
</ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="ICUBridgeCollationCompareFunctor::ICUBridgeCollationCompareFunctor"></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>
ICUBridgeCollationCompareFunctor::ICUBridgeCollationCompareFunctor (
</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>
bool <em>fCacheCollators</em> = false&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Constructor.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>fCacheCollators</em>
&nbsp;</td><td>
If true, the instance will cache collators. This is not thread-safe, so each thread must have its own instance. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="ICUBridgeCollationCompareFunctor::~ICUBridgeCollationCompareFunctor"></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>
ICUBridgeCollationCompareFunctor::~ICUBridgeCollationCompareFunctor (
</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="d0" doxytag="ICUBridgeCollationCompareFunctor::create"></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>
ICUBridgeCollationCompareFunctor * ICUBridgeCollationCompareFunctor::create (
</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>
bool <em>fCacheCollators</em> = false&nbsp;)<code> [static]</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="a3" doxytag="ICUBridgeCollationCompareFunctor::operator()"></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>
int ICUBridgeCollationCompareFunctor::operator() (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>theLHS</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanDOMChar * <em>theRHS</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanDOMChar * <em>theLocale</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanCollationServices.html#s3">XalanCollationServices::eCaseOrder</a> <em>theCaseOrder</em> = XalanCollationServices::eDefault&nbsp;) const<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>
<a name="a2" doxytag="ICUBridgeCollationCompareFunctor::operator()"></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>
int ICUBridgeCollationCompareFunctor::operator() (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>theLHS</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanDOMChar * <em>theRHS</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanCollationServices.html#s3">XalanCollationServices::eCaseOrder</a> <em>theCaseOrder</em> = XalanCollationServices::eDefault&nbsp;) const<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>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="ICUBridgeCollationCompareFunctor_8hpp-source.html">ICUBridgeCollationCompareFunctor.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>