blob: 275de3abd56e36a8d84a068b0ead730e1f81a80f [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>XalanEXSLTStringImpl.hpp</h1><a href="XalanEXSLTStringImpl_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_STRINGIMPL_HEADER_GUARD_1357924680)</font>
<a name="l00017"></a><a class="code" href="XalanEXSLTStringImpl_8hpp.html#a0">00017</a> <font class="preprocessor"></font><font class="preprocessor">#define EXSLT_STRINGIMPL_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 XALAN_CPP_NAMESPACE_BEGIN
00034
00035
00036
<a name="l00037"></a><a class="code" href="classXalanEXSLTFunctionAlign.html">00037</a> <font class="keyword">class </font>XALAN_EXSLT_EXPORT <a class="code" href="classXalanEXSLTFunctionAlign.html">XalanEXSLTFunctionAlign</a> : <font class="keyword">public</font> <a class="code" href="classFunction.html">Function</a>
00038 {
00039 <font class="keyword">public</font>:
00040
<a name="l00041"></a><a class="code" href="classXalanEXSLTFunctionAlign.html#s0">00041</a> <font class="keyword">typedef</font> <a class="code" href="classFunction.html">Function</a> ParentType;
00042
<a name="l00043"></a><a class="code" href="classXalanEXSLTFunctionAlign.html#a0">00043</a> <a class="code" href="classXalanEXSLTFunctionAlign.html#a0">XalanEXSLTFunctionAlign</a>()<font class="keyword"></font>
00044 <font class="keyword"> </font>{
00045 }
00046
00047
00048 <font class="keyword">virtual</font>
<a name="l00049"></a><a class="code" href="classXalanEXSLTFunctionAlign.html#a1">00049</a> <a class="code" href="classXalanEXSLTFunctionAlign.html#a1">~XalanEXSLTFunctionAlign</a>()<font class="keyword"></font>
00050 <font class="keyword"> </font>{
00051 }
00052
00053 <font class="comment">// These methods are inherited from Function ...</font>
00054
00055 <font class="keyword">virtual</font> <a class="code" href="classXObjectPtr.html">XObjectPtr</a>
00056 <a class="code" href="classFunction.html#a2">execute</a>(
00057 <a class="code" href="classXPathExecutionContext.html">XPathExecutionContext</a>&amp; executionContext,
00058 <a class="code" href="classXalanNode.html">XalanNode</a>* context,
00059 <font class="keyword">const</font> XObjectArgVectorType&amp; args,
00060 <font class="keyword">const</font> LocatorType* locator) <font class="keyword">const</font>;
00061
00062 <font class="preprocessor">#if !defined(XALAN_NO_USING_DECLARATION)</font>
00063 <font class="preprocessor"></font> <font class="keyword">using</font> ParentType::execute;
00064 <font class="preprocessor">#endif</font>
00065 <font class="preprocessor"></font>
00066 <font class="preprocessor">#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)</font>
00067 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classFunction.html">Function</a>*
00068 <font class="preprocessor">#else</font>
00069 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classXalanEXSLTFunctionAlign.html">XalanEXSLTFunctionAlign</a>*
00070 <font class="preprocessor">#endif</font>
<a name="l00071"></a><a class="code" href="classXalanEXSLTFunctionAlign.html#a3">00071</a> <font class="preprocessor"></font> <a class="code" href="classFunction.html#a7">clone</a>(MemoryManagerType&amp; theManager)<font class="keyword"> const</font>
00072 <font class="keyword"> </font>{
00073 <font class="keywordflow">return</font> <a class="code" href="XalanMemoryManagement_8hpp.html#a19">XalanCopyConstruct</a>(theManager, *<font class="keyword">this</font>);
00074 }
00075
00076 <font class="keyword">protected</font>:
00077
00078 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
<a name="l00079"></a><a class="code" href="classXalanEXSLTFunctionAlign.html#b0">00079</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>
00080 <font class="keyword"> </font>{
00081 <font class="keywordflow">return</font> XalanMessageLoader::getMessage(
00082 theBuffer,
00083 XalanMessages::EXSLTFunctionAcceptsTwoOrThreeArguments_1Param,
00084 <font class="stringliteral">"align()"</font>);
00085 }
00086
00087 <font class="keyword">private</font>:
00088
00089 <font class="comment">// Not implemented...</font>
00090 <a class="code" href="classXalanEXSLTFunctionAlign.html">XalanEXSLTFunctionAlign</a>&amp;
00091 operator=(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionAlign.html">XalanEXSLTFunctionAlign</a>&amp;);
00092
00093 <font class="keywordtype">bool</font>
00094 <a class="code" href="ElemAttributeSet_8hpp.html#a1">operator==</a>(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionAlign.html">XalanEXSLTFunctionAlign</a>&amp;) <font class="keyword">const</font>;
00095
00096
00097 <font class="comment">// Data members...</font>
00098 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_centerString[];
00099 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_rightString[];
00100 };
00101
00102
00103
<a name="l00104"></a><a class="code" href="classXalanEXSLTFunctionConcat.html">00104</a> <font class="keyword">class </font>XALAN_EXSLT_EXPORT <a class="code" href="classXalanEXSLTFunctionConcat.html">XalanEXSLTFunctionConcat</a> : <font class="keyword">public</font> <a class="code" href="classFunction.html">Function</a>
00105 {
00106 <font class="keyword">public</font>:
00107
<a name="l00108"></a><a class="code" href="classXalanEXSLTFunctionConcat.html#s0">00108</a> <font class="keyword">typedef</font> <a class="code" href="classFunction.html">Function</a> ParentType;
00109
<a name="l00110"></a><a class="code" href="classXalanEXSLTFunctionConcat.html#a0">00110</a> <a class="code" href="classXalanEXSLTFunctionConcat.html#a0">XalanEXSLTFunctionConcat</a>() :
00111 <a class="code" href="classFunction.html">Function</a>()
00112 {
00113 }
00114
00115 <font class="keyword">virtual</font>
<a name="l00116"></a><a class="code" href="classXalanEXSLTFunctionConcat.html#a1">00116</a> <a class="code" href="classXalanEXSLTFunctionConcat.html#a1">~XalanEXSLTFunctionConcat</a>()<font class="keyword"></font>
00117 <font class="keyword"> </font>{
00118 }
00119
00120 <font class="comment">// These methods are inherited from Function ...</font>
00121
00122 <font class="keyword">virtual</font> <a class="code" href="classXObjectPtr.html">XObjectPtr</a>
00123 <a class="code" href="classFunction.html#a2">execute</a>(
00124 <a class="code" href="classXPathExecutionContext.html">XPathExecutionContext</a>&amp; executionContext,
00125 <a class="code" href="classXalanNode.html">XalanNode</a>* context,
00126 <font class="keyword">const</font> XObjectArgVectorType&amp; args,
00127 <font class="keyword">const</font> LocatorType* locator) <font class="keyword">const</font>;
00128
00129 <font class="preprocessor">#if !defined(XALAN_NO_USING_DECLARATION)</font>
00130 <font class="preprocessor"></font> <font class="keyword">using</font> ParentType::execute;
00131 <font class="preprocessor">#endif</font>
00132 <font class="preprocessor"></font>
00133 <font class="preprocessor">#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)</font>
00134 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classFunction.html">Function</a>*
00135 <font class="preprocessor">#else</font>
00136 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classXalanEXSLTFunctionConcat.html">XalanEXSLTFunctionConcat</a>*
00137 <font class="preprocessor">#endif</font>
<a name="l00138"></a><a class="code" href="classXalanEXSLTFunctionConcat.html#a3">00138</a> <font class="preprocessor"></font> <a class="code" href="classFunction.html#a7">clone</a>(MemoryManagerType&amp; theManager)<font class="keyword"> const</font>
00139 <font class="keyword"> </font>{
00140 <font class="keywordflow">return</font> <a class="code" href="XalanMemoryManagement_8hpp.html#a19">XalanCopyConstruct</a>(theManager, *<font class="keyword">this</font>);
00141 }
00142
00143 <font class="keyword">protected</font>:
00144
00145 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
<a name="l00146"></a><a class="code" href="classXalanEXSLTFunctionConcat.html#b0">00146</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>
00147 <font class="keyword"> </font>{
00148 <font class="keywordflow">return</font> XalanMessageLoader::getMessage(
00149 theBuffer,
00150 XalanMessages::EXSLTFunctionAcceptsOneArgument_1Param,
00151 <font class="stringliteral">"concat()"</font>);
00152 }
00153
00154 <font class="keyword">private</font>:
00155
00156 <font class="comment">// Not implemented...</font>
00157 <a class="code" href="classXalanEXSLTFunctionConcat.html">XalanEXSLTFunctionConcat</a>&amp;
00158 operator=(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionConcat.html">XalanEXSLTFunctionConcat</a>&amp;);
00159
00160 <font class="keywordtype">bool</font>
00161 <a class="code" href="ElemAttributeSet_8hpp.html#a1">operator==</a>(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionConcat.html">XalanEXSLTFunctionConcat</a>&amp;) <font class="keyword">const</font>;
00162 };
00163
00164
00165
<a name="l00166"></a><a class="code" href="classXalanEXSLTFunctionPadding.html">00166</a> <font class="keyword">class </font>XALAN_EXSLT_EXPORT <a class="code" href="classXalanEXSLTFunctionPadding.html">XalanEXSLTFunctionPadding</a> : <font class="keyword">public</font> <a class="code" href="classFunction.html">Function</a>
00167 {
00168 <font class="keyword">public</font>:
00169
<a name="l00170"></a><a class="code" href="classXalanEXSLTFunctionPadding.html#s0">00170</a> <font class="keyword">typedef</font> <a class="code" href="classFunction.html">Function</a> ParentType;
00171
<a name="l00172"></a><a class="code" href="classXalanEXSLTFunctionPadding.html#a0">00172</a> <a class="code" href="classXalanEXSLTFunctionPadding.html#a0">XalanEXSLTFunctionPadding</a>(MemoryManagerType&amp; theManager) :
00173 <a class="code" href="classFunction.html">Function</a>(),
00174 m_space(s_spaceString, theManager)
00175 {
00176 }
00177
00178 <font class="comment">// A dummy constructor for use internally. Do not use this one!!!!</font>
<a name="l00179"></a><a class="code" href="classXalanEXSLTFunctionPadding.html#a1">00179</a> <a class="code" href="classXalanEXSLTFunctionPadding.html#a0">XalanEXSLTFunctionPadding</a>(
00180 MemoryManagerType&amp; theManager,
00181 <font class="keywordtype">int</font> <font class="comment">/* theDummy */</font>) :
00182 <a class="code" href="classFunction.html">Function</a>(),
00183 m_space(theManager)
00184 {
00185 }
00186
<a name="l00187"></a><a class="code" href="classXalanEXSLTFunctionPadding.html#a2">00187</a> <a class="code" href="classXalanEXSLTFunctionPadding.html#a0">XalanEXSLTFunctionPadding</a>(
00188 <font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionPadding.html">XalanEXSLTFunctionPadding</a>&amp; other,
00189 MemoryManagerType&amp; theManager) :
00190 <a class="code" href="classFunction.html">Function</a>(other),
00191 m_space(s_spaceString, theManager)
00192 {
00193 }
00194
00195 <font class="keyword">virtual</font>
<a name="l00196"></a><a class="code" href="classXalanEXSLTFunctionPadding.html#a3">00196</a> <a class="code" href="classXalanEXSLTFunctionPadding.html#a3">~XalanEXSLTFunctionPadding</a>()<font class="keyword"></font>
00197 <font class="keyword"> </font>{
00198 }
00199
00200 <font class="comment">// These methods are inherited from Function ...</font>
00201
00202 <font class="keyword">virtual</font> <a class="code" href="classXObjectPtr.html">XObjectPtr</a>
00203 <a class="code" href="classFunction.html#a2">execute</a>(
00204 <a class="code" href="classXPathExecutionContext.html">XPathExecutionContext</a>&amp; executionContext,
00205 <a class="code" href="classXalanNode.html">XalanNode</a>* context,
00206 <font class="keyword">const</font> XObjectArgVectorType&amp; args,
00207 <font class="keyword">const</font> LocatorType* locator) <font class="keyword">const</font>;
00208
00209 <font class="preprocessor">#if !defined(XALAN_NO_USING_DECLARATION)</font>
00210 <font class="preprocessor"></font> <font class="keyword">using</font> ParentType::execute;
00211 <font class="preprocessor">#endif</font>
00212 <font class="preprocessor"></font>
00213 <font class="preprocessor">#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)</font>
00214 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classFunction.html">Function</a>*
00215 <font class="preprocessor">#else</font>
00216 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classXalanEXSLTFunctionPadding.html">XalanEXSLTFunctionPadding</a>*
00217 <font class="preprocessor">#endif</font>
<a name="l00218"></a><a class="code" href="classXalanEXSLTFunctionPadding.html#a5">00218</a> <font class="preprocessor"></font> <a class="code" href="classFunction.html#a7">clone</a>(MemoryManagerType&amp; theManager)<font class="keyword"> const</font>
00219 <font class="keyword"> </font>{
00220 <font class="keywordflow">return</font> <a class="code" href="XalanMemoryManagement_8hpp.html#a19">XalanCopyConstruct</a>(theManager, *<font class="keyword">this</font>, theManager);
00221 }
00222
00223 <font class="keyword">protected</font>:
00224
00225 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
<a name="l00226"></a><a class="code" href="classXalanEXSLTFunctionPadding.html#b0">00226</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>
00227 <font class="keyword"> </font>{
00228 <font class="keywordflow">return</font> XalanMessageLoader::getMessage(
00229 theBuffer,
00230 XalanMessages::EXSLTFunctionAccepts1Or2Argument_1Param,
00231 <font class="stringliteral">"padding()"</font>);
00232 }
00233
00234 <font class="keyword">private</font>:
00235
00236 <font class="comment">// Not implemented...</font>
00237 <a class="code" href="classXalanEXSLTFunctionPadding.html#a0">XalanEXSLTFunctionPadding</a>(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionPadding.html">XalanEXSLTFunctionPadding</a>&amp;);
00238
00239 <a class="code" href="classXalanEXSLTFunctionPadding.html">XalanEXSLTFunctionPadding</a>&amp;
00240 operator=(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionPadding.html">XalanEXSLTFunctionPadding</a>&amp;);
00241
00242 <font class="keywordtype">bool</font>
00243 <a class="code" href="ElemAttributeSet_8hpp.html#a1">operator==</a>(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionPadding.html">XalanEXSLTFunctionPadding</a>&amp;) <font class="keyword">const</font>;
00244
00245
00246 <font class="comment">// Data members...</font>
00247 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a> m_space;
00248
00249 <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_spaceString[];
00250 };
00251
00252
<a name="l00253"></a><a class="code" href="classXalanEXSLTFunctionEncodeURI.html">00253</a> <font class="keyword">class </font>XALAN_EXSLT_EXPORT <a class="code" href="classXalanEXSLTFunctionEncodeURI.html">XalanEXSLTFunctionEncodeURI</a> : <font class="keyword">public</font> <a class="code" href="classFunction.html">Function</a>
00254 {
00255 <font class="keyword">public</font>:
00256
<a name="l00257"></a><a class="code" href="classXalanEXSLTFunctionEncodeURI.html#s0">00257</a> <font class="keyword">typedef</font> <a class="code" href="classFunction.html">Function</a> ParentType;
00258
<a name="l00259"></a><a class="code" href="classXalanEXSLTFunctionEncodeURI.html#a0">00259</a> <a class="code" href="classXalanEXSLTFunctionEncodeURI.html#a0">XalanEXSLTFunctionEncodeURI</a>() :
00260 <a class="code" href="classFunction.html">Function</a>()
00261 {
00262 }
00263
00264 <font class="keyword">virtual</font>
<a name="l00265"></a><a class="code" href="classXalanEXSLTFunctionEncodeURI.html#a1">00265</a> <a class="code" href="classXalanEXSLTFunctionEncodeURI.html#a1">~XalanEXSLTFunctionEncodeURI</a>()<font class="keyword"></font>
00266 <font class="keyword"> </font>{
00267 }
00268
00269 <font class="comment">// These methods are inherited from Function ...</font>
00270
00271 <font class="keyword">virtual</font> <a class="code" href="classXObjectPtr.html">XObjectPtr</a>
00272 <a class="code" href="classFunction.html#a2">execute</a>(
00273 <a class="code" href="classXPathExecutionContext.html">XPathExecutionContext</a>&amp; executionContext,
00274 <a class="code" href="classXalanNode.html">XalanNode</a>* context,
00275 <font class="keyword">const</font> XObjectArgVectorType&amp; args,
00276 <font class="keyword">const</font> LocatorType* locator) <font class="keyword">const</font>;
00277
00278 <font class="preprocessor">#if !defined(XALAN_NO_USING_DECLARATION)</font>
00279 <font class="preprocessor"></font> <font class="keyword">using</font> ParentType::execute;
00280 <font class="preprocessor">#endif</font>
00281 <font class="preprocessor"></font>
00282 <font class="preprocessor">#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)</font>
00283 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classFunction.html">Function</a>*
00284 <font class="preprocessor">#else</font>
00285 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classXalanEXSLTFunctionEncodeURI.html">XalanEXSLTFunctionEncodeURI</a>*
00286 <font class="preprocessor">#endif</font>
<a name="l00287"></a><a class="code" href="classXalanEXSLTFunctionEncodeURI.html#a3">00287</a> <font class="preprocessor"></font> <a class="code" href="classFunction.html#a7">clone</a>(MemoryManagerType&amp; theManager)<font class="keyword"> const</font>
00288 <font class="keyword"> </font>{
00289 <font class="keywordflow">return</font> <a class="code" href="XalanMemoryManagement_8hpp.html#a19">XalanCopyConstruct</a>(theManager, *<font class="keyword">this</font>);
00290 }
00291
00292 <font class="keyword">protected</font>:
00293
00294 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
<a name="l00295"></a><a class="code" href="classXalanEXSLTFunctionEncodeURI.html#b0">00295</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>
00296 <font class="keyword"> </font>{
00297 <font class="keywordflow">return</font> XalanMessageLoader::getMessage(
00298 theBuffer,
00299 XalanMessages::EXSLTFunctionAcceptsTwoOrThreeArguments_1Param,
00300 <font class="stringliteral">"encode-uri()"</font>);
00301 }
00302
00303 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
00304 <a class="code" href="classXalanEXSLTFunctionEncodeURI.html#b1">escapedOctet</a>(
00305 XalanDOMChar theChar,
00306 <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theBuffer) <font class="keyword">const</font>;
00307
<a name="l00308"></a><a class="code" href="classXalanEXSLTFunctionEncodeURI.html#q0">00308</a> <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_reservedChars[];
<a name="l00309"></a><a class="code" href="classXalanEXSLTFunctionEncodeURI.html#q1">00309</a> <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMString::size_type s_reservedCharsSize;
00310
<a name="l00311"></a><a class="code" href="classXalanEXSLTFunctionEncodeURI.html#q2">00311</a> <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMChar s_excludedChars[];
<a name="l00312"></a><a class="code" href="classXalanEXSLTFunctionEncodeURI.html#q3">00312</a> <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMString::size_type s_excludedCharsSize;
00313
00314 <font class="keyword">private</font>:
00315
00316 <font class="comment">// Not implemented...</font>
00317 <a class="code" href="classXalanEXSLTFunctionEncodeURI.html">XalanEXSLTFunctionEncodeURI</a>&amp;
00318 operator=(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionEncodeURI.html">XalanEXSLTFunctionEncodeURI</a>&amp;);
00319
00320 <font class="keywordtype">bool</font>
00321 <a class="code" href="ElemAttributeSet_8hpp.html#a1">operator==</a>(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionEncodeURI.html">XalanEXSLTFunctionEncodeURI</a>&amp;) <font class="keyword">const</font>;
00322 };
00323
00324
00325
<a name="l00326"></a><a class="code" href="classXalanEXSLTFunctionDecodeURI.html">00326</a> <font class="keyword">class </font>XALAN_EXSLT_EXPORT <a class="code" href="classXalanEXSLTFunctionDecodeURI.html">XalanEXSLTFunctionDecodeURI</a> : <font class="keyword">public</font> <a class="code" href="classFunction.html">Function</a>
00327 {
00328 <font class="keyword">public</font>:
00329
<a name="l00330"></a><a class="code" href="classXalanEXSLTFunctionDecodeURI.html#s0">00330</a> <font class="keyword">typedef</font> <a class="code" href="classFunction.html">Function</a> ParentType;
00331
<a name="l00332"></a><a class="code" href="classXalanEXSLTFunctionDecodeURI.html#a0">00332</a> <a class="code" href="classXalanEXSLTFunctionDecodeURI.html#a0">XalanEXSLTFunctionDecodeURI</a>() :
00333 <a class="code" href="classFunction.html">Function</a>()
00334 {
00335 }
00336
00337 <font class="keyword">virtual</font>
<a name="l00338"></a><a class="code" href="classXalanEXSLTFunctionDecodeURI.html#a1">00338</a> <a class="code" href="classXalanEXSLTFunctionDecodeURI.html#a1">~XalanEXSLTFunctionDecodeURI</a>()<font class="keyword"></font>
00339 <font class="keyword"> </font>{
00340 }
00341
00342 <font class="comment">// These methods are inherited from Function ...</font>
00343
00344 <font class="keyword">virtual</font> <a class="code" href="classXObjectPtr.html">XObjectPtr</a>
00345 <a class="code" href="classFunction.html#a2">execute</a>(
00346 <a class="code" href="classXPathExecutionContext.html">XPathExecutionContext</a>&amp; executionContext,
00347 <a class="code" href="classXalanNode.html">XalanNode</a>* context,
00348 <font class="keyword">const</font> XObjectArgVectorType&amp; args,
00349 <font class="keyword">const</font> LocatorType* locator) <font class="keyword">const</font>;
00350
00351 <font class="preprocessor">#if !defined(XALAN_NO_USING_DECLARATION)</font>
00352 <font class="preprocessor"></font> <font class="keyword">using</font> ParentType::execute;
00353 <font class="preprocessor">#endif</font>
00354 <font class="preprocessor"></font>
00355 <font class="preprocessor">#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)</font>
00356 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classFunction.html">Function</a>*
00357 <font class="preprocessor">#else</font>
00358 <font class="preprocessor"></font> <font class="keyword">virtual</font> <a class="code" href="classXalanEXSLTFunctionDecodeURI.html">XalanEXSLTFunctionDecodeURI</a>*
00359 <font class="preprocessor">#endif</font>
<a name="l00360"></a><a class="code" href="classXalanEXSLTFunctionDecodeURI.html#a3">00360</a> <font class="preprocessor"></font> <a class="code" href="classFunction.html#a7">clone</a>(MemoryManagerType&amp; theManager)<font class="keyword"> const</font>
00361 <font class="keyword"> </font>{
00362 <font class="keywordflow">return</font> <a class="code" href="XalanMemoryManagement_8hpp.html#a19">XalanCopyConstruct</a>(theManager, *<font class="keyword">this</font>);
00363 }
00364
00365 <font class="keyword">protected</font>:
00366
00367 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
<a name="l00368"></a><a class="code" href="classXalanEXSLTFunctionDecodeURI.html#b0">00368</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>
00369 <font class="keyword"> </font>{
00370 <font class="keywordflow">return</font> XalanMessageLoader::getMessage(
00371 theBuffer,
00372 XalanMessages::EXSLTFunctionAccepts1Or2Argument_1Param,
00373 <font class="stringliteral">"decode-uri()"</font>);
00374
00375 }
00376
00377 XalanDOMChar
00378 <a class="code" href="classXalanEXSLTFunctionDecodeURI.html#b1">hexCharsToByte</a>(
00379 <a class="code" href="classXPathExecutionContext.html">XPathExecutionContext</a>&amp; executionContext,
00380 <a class="code" href="classXalanNode.html">XalanNode</a>* context,
00381 <font class="keyword">const</font> LocatorType* locator,
00382 <font class="keyword">const</font> XalanDOMChar highHexChar,
00383 <font class="keyword">const</font> XalanDOMChar lowHexChar) <font class="keyword">const</font>;
00384
<a name="l00385"></a><a class="code" href="classXalanEXSLTFunctionDecodeURI.html#q0">00385</a> <font class="keyword">static</font> <font class="keyword">const</font> XalanDOMString::size_type s_octetSize;
00386
00387 <font class="keyword">private</font>:
00388
00389 <font class="comment">// Not implemented...</font>
00390 <a class="code" href="classXalanEXSLTFunctionDecodeURI.html">XalanEXSLTFunctionDecodeURI</a>&amp;
00391 operator=(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionDecodeURI.html">XalanEXSLTFunctionDecodeURI</a>&amp;);
00392
00393 <font class="keywordtype">bool</font>
00394 <a class="code" href="ElemAttributeSet_8hpp.html#a1">operator==</a>(<font class="keyword">const</font> <a class="code" href="classXalanEXSLTFunctionDecodeURI.html">XalanEXSLTFunctionDecodeURI</a>&amp;) <font class="keyword">const</font>;
00395 };
00396
00397 XALAN_CPP_NAMESPACE_END
00398
00399
00400
00401 <font class="preprocessor">#endif // EXSLT_STRINGIMPL_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>