blob: 33011283d7b905b62f18fdb3061cbc41152eb335 [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>XalanEXSLTSetImpl.hpp</h1><a href="XalanEXSLTSetImpl_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(EXSLT_SETIMPL_HEADER_GUARD_1357924680)</font>
<a name="l00017"></a><a class="code" href="XalanEXSLTSetImpl_8hpp.html#a0">00017</a> <font class="preprocessor"></font><font class="preprocessor">#define EXSLT_SETIMPL_HEADER_GUARD_1357924680</font>
00018 <font class="preprocessor"></font>
00019
00020
00021 <font class="preprocessor">#include "<a class="code" href="XalanEXSLTDefinitions_8hpp.html">XalanEXSLTDefinitions.hpp</a>"</font>
00022
00023
00024
00025 <font class="preprocessor">#include &lt;<a class="code" href="XalanMessageLoader_8hpp.html">xalanc/PlatformSupport/XalanMessageLoader.hpp</a>&gt;</font>
00026
00027
00028
00029 <font class="preprocessor">#include &lt;<a class="code" href="Function_8hpp.html">xalanc/XPath/Function.hpp</a>&gt;</font>
00030
00031
00032
00033 <font class="preprocessor">#include &lt;<a class="code" href="FunctionDifference_8hpp.html">xalanc/XalanExtensions/FunctionDifference.hpp</a>&gt;</font>
00034 <font class="preprocessor">#include &lt;<a class="code" href="FunctionDistinct_8hpp.html">xalanc/XalanExtensions/FunctionDistinct.hpp</a>&gt;</font>
00035 <font class="preprocessor">#include &lt;<a class="code" href="FunctionIntersection_8hpp.html">xalanc/XalanExtensions/FunctionIntersection.hpp</a>&gt;</font>
00036
00037
00038
00039 XALAN_CPP_NAMESPACE_BEGIN
00040
00041
00042
<a name="l00043"></a><a class="code" href="classXalanEXSLTFunctionDifference.html">00043</a> <font class="keyword">class </font>XALAN_EXSLT_EXPORT <a class="code" href="classXalanEXSLTFunctionDifference.html">XalanEXSLTFunctionDifference</a> : <font class="keyword">public</font> <a class="code" href="classFunctionDifference.html">FunctionDifference</a>
00044 {
00045 <font class="keyword">public</font>:
00046
<a name="l00047"></a><a class="code" href="classXalanEXSLTFunctionDifference.html#a0">00047</a> <a class="code" href="classXalanEXSLTFunctionDifference.html#a0">XalanEXSLTFunctionDifference</a>() :
00048 <a class="code" href="classFunctionDifference.html">FunctionDifference</a>()
00049 {
00050 }
00051
00052 <font class="keyword">virtual</font>
<a name="l00053"></a><a class="code" href="classXalanEXSLTFunctionDifference.html#a1">00053</a> <a class="code" href="classXalanEXSLTFunctionDifference.html#a1">~XalanEXSLTFunctionDifference</a>()<font class="keyword"></font>
00054 <font class="keyword"> </font>{
00055 }
00056
00057 <font class="preprocessor">#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)</font>
00058 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classFunction.html">Function</a>*
00059 <font class="preprocessor">#else</font>
00060 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classXalanEXSLTFunctionDifference.html">XalanEXSLTFunctionDifference</a>*
00061 <font class="preprocessor">#endif</font>
<a name="l00062"></a><a class="code" href="classXalanEXSLTFunctionDifference.html#a2">00062</a> <font class="preprocessor"></font> <a class="code" href="classFunctionDifference.html#a3">clone</a>(MemoryManagerType&amp; theManager)<font class="keyword"> const</font>
00063 <font class="keyword"> </font>{
00064 <font class="keywordflow">return</font> <a class="code" href="XalanMemoryManagement_8hpp.html#a19">XalanCopyConstruct</a>(theManager, *<font class="keyword">this</font>);
00065 }
00066
00067 <font class="keyword">protected</font>:
00068
00069 <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
<a name="l00070"></a><a class="code" href="classXalanEXSLTFunctionDifference.html#b0">00070</a> <a class="code" href="classFunctionDifference.html#b0">getError</a>(<a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theBuffer)<font class="keyword"> const</font>
00071 <font class="keyword"> </font>{
00072 <font class="keywordflow">return</font> XalanMessageLoader::getMessage(
00073 theBuffer,
00074 XalanMessages::EXSLTFunctionAcceptsTwoArguments_1Param,
00075 <font class="stringliteral">"difference()"</font>);
00076 }
00077
00078 <font class="keyword">private</font>:
00079
00080 <font class="comment">// Not implemented...</font>
00081 <a class="code" href="classXalanEXSLTFunctionDifference.html">XalanEXSLTFunctionDifference</a>&amp;
00082 operator=(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionDifference.html">XalanEXSLTFunctionDifference</a>&amp;);
00083
00084 <font class="keywordtype">bool</font>
00085 <a class="code" href="ElemAttributeSet_8hpp.html#a1">operator==</a>(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionDifference.html">XalanEXSLTFunctionDifference</a>&amp;) <font class="keyword">const</font>;
00086 };
00087
00088
00089
<a name="l00090"></a><a class="code" href="classXalanEXSLTFunctionDistinct.html">00090</a> <font class="keyword">class </font>XALAN_EXSLT_EXPORT <a class="code" href="classXalanEXSLTFunctionDistinct.html">XalanEXSLTFunctionDistinct</a> : <font class="keyword">public</font> <a class="code" href="classFunctionDistinct.html">FunctionDistinct</a>
00091 {
00092 <font class="keyword">public</font>:
00093
<a name="l00094"></a><a class="code" href="classXalanEXSLTFunctionDistinct.html#a0">00094</a> <a class="code" href="classXalanEXSLTFunctionDistinct.html#a0">XalanEXSLTFunctionDistinct</a>() :
00095 <a class="code" href="classFunctionDistinct.html">FunctionDistinct</a>()
00096 {
00097 }
00098
00099 <font class="keyword">virtual</font>
<a name="l00100"></a><a class="code" href="classXalanEXSLTFunctionDistinct.html#a1">00100</a> <a class="code" href="classXalanEXSLTFunctionDistinct.html#a1">~XalanEXSLTFunctionDistinct</a>()<font class="keyword"></font>
00101 <font class="keyword"> </font>{
00102 }
00103
00104 <font class="preprocessor">#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)</font>
00105 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classFunction.html">Function</a>*
00106 <font class="preprocessor">#else</font>
00107 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classXalanEXSLTFunctionDistinct.html">XalanEXSLTFunctionDistinct</a>*
00108 <font class="preprocessor">#endif</font>
<a name="l00109"></a><a class="code" href="classXalanEXSLTFunctionDistinct.html#a2">00109</a> <font class="preprocessor"></font> <a class="code" href="classFunctionDifference.html#a3">clone</a>(MemoryManagerType&amp; theManager)<font class="keyword"> const</font>
00110 <font class="keyword"> </font>{
00111 <font class="keywordflow">return</font> <a class="code" href="XalanMemoryManagement_8hpp.html#a19">XalanCopyConstruct</a>(theManager, *<font class="keyword">this</font>);
00112 }
00113
00114 <font class="keyword">protected</font>:
00115
00116 <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
<a name="l00117"></a><a class="code" href="classXalanEXSLTFunctionDistinct.html#b0">00117</a> <a class="code" href="classFunctionDifference.html#b0">getError</a>(<a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theBuffer)<font class="keyword"> const</font>
00118 <font class="keyword"> </font>{
00119 <font class="keywordflow">return</font> XalanMessageLoader::getMessage(
00120 theBuffer ,
00121 XalanMessages::EXSLTFunctionAcceptsOneArgument_1Param,
00122 <font class="stringliteral">"distinct()"</font>);
00123 }
00124
00125
00126 <font class="keyword">private</font>:
00127
00128 <font class="comment">// Not implemented...</font>
00129 <a class="code" href="classXalanEXSLTFunctionDistinct.html">XalanEXSLTFunctionDistinct</a>&amp;
00130 operator=(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionDistinct.html">XalanEXSLTFunctionDistinct</a>&amp;);
00131
00132 <font class="keywordtype">bool</font>
00133 <a class="code" href="ElemAttributeSet_8hpp.html#a1">operator==</a>(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionDistinct.html">XalanEXSLTFunctionDistinct</a>&amp;) <font class="keyword">const</font>;
00134 };
00135
00136
00137
<a name="l00138"></a><a class="code" href="classXalanEXSLTFunctionHasSameNode.html">00138</a> <font class="keyword">class </font>XALAN_EXSLT_EXPORT <a class="code" href="classXalanEXSLTFunctionHasSameNode.html">XalanEXSLTFunctionHasSameNode</a> : <font class="keyword">public</font> <a class="code" href="classFunction.html">Function</a>
00139 {
00140 <font class="keyword">public</font>:
00141
<a name="l00142"></a><a class="code" href="classXalanEXSLTFunctionHasSameNode.html#s0">00142</a> <font class="keyword">typedef</font> <a class="code" href="classFunction.html">Function</a> ParentType;
00143
<a name="l00144"></a><a class="code" href="classXalanEXSLTFunctionHasSameNode.html#a0">00144</a> <a class="code" href="classXalanEXSLTFunctionHasSameNode.html#a0">XalanEXSLTFunctionHasSameNode</a>() :
00145 <a class="code" href="classFunction.html">Function</a>()
00146 {
00147 }
00148
00149 <font class="keyword">virtual</font>
<a name="l00150"></a><a class="code" href="classXalanEXSLTFunctionHasSameNode.html#a1">00150</a> <a class="code" href="classXalanEXSLTFunctionHasSameNode.html#a1">~XalanEXSLTFunctionHasSameNode</a>()<font class="keyword"></font>
00151 <font class="keyword"> </font>{
00152 }
00153
00154 <font class="comment">// These methods are inherited from Function ...</font>
00155
00156 <font class="keyword">virtual</font> <a class="code" href="classXObjectPtr.html">XObjectPtr</a>
00157 <a class="code" href="classFunction.html#a2">execute</a>(
00158 <a class="code" href="classXPathExecutionContext.html">XPathExecutionContext</a>&amp; executionContext,
00159 <a class="code" href="classXalanNode.html">XalanNode</a>* context,
00160 <font class="keyword">const</font> XObjectArgVectorType&amp; args,
00161 <font class="keyword">const</font> LocatorType* locator) <font class="keyword">const</font>;
00162
00163 <font class="preprocessor">#if !defined(XALAN_NO_USING_DECLARATION)</font>
00164 <font class="preprocessor"></font> <font class="keyword">using</font> ParentType::execute;
00165 <font class="preprocessor">#endif</font>
00166 <font class="preprocessor"></font>
00167 <font class="preprocessor">#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)</font>
00168 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classFunction.html">Function</a>*
00169 <font class="preprocessor">#else</font>
00170 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classXalanEXSLTFunctionHasSameNode.html">XalanEXSLTFunctionHasSameNode</a>*
00171 <font class="preprocessor">#endif</font>
<a name="l00172"></a><a class="code" href="classXalanEXSLTFunctionHasSameNode.html#a3">00172</a> <font class="preprocessor"></font> <a class="code" href="classFunction.html#a7">clone</a>(MemoryManagerType&amp; theManager)<font class="keyword"> const</font>
00173 <font class="keyword"> </font>{
00174 <font class="keywordflow">return</font> <a class="code" href="XalanMemoryManagement_8hpp.html#a19">XalanCopyConstruct</a>(theManager, *<font class="keyword">this</font>);
00175 }
00176
00177 <font class="keyword">protected</font>:
00178
00179 <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
<a name="l00180"></a><a class="code" href="classXalanEXSLTFunctionHasSameNode.html#b0">00180</a> <a class="code" href="classFunction.html#b0">getError</a>(<a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theBuffer)<font class="keyword"> const</font>
00181 <font class="keyword"> </font>{
00182 <font class="keywordflow">return</font> XalanMessageLoader::getMessage(
00183 theBuffer,
00184 XalanMessages::EXSLTFunctionAcceptsTwoArguments_1Param,
00185 <font class="stringliteral">"has-same-node()"</font>);
00186 }
00187
00188
00189
00190 <font class="keyword">private</font>:
00191
00192 <font class="comment">// Not implemented...</font>
00193 <a class="code" href="classXalanEXSLTFunctionHasSameNode.html">XalanEXSLTFunctionHasSameNode</a>&amp;
00194 operator=(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionHasSameNode.html">XalanEXSLTFunctionHasSameNode</a>&amp;);
00195
00196 <font class="keywordtype">bool</font>
00197 <a class="code" href="ElemAttributeSet_8hpp.html#a1">operator==</a>(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionHasSameNode.html">XalanEXSLTFunctionHasSameNode</a>&amp;) <font class="keyword">const</font>;
00198 };
00199
00200
00201
<a name="l00202"></a><a class="code" href="classXalanEXSLTFunctionIntersection.html">00202</a> <font class="keyword">class </font>XALAN_EXSLT_EXPORT <a class="code" href="classXalanEXSLTFunctionIntersection.html">XalanEXSLTFunctionIntersection</a> : <font class="keyword">public</font> <a class="code" href="classFunctionIntersection.html">FunctionIntersection</a>
00203 {
00204 <font class="keyword">public</font>:
00205
<a name="l00206"></a><a class="code" href="classXalanEXSLTFunctionIntersection.html#a0">00206</a> <a class="code" href="classXalanEXSLTFunctionIntersection.html#a0">XalanEXSLTFunctionIntersection</a>() :
00207 <a class="code" href="classFunctionIntersection.html">FunctionIntersection</a>()
00208 {
00209 }
00210
00211 <font class="keyword">virtual</font>
<a name="l00212"></a><a class="code" href="classXalanEXSLTFunctionIntersection.html#a1">00212</a> <a class="code" href="classXalanEXSLTFunctionIntersection.html#a1">~XalanEXSLTFunctionIntersection</a>()<font class="keyword"></font>
00213 <font class="keyword"> </font>{
00214 }
00215
00216 <font class="preprocessor">#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)</font>
00217 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classFunction.html">Function</a>*
00218 <font class="preprocessor">#else</font>
00219 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classXalanEXSLTFunctionIntersection.html">XalanEXSLTFunctionIntersection</a>*
00220 <font class="preprocessor">#endif</font>
<a name="l00221"></a><a class="code" href="classXalanEXSLTFunctionIntersection.html#a2">00221</a> <font class="preprocessor"></font> <a class="code" href="classFunction.html#a7">clone</a>(MemoryManagerType&amp; theManager)<font class="keyword"> const</font>
00222 <font class="keyword"> </font>{
00223 <font class="keywordflow">return</font> <a class="code" href="XalanMemoryManagement_8hpp.html#a19">XalanCopyConstruct</a>(theManager, *<font class="keyword">this</font>);
00224 }
00225
00226 <font class="keyword">protected</font>:
00227
00228 <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
<a name="l00229"></a><a class="code" href="classXalanEXSLTFunctionIntersection.html#b0">00229</a> <a class="code" href="classFunction.html#b0">getError</a>(<a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theBuffer)<font class="keyword"> const</font>
00230 <font class="keyword"> </font>{
00231 <font class="keywordflow">return</font> XalanMessageLoader::getMessage(
00232 theBuffer,
00233 XalanMessages::EXSLTFunctionAcceptsTwoArguments_1Param,
00234 <font class="stringliteral">"distinct()"</font>);
00235 }
00236
00237 <font class="keyword">private</font>:
00238
00239 <font class="comment">// Not implemented...</font>
00240 <a class="code" href="classXalanEXSLTFunctionIntersection.html">XalanEXSLTFunctionIntersection</a>&amp;
00241 operator=(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionIntersection.html">XalanEXSLTFunctionIntersection</a>&amp;);
00242
00243 <font class="keywordtype">bool</font>
00244 <a class="code" href="ElemAttributeSet_8hpp.html#a1">operator==</a>(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionIntersection.html">XalanEXSLTFunctionIntersection</a>&amp;) <font class="keyword">const</font>;
00245 };
00246
00247
00248
<a name="l00249"></a><a class="code" href="classXalanEXSLTFunctionLeading.html">00249</a> <font class="keyword">class </font>XALAN_EXSLT_EXPORT <a class="code" href="classXalanEXSLTFunctionLeading.html">XalanEXSLTFunctionLeading</a> : <font class="keyword">public</font> <a class="code" href="classFunction.html">Function</a>
00250 {
00251 <font class="keyword">public</font>:
00252
<a name="l00253"></a><a class="code" href="classXalanEXSLTFunctionLeading.html#s0">00253</a> <font class="keyword">typedef</font> <a class="code" href="classFunction.html">Function</a> ParentType;
00254
<a name="l00255"></a><a class="code" href="classXalanEXSLTFunctionLeading.html#a0">00255</a> <a class="code" href="classXalanEXSLTFunctionLeading.html#a0">XalanEXSLTFunctionLeading</a>() :
00256 <a class="code" href="classFunction.html">Function</a>()
00257 {
00258 }
00259
00260 <font class="keyword">virtual</font>
<a name="l00261"></a><a class="code" href="classXalanEXSLTFunctionLeading.html#a1">00261</a> <a class="code" href="classXalanEXSLTFunctionLeading.html#a1">~XalanEXSLTFunctionLeading</a>()<font class="keyword"></font>
00262 <font class="keyword"> </font>{
00263 }
00264
00265 <font class="comment">// These methods are inherited from Function ...</font>
00266
00267 <font class="keyword">virtual</font> <a class="code" href="classXObjectPtr.html">XObjectPtr</a>
00268 <a class="code" href="classFunction.html#a2">execute</a>(
00269 <a class="code" href="classXPathExecutionContext.html">XPathExecutionContext</a>&amp; executionContext,
00270 <a class="code" href="classXalanNode.html">XalanNode</a>* context,
00271 <font class="keyword">const</font> XObjectArgVectorType&amp; args,
00272 <font class="keyword">const</font> LocatorType* locator) <font class="keyword">const</font>;
00273
00274 <font class="preprocessor">#if !defined(XALAN_NO_USING_DECLARATION)</font>
00275 <font class="preprocessor"></font> <font class="keyword">using</font> ParentType::execute;
00276 <font class="preprocessor">#endif</font>
00277 <font class="preprocessor"></font>
00278 <font class="preprocessor">#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)</font>
00279 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classFunction.html">Function</a>*
00280 <font class="preprocessor">#else</font>
00281 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classXalanEXSLTFunctionLeading.html">XalanEXSLTFunctionLeading</a>*
00282 <font class="preprocessor">#endif</font>
<a name="l00283"></a><a class="code" href="classXalanEXSLTFunctionLeading.html#a3">00283</a> <font class="preprocessor"></font> <a class="code" href="classFunction.html#a7">clone</a>(MemoryManagerType&amp; theManager)<font class="keyword"> const</font>
00284 <font class="keyword"> </font>{
00285 <font class="keywordflow">return</font> <a class="code" href="XalanMemoryManagement_8hpp.html#a19">XalanCopyConstruct</a>(theManager, *<font class="keyword">this</font>);
00286 }
00287
00288 <font class="keyword">protected</font>:
00289
00290 <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
<a name="l00291"></a><a class="code" href="classXalanEXSLTFunctionLeading.html#b0">00291</a> <a class="code" href="classFunction.html#b0">getError</a>(<a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theBuffer)<font class="keyword"> const</font>
00292 <font class="keyword"> </font>{
00293 <font class="keywordflow">return</font> XalanMessageLoader::getMessage(
00294 theBuffer,
00295 XalanMessages::EXSLTFunctionAcceptsTwoArguments_1Param,
00296 <font class="stringliteral">"leading()"</font>);
00297 }
00298
00299 <font class="keyword">private</font>:
00300
00301 <font class="comment">// Not implemented...</font>
00302 <a class="code" href="classXalanEXSLTFunctionLeading.html">XalanEXSLTFunctionLeading</a>&amp;
00303 operator=(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionLeading.html">XalanEXSLTFunctionLeading</a>&amp;);
00304
00305 <font class="keywordtype">bool</font>
00306 <a class="code" href="ElemAttributeSet_8hpp.html#a1">operator==</a>(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionLeading.html">XalanEXSLTFunctionLeading</a>&amp;) <font class="keyword">const</font>;
00307 };
00308
00309
00310
<a name="l00311"></a><a class="code" href="classXalanEXSLTFunctionTrailing.html">00311</a> <font class="keyword">class </font>XALAN_EXSLT_EXPORT <a class="code" href="classXalanEXSLTFunctionTrailing.html">XalanEXSLTFunctionTrailing</a> : <font class="keyword">public</font> <a class="code" href="classFunction.html">Function</a>
00312 {
00313 <font class="keyword">public</font>:
00314
<a name="l00315"></a><a class="code" href="classXalanEXSLTFunctionTrailing.html#s0">00315</a> <font class="keyword">typedef</font> <a class="code" href="classFunction.html">Function</a> ParentType;
00316
<a name="l00317"></a><a class="code" href="classXalanEXSLTFunctionTrailing.html#a0">00317</a> <a class="code" href="classXalanEXSLTFunctionTrailing.html#a0">XalanEXSLTFunctionTrailing</a>() :
00318 <a class="code" href="classFunction.html">Function</a>()
00319 {
00320 }
00321
00322 <font class="keyword">virtual</font>
<a name="l00323"></a><a class="code" href="classXalanEXSLTFunctionTrailing.html#a1">00323</a> <a class="code" href="classXalanEXSLTFunctionTrailing.html#a1">~XalanEXSLTFunctionTrailing</a>()<font class="keyword"></font>
00324 <font class="keyword"> </font>{
00325 }
00326
00327 <font class="comment">// These methods are inherited from Function ...</font>
00328
00329 <font class="keyword">virtual</font> <a class="code" href="classXObjectPtr.html">XObjectPtr</a>
00330 <a class="code" href="classFunction.html#a2">execute</a>(
00331 <a class="code" href="classXPathExecutionContext.html">XPathExecutionContext</a>&amp; executionContext,
00332 <a class="code" href="classXalanNode.html">XalanNode</a>* context,
00333 <font class="keyword">const</font> XObjectArgVectorType&amp; args,
00334 <font class="keyword">const</font> LocatorType* locator) <font class="keyword">const</font>;
00335
00336 <font class="preprocessor">#if !defined(XALAN_NO_USING_DECLARATION)</font>
00337 <font class="preprocessor"></font> <font class="keyword">using</font> ParentType::execute;
00338 <font class="preprocessor">#endif</font>
00339 <font class="preprocessor"></font>
00340 <font class="preprocessor">#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)</font>
00341 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classFunction.html">Function</a>*
00342 <font class="preprocessor">#else</font>
00343 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classXalanEXSLTFunctionTrailing.html">XalanEXSLTFunctionTrailing</a>*
00344 <font class="preprocessor">#endif</font>
<a name="l00345"></a><a class="code" href="classXalanEXSLTFunctionTrailing.html#a3">00345</a> <font class="preprocessor"></font> <a class="code" href="classFunction.html#a7">clone</a>(MemoryManagerType&amp; theManager)<font class="keyword"> const</font>
00346 <font class="keyword"> </font>{
00347 <font class="keywordflow">return</font> <a class="code" href="XalanMemoryManagement_8hpp.html#a19">XalanCopyConstruct</a>(theManager, *<font class="keyword">this</font>);
00348 }
00349
00350 <font class="keyword">protected</font>:
00351
00352 <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
<a name="l00353"></a><a class="code" href="classXalanEXSLTFunctionTrailing.html#b0">00353</a> <a class="code" href="classFunction.html#b0">getError</a>(<a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theBuffer)<font class="keyword"> const</font>
00354 <font class="keyword"> </font>{
00355 <font class="keywordflow">return</font> XalanMessageLoader::getMessage(
00356 theBuffer,
00357 XalanMessages::EXSLTFunctionAcceptsTwoArguments_1Param,
00358 <font class="stringliteral">"trailing()"</font>);
00359 }
00360
00361 <font class="keyword">private</font>:
00362
00363 <font class="comment">// Not implemented...</font>
00364 <a class="code" href="classXalanEXSLTFunctionTrailing.html">XalanEXSLTFunctionTrailing</a>&amp;
00365 operator=(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionTrailing.html">XalanEXSLTFunctionTrailing</a>&amp;);
00366
00367 <font class="keywordtype">bool</font>
00368 <a class="code" href="ElemAttributeSet_8hpp.html#a1">operator==</a>(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionTrailing.html">XalanEXSLTFunctionTrailing</a>&amp;) <font class="keyword">const</font>;
00369 };
00370
00371
00372
00373 XALAN_CPP_NAMESPACE_END
00374
00375
00376
00377 <font class="preprocessor">#endif // EXSLT_SETIMPL_HEADER_GUARD_1357924680</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>