blob: 60457ed76b511f42185511551d9736aa0b64c9d6 [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>XPathFunctionTable Class Reference</h1>Class defines a table of functions that can be called in <a class="el" href="classXPath.html">XPath</a> expresions.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="XPathFunctionTable_8hpp-source.html">XPathFunctionTable.hpp</a>&gt;</code>
<p>
Collaboration diagram for XPathFunctionTable:<p><center><img src="classXPathFunctionTable__coll__graph.gif" border="0" usemap="#XPathFunctionTable_coll_map" alt="Collaboration graph"></center>
<map name="XPathFunctionTable_coll_map">
<area href="classFunction.html" shape="rect" coords="7,43,73,19">
<area href="structXPathFunctionTable_1_1FunctionNameTableEntry.html" shape="rect" coords="97,43,382,19">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXPathFunctionTable-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef size_t <a class="el" href="classXPathFunctionTable.html#s0">SizeType</a>
<li>typedef <a class="el" href="classXalanDOMString.html#s6">XalanDOMString::size_type</a> <a class="el" href="classXPathFunctionTable.html#s1">StringSizeType</a>
<li>typedef <a class="el" href="structDeleteFunctor.html">DeleteFunctor</a>&lt;<a class="el" href="classFunction.html">Function</a>&gt; <a class="el" href="classXPathFunctionTable.html#s2">DeleteFunctorType</a>
<li>enum { <a class="el" href="classXPathFunctionTable.html#s5s3">InvalidFunctionNumberID</a> = -1,
<a class="el" href="classXPathFunctionTable.html#s5s4">TableSize</a> = 36
}
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXPathFunctionTable.html#a0">XPathFunctionTable</a> (bool fCreateTable=true)
<dl class="el"><dd><font size=-1><em>Constructor.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXPathFunctionTable.html#a1">~XPathFunctionTable</a> ()
<li>void <a class="el" href="classXPathFunctionTable.html#a2">setMemoryManager</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<li>void <a class="el" href="classXPathFunctionTable.html#a3">CreateTable</a> ()
<dl class="el"><dd><font size=-1><em>Set up the internal table.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXPathFunctionTable.html#a4">DestroyTable</a> ()
<dl class="el"><dd><font size=-1><em>Destroy the internal table.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classFunction.html">Function</a>&amp; <a class="el" href="classXPathFunctionTable.html#a5">operator[]</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theFunctionName) const
<dl class="el"><dd><font size=-1><em>Retrieve the function object for a specified function name.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classFunction.html">Function</a>&amp; <a class="el" href="classXPathFunctionTable.html#a6">operator[]</a> (int theFunctionID) const
<dl class="el"><dd><font size=-1><em>Retrieve the function object for a specified function ID number.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXPathFunctionTable.html#a7">idToName</a> (int theFunctionID, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theResult) const
<dl class="el"><dd><font size=-1><em>Map a function ID to the corresponding name.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>int <a class="el" href="classXPathFunctionTable.html#a8">nameToID</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theName) const
<dl class="el"><dd><font size=-1><em>Map a function name to the corresponding ID number.</em> <a href="#a8">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXPathFunctionTable.html#a9">InstallFunction</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theFunctionName, const <a class="el" href="classFunction.html">Function</a> &amp;theFunction)
<dl class="el"><dd><font size=-1><em>Insert a named function into the function table.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classXPathFunctionTable.html#a10">UninstallFunction</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theFunctionName)
<dl class="el"><dd><font size=-1><em>Remove a named function from the function table.</em> <a href="#a10">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXPathFunctionTable.html#a11">InstallFunction</a> (const XalanDOMChar *theFunctionName, const <a class="el" href="classFunction.html">Function</a> &amp;theFunction)
<dl class="el"><dd><font size=-1><em>Insert a named function into the function table.</em> <a href="#a11">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classXPathFunctionTable.html#a12">UninstallFunction</a> (const XalanDOMChar *theFunctionName)
<dl class="el"><dd><font size=-1><em>Remove a named function from the function table.</em> <a href="#a12">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classXPathFunctionTable.html#a13">isInstalledFunction</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theFunctionName) const
<dl class="el"><dd><font size=-1><em>Whether a named function is in the function table.</em> <a href="#a13">More...</a><em><br><br></em></font></dl><li>template&lt;class OutputIteratorType&gt; void <a class="el" href="classXPathFunctionTable.html#a14">getInstalledFunctionNames</a> (OutputIteratorType theIterator) const
<dl class="el"><dd><font size=-1><em>Add a list of the names of installed functions to a vector of names.</em> <a href="#a14">More...</a><em><br><br></em></font></dl></ul>
<h2>Static Public Attributes</h2>
<ul>
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p0">s_id</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p1">s_key</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p2">s_not</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p3">s_sum</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p4">s_lang</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p5">s_last</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p6">s_name</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p7">s_true</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p8">s_count</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p9">s_false</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p10">s_floor</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p11">s_round</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p12">s_concat</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p13">s_number</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p14">s_string</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p15">s_boolean</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p16">s_ceiling</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p17">s_current</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p18">s_contains</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p19">s_document</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p20">s_position</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p21">s_substring</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p22">s_translate</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p23">s_localName</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p24">s_generateId</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p25">s_startsWith</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p26">s_formatNumber</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p27">s_namespaceUri</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p28">s_stringLength</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p29">s_normalizeSpace</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p30">s_substringAfter</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p31">s_systemProperty</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p32">s_substringBefore</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p33">s_elementAvailable</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p34">s_functionAvailable</a> []
<li>const XalanDOMChar <a class="el" href="classXPathFunctionTable.html#p35">s_unparsedEntityUri</a> []
<li>const <a class="el" href="structXPathFunctionTable_1_1FunctionNameTableEntry.html">FunctionNameTableEntry</a> <a class="el" href="classXPathFunctionTable.html#p36">s_functionNames</a> []
<li>const <a class="el" href="classXPathFunctionTable.html#s0">SizeType</a> <a class="el" href="classXPathFunctionTable.html#p37">s_functionNamesSize</a>
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Class defines a table of functions that can be called in <a class="el" href="classXPath.html">XPath</a> expresions.
<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s2" doxytag="XPathFunctionTable::DeleteFunctorType"></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 <a class="el" href="structDeleteFunctor.html">DeleteFunctor</a>&lt; <a class="el" href="classFunction.html">Function</a> &gt; XPathFunctionTable::DeleteFunctorType&lt;<a class="el" href="classFunction.html">Function</a>&gt;
</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="s0" doxytag="XPathFunctionTable::SizeType"></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 XPathFunctionTable::SizeType
</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="XPathFunctionTable::StringSizeType"></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 <a class="el" href="classXalanDOMString.html#s6">XalanDOMString::size_type</a> XPathFunctionTable::StringSizeType
</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="s5" doxytag="XPathFunctionTable::@32"></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="s5s3" doxytag="InvalidFunctionNumberID"></a><em>InvalidFunctionNumberID</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s5s4" doxytag="TableSize"></a><em>TableSize</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
</td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XPathFunctionTable::XPathFunctionTable"></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>
XPathFunctionTable::XPathFunctionTable (
</b></td>
<td valign="bottom"><b>
bool <em>fCreateTable</em> = true&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>fCreateTable</em>
&nbsp;</td><td>
If true, the internal table will be created. Otherwise, <a class="el" href="classXPathFunctionTable.html#a3">CreateTable</a>() must be called. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="XPathFunctionTable::~XPathFunctionTable"></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>
XPathFunctionTable::~XPathFunctionTable (
</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="a3" doxytag="XPathFunctionTable::CreateTable"></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 XPathFunctionTable::CreateTable (
</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>
Set up the internal table.
<p>
</td>
</tr>
</table>
<a name="a4" doxytag="XPathFunctionTable::DestroyTable"></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 XPathFunctionTable::DestroyTable (
</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>
Destroy the internal table.
<p>
</td>
</tr>
</table>
<a name="a11" doxytag="XPathFunctionTable::InstallFunction"></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 XPathFunctionTable::InstallFunction (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>theFunctionName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classFunction.html">Function</a> &amp; <em>theFunction</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Insert a named function into the function table.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theFunctionName</em>
&nbsp;</td><td>
name of function </td></tr>
<tr><td valign=top><em>theFunction</em>
&nbsp;</td><td>
function object corresponding to name </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a9" doxytag="XPathFunctionTable::InstallFunction"></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 XPathFunctionTable::InstallFunction (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theFunctionName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classFunction.html">Function</a> &amp; <em>theFunction</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Insert a named function into the function table.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theFunctionName</em>
&nbsp;</td><td>
name of function </td></tr>
<tr><td valign=top><em>theFunction</em>
&nbsp;</td><td>
function object corresponding to name </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a12" doxytag="XPathFunctionTable::UninstallFunction"></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 XPathFunctionTable::UninstallFunction (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>theFunctionName</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Remove a named function from the function table.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theFunctionName</em>
&nbsp;</td><td>
name of function </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true if the function was found and removed. </dl> </td>
</tr>
</table>
<a name="a10" doxytag="XPathFunctionTable::UninstallFunction"></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 XPathFunctionTable::UninstallFunction (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theFunctionName</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Remove a named function from the function table.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theFunctionName</em>
&nbsp;</td><td>
name of function </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true if the function was found and removed. </dl> </td>
</tr>
</table>
<a name="a14" doxytag="XPathFunctionTable::getInstalledFunctionNames"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class OutputIteratorType&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XPathFunctionTable::getInstalledFunctionNames (
</b></td>
<td valign="bottom"><b>
OutputIteratorType <em>theIterator</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Add a list of the names of installed functions to a vector of names.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theIterator</em>
&nbsp;</td><td>
function table iterator to append names to </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a7" doxytag="XPathFunctionTable::idToName"></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>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XPathFunctionTable::idToName (
</b></td>
<td valign="bottom"><b>
int <em>theFunctionID</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theResult</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Map a function ID to the corresponding name.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theFunctionID</em>
&nbsp;</td><td>
The ID number of the function </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The name of the function, or an empty string if the function doesn't exist. </dl> </td>
</tr>
</table>
<a name="a13" doxytag="XPathFunctionTable::isInstalledFunction"></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 XPathFunctionTable::isInstalledFunction (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theFunctionName</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Whether a named function is in the function table.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theFunctionName</em>
&nbsp;</td><td>
name of function </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true if function is in table </dl> </td>
</tr>
</table>
<a name="a8" doxytag="XPathFunctionTable::nameToID"></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 XPathFunctionTable::nameToID (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theName</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Map a function name to the corresponding ID number.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theName</em>
&nbsp;</td><td>
name of function </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The ID number of function, or InvalidFunctionNumberID if the function doesn't exist. </dl> </td>
</tr>
</table>
<a name="a6" doxytag="XPathFunctionTable::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>
const <a class="el" href="classFunction.html">Function</a> &amp; XPathFunctionTable::operator[] (
</b></td>
<td valign="bottom"><b>
int <em>theFunctionID</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieve the function object for a specified function ID number.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theFunctionID</em>
&nbsp;</td><td>
ID number of the function </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
function named </dl> </td>
</tr>
</table>
<a name="a5" doxytag="XPathFunctionTable::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>
const <a class="el" href="classFunction.html">Function</a> &amp; XPathFunctionTable::operator[] (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theFunctionName</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieve the function object for a specified function name.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theFunctionName</em>
&nbsp;</td><td>
name of function </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
function named </dl> </td>
</tr>
</table>
<a name="a2" doxytag="XPathFunctionTable::setMemoryManager"></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 XPathFunctionTable::setMemoryManager (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>&nbsp;)
</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 Data Documentation</h2>
<a name="p15" doxytag="XPathFunctionTable::s_boolean"></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>
const XalanDOMChar XPathFunctionTable::s_boolean<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="p16" doxytag="XPathFunctionTable::s_ceiling"></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>
const XalanDOMChar XPathFunctionTable::s_ceiling<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="p12" doxytag="XPathFunctionTable::s_concat"></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>
const XalanDOMChar XPathFunctionTable::s_concat<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="p18" doxytag="XPathFunctionTable::s_contains"></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>
const XalanDOMChar XPathFunctionTable::s_contains<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="p8" doxytag="XPathFunctionTable::s_count"></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>
const XalanDOMChar XPathFunctionTable::s_count<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="p17" doxytag="XPathFunctionTable::s_current"></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>
const XalanDOMChar XPathFunctionTable::s_current<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="p19" doxytag="XPathFunctionTable::s_document"></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>
const XalanDOMChar XPathFunctionTable::s_document<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="p33" doxytag="XPathFunctionTable::s_elementAvailable"></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>
const XalanDOMChar XPathFunctionTable::s_elementAvailable<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="p9" doxytag="XPathFunctionTable::s_false"></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>
const XalanDOMChar XPathFunctionTable::s_false<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="p10" doxytag="XPathFunctionTable::s_floor"></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>
const XalanDOMChar XPathFunctionTable::s_floor<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="p26" doxytag="XPathFunctionTable::s_formatNumber"></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>
const XalanDOMChar XPathFunctionTable::s_formatNumber<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="p34" doxytag="XPathFunctionTable::s_functionAvailable"></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>
const XalanDOMChar XPathFunctionTable::s_functionAvailable<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="p36" doxytag="XPathFunctionTable::s_functionNames"></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>
const <a class="el" href="structXPathFunctionTable_1_1FunctionNameTableEntry.html">FunctionNameTableEntry</a> XPathFunctionTable::s_functionNames<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="p37" doxytag="XPathFunctionTable::s_functionNamesSize"></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>
const <a class="el" href="classXPathFunctionTable.html#s0">SizeType</a> XPathFunctionTable::s_functionNamesSize<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="p24" doxytag="XPathFunctionTable::s_generateId"></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>
const XalanDOMChar XPathFunctionTable::s_generateId<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="p0" doxytag="XPathFunctionTable::s_id"></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>
const XalanDOMChar XPathFunctionTable::s_id<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="p1" doxytag="XPathFunctionTable::s_key"></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>
const XalanDOMChar XPathFunctionTable::s_key<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="p4" doxytag="XPathFunctionTable::s_lang"></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>
const XalanDOMChar XPathFunctionTable::s_lang<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="p5" doxytag="XPathFunctionTable::s_last"></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>
const XalanDOMChar XPathFunctionTable::s_last<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="p23" doxytag="XPathFunctionTable::s_localName"></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>
const XalanDOMChar XPathFunctionTable::s_localName<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="p6" doxytag="XPathFunctionTable::s_name"></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>
const XalanDOMChar XPathFunctionTable::s_name<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="p27" doxytag="XPathFunctionTable::s_namespaceUri"></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>
const XalanDOMChar XPathFunctionTable::s_namespaceUri<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="p29" doxytag="XPathFunctionTable::s_normalizeSpace"></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>
const XalanDOMChar XPathFunctionTable::s_normalizeSpace<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="p2" doxytag="XPathFunctionTable::s_not"></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>
const XalanDOMChar XPathFunctionTable::s_not<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="p13" doxytag="XPathFunctionTable::s_number"></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>
const XalanDOMChar XPathFunctionTable::s_number<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="p20" doxytag="XPathFunctionTable::s_position"></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>
const XalanDOMChar XPathFunctionTable::s_position<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="p11" doxytag="XPathFunctionTable::s_round"></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>
const XalanDOMChar XPathFunctionTable::s_round<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="p25" doxytag="XPathFunctionTable::s_startsWith"></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>
const XalanDOMChar XPathFunctionTable::s_startsWith<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="p14" doxytag="XPathFunctionTable::s_string"></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>
const XalanDOMChar XPathFunctionTable::s_string<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="p28" doxytag="XPathFunctionTable::s_stringLength"></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>
const XalanDOMChar XPathFunctionTable::s_stringLength<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="p21" doxytag="XPathFunctionTable::s_substring"></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>
const XalanDOMChar XPathFunctionTable::s_substring<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="p30" doxytag="XPathFunctionTable::s_substringAfter"></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>
const XalanDOMChar XPathFunctionTable::s_substringAfter<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="p32" doxytag="XPathFunctionTable::s_substringBefore"></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>
const XalanDOMChar XPathFunctionTable::s_substringBefore<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="p3" doxytag="XPathFunctionTable::s_sum"></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>
const XalanDOMChar XPathFunctionTable::s_sum<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="p31" doxytag="XPathFunctionTable::s_systemProperty"></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>
const XalanDOMChar XPathFunctionTable::s_systemProperty<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="p22" doxytag="XPathFunctionTable::s_translate"></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>
const XalanDOMChar XPathFunctionTable::s_translate<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="p7" doxytag="XPathFunctionTable::s_true"></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>
const XalanDOMChar XPathFunctionTable::s_true<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="p35" doxytag="XPathFunctionTable::s_unparsedEntityUri"></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>
const XalanDOMChar XPathFunctionTable::s_unparsedEntityUri<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>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XPathFunctionTable_8hpp-source.html">XPathFunctionTable.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>