blob: 33023a9b49aed00ec639902620b7031574e9526f [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>ElemNumber.hpp</h1><a href="ElemNumber_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="comment">/*</font>
00002 <font class="comment"> * Copyright 1999-2004 The Apache Software Foundation.</font>
00003 <font class="comment"> *</font>
00004 <font class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</font>
00005 <font class="comment"> * you may not use this file except in compliance with the License.</font>
00006 <font class="comment"> * You may obtain a copy of the License at</font>
00007 <font class="comment"> *</font>
00008 <font class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</font>
00009 <font class="comment"> *</font>
00010 <font class="comment"> * Unless required by applicable law or agreed to in writing, software</font>
00011 <font class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</font>
00012 <font class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</font>
00013 <font class="comment"> * See the License for the specific language governing permissions and</font>
00014 <font class="comment"> * limitations under the License.</font>
00015 <font class="comment"> */</font>
00016 <font class="preprocessor">#if !defined(XALAN_ELEMNUMBER_HEADER_GUARD)</font>
<a name="l00017"></a><a class="code" href="ElemNumber_8hpp.html#a0">00017</a> <font class="preprocessor"></font><font class="preprocessor">#define XALAN_ELEMNUMBER_HEADER_GUARD </font>
00018 <font class="preprocessor"></font>
00019
00020
00021 <font class="comment">// Base include file. Must be first.</font>
00022 <font class="preprocessor">#include &lt;<a class="code" href="XSLTDefinitions_8hpp.html">xalanc/XSLT/XSLTDefinitions.hpp</a>&gt;</font>
00023
00024
00025
00026 <font class="preprocessor">#include &lt;<a class="code" href="XalanVector_8hpp.html">xalanc/Include/XalanVector.hpp</a>&gt;</font>
00027
00028
00029
00030 <font class="comment">// Base class header file.</font>
00031 <font class="preprocessor">#include &lt;<a class="code" href="ElemTemplateElement_8hpp.html">xalanc/XSLT/ElemTemplateElement.hpp</a>&gt;</font>
00032
00033
00034
00035 <font class="preprocessor">#include &lt;<a class="code" href="NodeRefListBase_8hpp.html">xalanc/XPath/NodeRefListBase.hpp</a>&gt;</font>
00036
00037
00038
00039 <font class="preprocessor">#include &lt;<a class="code" href="CountersTable_8hpp.html">xalanc/XSLT/CountersTable.hpp</a>&gt;</font>
00040 <font class="preprocessor">#include &lt;<a class="code" href="DecimalToRoman_8hpp.html">xalanc/XSLT/DecimalToRoman.hpp</a>&gt;</font>
00041 <font class="preprocessor">#include &lt;<a class="code" href="XalanNumberingResourceBundle_8hpp.html">xalanc/XSLT/XalanNumberingResourceBundle.hpp</a>&gt;</font>
00042
00043
00044
00045 XALAN_CPP_NAMESPACE_BEGIN
00046
00047
00048
<a name="l00049"></a><a class="code" href="ElemNumber_8hpp.html#a1">00049</a> <font class="keyword">class </font><a class="code" href="classAVT.html">AVT</a>;
00050 <font class="keyword">class </font><a class="code" href="classMutableNodeRefList.html">MutableNodeRefList</a>;
00051 <font class="keyword">class </font><a class="code" href="classXalanNumberFormat.html">XalanNumberFormat</a>;
00052 <font class="keyword">class </font><a class="code" href="classXPath.html">XPath</a>;
00053 <font class="keyword">class </font><a class="code" href="classXPathExecutionContext.html">XPathExecutionContext</a>;
00054
00055
00056
<a name="l00057"></a><a class="code" href="classElemNumber.html">00057</a> <font class="keyword">class </font><a class="code" href="classElemNumber.html">ElemNumber</a>: <font class="keyword">public</font> <a class="code" href="classElemTemplateElement.html">ElemTemplateElement</a>
00058 {
00059 <font class="keyword">public</font>:
00060
<a name="l00061"></a><a class="code" href="classElemNumber.html#s0">00061</a> <font class="keyword">typedef</font> CountersTable::CountType CountType;
00062
<a name="l00063"></a><a class="code" href="classElemNumber.html#s5">00063</a> <font class="keyword">enum</font> eLevel
00064 {
00065 eSingle,
00066 eMultiple,
00067 eAny
00068 };
00069
<a name="l00070"></a><a class="code" href="classElemNumber.html#s1">00070</a> <font class="keyword">typedef</font> XalanVector&lt;CountType&gt; CountTypeArrayType;
00071
00075 <font class="keyword">static</font> <font class="keywordtype">void</font>
00076 <a class="code" href="classElemNumber.html#d0">initialize</a>(MemoryManagerType&amp; theManager);
00077
00081 <font class="keyword">static</font> <font class="keywordtype">void</font>
00082 <a class="code" href="classElemNumber.html#d1">terminate</a>();
00083
00094 <a class="code" href="CountersTable_8hpp.html#a1">ElemNumber</a>(
00095 <a class="code" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a>&amp; constructionContext,
00096 Stylesheet&amp; stylesheetTree,
00097 <font class="keyword">const</font> AttributeListType&amp; atts,
00098 <font class="keywordtype">int</font> lineNumber,
00099 <font class="keywordtype">int</font> columnNumber,
00100 <font class="keywordtype">unsigned</font> <font class="keywordtype">long</font> id);
00101
00102 <font class="keyword">static</font> <a class="code" href="classElemNumber.html">ElemNumber</a>*
00103 <a class="code" href="classElemNumber.html#d2">create</a>(
00104 MemoryManagerType&amp; theManager,
00105 <a class="code" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a>&amp; constructionContext,
00106 Stylesheet&amp; stylesheetTree,
00107 <font class="keyword">const</font> AttributeListType&amp; atts,
00108 <font class="keywordtype">int</font> lineNumber,
00109 <font class="keywordtype">int</font> columnNumber,
00110 <font class="keywordtype">unsigned</font> <font class="keywordtype">long</font> id);
00111
00112 <font class="keyword">virtual</font>
00113 <a class="code" href="classElemNumber.html#a1">~ElemNumber</a>();
00114
00115 <font class="comment">// These methods are inherited from ElemTemplateElement ...</font>
00116
00117 <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
00118 <a class="code" href="classElemTemplateElement.html#a13">getElementName</a>() <font class="keyword">const</font>;
00119
00120 <font class="preprocessor">#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)</font>
00121 <font class="preprocessor"></font> <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="classElemTemplateElement.html">ElemTemplateElement</a>*
00122 <a class="code" href="classElemTemplateElement.html#a6">startElement</a>(<a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext) <font class="keyword">const</font>;
00123 <font class="preprocessor">#else</font>
00124 <font class="preprocessor"></font> <font class="keyword">virtual</font> <font class="keywordtype">void</font>
00125 <a class="code" href="classElemTemplateElement.html#a8">execute</a>(<a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext) <font class="keyword">const</font>;
00126 <font class="preprocessor">#endif</font>
00127 <font class="preprocessor"></font>
00128 <font class="keywordtype">unsigned</font> <font class="keywordtype">long</font>
<a name="l00129"></a><a class="code" href="classElemNumber.html#a4">00129</a> <a class="code" href="classElemNumber.html#a4">getID</a>()<font class="keyword"> const</font>
00130 <font class="keyword"> </font>{
00131 <font class="keywordflow">return</font> m_id;
00132 }
00133
00137 <a class="code" href="classXalanNode.html">XalanNode</a>* <a class="code" href="classElemNumber.html#a5">getPreviousNode</a>(
00138 <a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext,
00139 <a class="code" href="classXalanNode.html">XalanNode</a>* pos) <font class="keyword">const</font>;
00140
00144 <a class="code" href="classXalanNode.html">XalanNode</a>* <a class="code" href="classElemNumber.html#a6">getTargetNode</a>(
00145 <a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext,
00146 <a class="code" href="classXalanNode.html">XalanNode</a>* sourceNode) <font class="keyword">const</font>;
00147
00148 <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="classXPath.html">XPath</a>*
00149 <a class="code" href="classElemTemplateElement.html#a40">getXPath</a>(<font class="keywordtype">unsigned</font> <font class="keywordtype">int</font> index = 0) <font class="keyword">const</font>;
00150
00151 <font class="keyword">protected</font>:
00152
00164 <a class="code" href="classXalanNode.html">XalanNode</a>*
00165 <a class="code" href="classElemNumber.html#b0">findAncestor</a>(
00166 <a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext,
00167 <font class="keyword">const</font> <a class="code" href="classXPath.html">XPath</a>* fromMatchPattern,
00168 <font class="keyword">const</font> <a class="code" href="classXPath.html">XPath</a>* countMatchPattern,
00169 <a class="code" href="classXalanNode.html">XalanNode</a>* context) <font class="keyword">const</font>;
00170
00182 <a class="code" href="classXalanNode.html">XalanNode</a>*
00183 <a class="code" href="classElemNumber.html#b1">findPrecedingOrAncestorOrSelf</a>(
00184 <a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext,
00185 <font class="keyword">const</font> <a class="code" href="classXPath.html">XPath</a>* fromMatchPattern,
00186 <font class="keyword">const</font> <a class="code" href="classXPath.html">XPath</a>* countMatchPattern,
00187 <a class="code" href="classXalanNode.html">XalanNode</a>* context) <font class="keyword">const</font>;
00188
00192 <font class="keyword">const</font> <a class="code" href="classXPath.html">XPath</a>*
00193 <a class="code" href="classElemNumber.html#b2">getCountMatchPattern</a>(
00194 <a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext,
00195 <a class="code" href="classXalanNode.html">XalanNode</a>* contextNode) <font class="keyword">const</font>;
00196
00201 <font class="keywordtype">void</font>
00202 <a class="code" href="classElemNumber.html#b3">getCountString</a>(
00203 <a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext,
00204 <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theResult) <font class="keyword">const</font>;
00205
00206 <font class="keywordtype">void</font>
00207 <a class="code" href="classElemNumber.html#b3">getCountString</a>(
00208 <a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext,
00209 <font class="keyword">const</font> <a class="code" href="classMutableNodeRefList.html">MutableNodeRefList</a>&amp; ancestors,
00210 CountersTable&amp; ctable,
00211 CountType numberList[],
00212 NodeRefListBase::size_type numberListLength,
00213 <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theResult) <font class="keyword">const</font>;
00214
00225 <font class="keywordtype">void</font>
00226 <a class="code" href="classElemNumber.html#b5">getMatchingAncestors</a>(
00227 <a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext,
00228 <a class="code" href="classXalanNode.html">XalanNode</a>* node,
00229 <font class="keywordtype">bool</font> stopAtFirstFound,
00230 <a class="code" href="classMutableNodeRefList.html">MutableNodeRefList</a>&amp; ancestors) <font class="keyword">const</font>;
00231
00237 <a class="code" href="classXalanNumberFormat.html">XalanNumberFormat</a>*
00238 <a class="code" href="classElemNumber.html#b6">getNumberFormatter</a>(<a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext) <font class="keyword">const</font>;
00239
00248 <font class="keywordtype">void</font>
00249 <a class="code" href="classElemNumber.html#b7">formatNumberList</a>(
00250 <a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext,
00251 <font class="keyword">const</font> CountType theList[],
00252 NodeRefListBase::size_type theListLength,
00253 <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; formattedNumber) <font class="keyword">const</font>;
00254
00266 <font class="keyword">static</font> <font class="keywordtype">void</font>
00267 <a class="code" href="classElemNumber.html#e0">int2singlealphaCount</a>(
00268 CountType val,
00269 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; table,
00270 <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theResult);
00271
00284 <font class="keyword">static</font> <font class="keywordtype">void</font>
00285 <a class="code" href="classElemNumber.html#e1">int2alphaCount</a>(
00286 CountType val,
00287 <font class="keyword">const</font> XalanDOMChar table[],
00288 XalanDOMString::size_type length,
00289 <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theResult);
00290
00299 <font class="keyword">static</font> <font class="keywordtype">void</font>
00300 <a class="code" href="classElemNumber.html#e2">toRoman</a>(
00301 CountType val,
00302 <font class="keywordtype">bool</font> prefixesAreOK,
00303 <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theResult);
00304
00305 <font class="keyword">private</font>:
00306
00307 <font class="keywordtype">void</font>
00308 evaluateLetterValueAVT(
00309 <a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext,
00310 <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; value) <font class="keyword">const</font>;
00311
00312 <font class="keywordtype">void</font>
00313 traditionalAlphaCount(
00314 CountType theValue,
00315 <font class="keyword">const</font> XalanNumberingResourceBundle&amp; theResourceBundle,
00316 <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theResult) <font class="keyword">const</font>;
00317
00318 <font class="comment">/*</font>
00319 <font class="comment"> * Get Formatted number</font>
00320 <font class="comment"> */</font>
00321 <font class="keywordtype">void</font>
00322 getFormattedNumber(
00323 <a class="code" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; executionContext,
00324 XalanDOMChar numberType,
00325 XalanDOMString::size_type numberWidth,
00326 CountType listElement,
00327 <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theResult) <font class="keyword">const</font>;
00328
00329 <font class="keyword">const</font> <a class="code" href="classXPath.html">XPath</a>* m_countMatchPattern;
00330 <font class="keyword">const</font> <a class="code" href="classXPath.html">XPath</a>* m_fromMatchPattern;
00331 <font class="keyword">const</font> <a class="code" href="classXPath.html">XPath</a>* m_valueExpr;
00332
00333 CountType m_level; <font class="comment">// = Constants.NUMBERLEVEL_SINGLE;</font>
00334
00335 <font class="keyword">const</font> <a class="code" href="classAVT.html">AVT</a>* m_format_avt;
00336 <font class="keyword">const</font> <a class="code" href="classAVT.html">AVT</a>* m_lang_avt;
00337 <font class="keyword">const</font> <a class="code" href="classAVT.html">AVT</a>* m_lettervalue_avt;
00338 <font class="keyword">const</font> <a class="code" href="classAVT.html">AVT</a>* m_groupingSeparator_avt;
00339 <font class="keyword">const</font> <a class="code" href="classAVT.html">AVT</a>* m_groupingSize_avt;
00340
00341 <font class="keyword">const</font> <font class="keywordtype">unsigned</font> <font class="keywordtype">long</font> m_id;
00342
00346 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_atString[];
00347
00351 <font class="keyword">static</font> <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; s_textString;
00352
00356 <font class="keyword">static</font> <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; s_commentString;
00357
00361 <font class="keyword">static</font> <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; s_slashString;
00362
00366 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_piString[];
00367
00371 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_levelString[];
00372
00376 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_multipleString[];
00377
00381 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_anyString[];
00382
00386 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_singleString[];
00387
00391 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_alphabeticString[];
00392
00396 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_traditionalString[];
00397
00401 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_errorString[];
00402
00406 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_alphaCountTable[];
00407
00408 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMString::size_type s_alphaCountTableSize;
00409
00410 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_elalphaCountTable[];
00411
00412 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMString::size_type s_elalphaCountTableSize;
00413
00419 <font class="keyword">static</font> <font class="keyword">const</font> <a class="code" href="structDecimalToRoman.html">DecimalToRoman</a> s_romanConvertTable[];
00420
00421 <font class="keyword">static</font> <font class="keyword">const</font> size_t s_romanConvertTableSize;
00425 <font class="keyword">static</font> <font class="keyword">const</font> XalanNumberingResourceBundle&amp; s_elalphaResourceBundle;
00426
00427
00428 <font class="keyword">public</font>:
00429
<a name="l00434"></a><a class="code" href="classElemNumber_1_1NumberFormatStringTokenizer.html">00434</a> <font class="keyword">class </font>NumberFormatStringTokenizer
00435 {
00436 <font class="keyword">public</font>:
00437
<a name="l00438"></a><a class="code" href="classElemNumber_1_1NumberFormatStringTokenizer.html#s0">00438</a> <font class="keyword">typedef</font> XalanDOMString::size_type size_type;
00439
00445 <a class="code" href="classElemNumber_1_1NumberFormatStringTokenizer.html#a0">NumberFormatStringTokenizer</a>(<font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theString);
00446
00452 <font class="keywordtype">void</font>
00453 <a class="code" href="classElemNumber_1_1NumberFormatStringTokenizer.html#a1">setString</a>(<font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theString);
00454
00458 <font class="keywordtype">void</font>
<a name="l00459"></a><a class="code" href="classElemNumber_1_1NumberFormatStringTokenizer.html#a2">00459</a> <a class="code" href="classElemNumber_1_1NumberFormatStringTokenizer.html#a2">reset</a>()<font class="keyword"></font>
00460 <font class="keyword"> </font>{
00461 m_currentPosition = 0;
00462 }
00463
00464
00470 <font class="keywordtype">void</font>
00471 <a class="code" href="classElemNumber_1_1NumberFormatStringTokenizer.html#a3">nextToken</a>(<a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theToken);
00472
00478 <font class="keywordtype">bool</font>
<a name="l00479"></a><a class="code" href="classElemNumber_1_1NumberFormatStringTokenizer.html#a4">00479</a> <a class="code" href="classElemNumber_1_1NumberFormatStringTokenizer.html#a4">hasMoreTokens</a>()<font class="keyword"> const</font>
00480 <font class="keyword"> </font>{
00481 <font class="keywordflow">return</font> m_currentPosition &gt;= m_maxPosition ? <font class="keyword">false</font> : <font class="keyword">true</font>;
00482 }
00483
00489 size_type
00490 <a class="code" href="classElemNumber_1_1NumberFormatStringTokenizer.html#a5">countTokens</a>() <font class="keyword">const</font>;
00491
00492 <font class="keyword">private</font>:
00493
00494 size_type m_currentPosition;
00495
00496 size_type m_maxPosition;
00497
00498 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>* m_string;
00499 };
00500
00501 <font class="keyword">private</font>:
00502 };
00503
00504
00505
00506 XALAN_CPP_NAMESPACE_END
00507
00508
00509
00510 <font class="preprocessor">#endif // XALAN_ELEMNUMBER_HEADER_GUARD</font>
</font></pre></div><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>