blob: c437d5de5eea32a796915dd71374b3780e817293 [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>XSLTProcessorEnvSupport.hpp</h1><a href="XSLTProcessorEnvSupport_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(XSLTPROCESSORENVSUPPORT_HEADER_GUARD_1357924680)</font>
<a name="l00017"></a><a class="code" href="XSLTProcessorEnvSupport_8hpp.html#a0">00017</a> <font class="preprocessor"></font><font class="preprocessor">#define XSLTPROCESSORENVSUPPORT_HEADER_GUARD_1357924680</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="comment">// Base class header file...</font>
00027 <font class="preprocessor">#include &lt;<a class="code" href="XPathEnvSupport_8hpp.html">xalanc/XPath/XPathEnvSupport.hpp</a>&gt;</font>
00028
00029
00030
00031 XALAN_CPP_NAMESPACE_BEGIN
00032
00033
00034
<a name="l00035"></a><a class="code" href="XSLTProcessorEnvSupport_8hpp.html#a1">00035</a> <font class="keyword">class </font><a class="code" href="classElemTemplateElement.html">ElemTemplateElement</a>;
00036 <font class="keyword">class </font><a class="code" href="classXSLTProcessor.html">XSLTProcessor</a>;
00037
00038
00039
<a name="l00040"></a><a class="code" href="classXSLTProcessorEnvSupport.html">00040</a> <font class="keyword">class </font>XALAN_XSLT_EXPORT <a class="code" href="classXSLTProcessorEnvSupport.html">XSLTProcessorEnvSupport</a> : <font class="keyword">public</font> <a class="code" href="classXPathEnvSupport.html">XPathEnvSupport</a>
00041 {
00042 <font class="keyword">public</font>:
00043
00044 <a class="code" href="classXSLTProcessorEnvSupport.html#a0">XSLTProcessorEnvSupport</a>();
00045
00046 <font class="keyword">virtual</font>
00047 <a class="code" href="classXSLTProcessorEnvSupport.html#a1">~XSLTProcessorEnvSupport</a>();
00048
00049
00050 <font class="comment">// These interfaces are new...</font>
00051
00070 <font class="keyword">virtual</font> <font class="keywordtype">bool</font>
00071 <a class="code" href="classXPathEnvSupport.html#a9">problem</a>(
00072 eSource where,
00073 eClassification classification,
00074 <font class="keyword">const</font> <a class="code" href="classXalanNode.html">XalanNode</a>* sourceNode,
00075 <font class="keyword">const</font> <a class="code" href="classElemTemplateElement.html">ElemTemplateElement</a>* styleNode,
00076 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; msg,
00077 <font class="keyword">const</font> XalanDOMChar* uri,
00078 <font class="keywordtype">int</font> lineNo,
00079 <font class="keywordtype">int</font> charOffset) <font class="keyword">const</font> = 0;
00080
00081 <font class="comment">// These interfaces are inherited from XPathEnvSupport...</font>
00082
00083 <font class="keyword">virtual</font> <a class="code" href="classXalanDocument.html">XalanDocument</a>*
00084 <a class="code" href="classXPathEnvSupport.html#a2">parseXML</a>(
00085 MemoryManagerType&amp; theManager,
00086 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; urlString,
00087 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; base) = 0;
00088
00089 <font class="keyword">virtual</font> <a class="code" href="classXalanDocument.html">XalanDocument</a>*
00090 <a class="code" href="classXPathEnvSupport.html#a3">getSourceDocument</a>(<font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theURI) <font class="keyword">const</font> = 0;
00091
00092 <font class="keyword">virtual</font> <font class="keywordtype">void</font>
00093 <a class="code" href="classXPathEnvSupport.html#a4">setSourceDocument</a>(
00094 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theURI,
00095 <a class="code" href="classXalanDocument.html">XalanDocument</a>* theDocument) = 0;
00096
00097 <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp;
00098 <a class="code" href="classXPathEnvSupport.html#a5">findURIFromDoc</a>(<font class="keyword">const</font> <a class="code" href="classXalanDocument.html">XalanDocument</a>* owner) <font class="keyword">const</font> = 0;
00099
00100 <font class="keyword">virtual</font> <font class="keywordtype">bool</font>
00101 <a class="code" href="classXPathEnvSupport.html#a6">elementAvailable</a>(
00102 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theNamespace,
00103 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; elementName) <font class="keyword">const</font> = 0;
00104
00105 <font class="keyword">virtual</font> <font class="keywordtype">bool</font>
00106 <a class="code" href="classXPathEnvSupport.html#a7">functionAvailable</a>(
00107 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theNamespace,
00108 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; functionName) <font class="keyword">const</font> = 0;
00109
00110 <font class="keyword">virtual</font> <a class="code" href="classXObjectPtr.html">XObjectPtr</a>
00111 <a class="code" href="classXPathEnvSupport.html#a8">extFunction</a>(
00112 <a class="code" href="classXPathExecutionContext.html">XPathExecutionContext</a>&amp; executionContext,
00113 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; theNamespace,
00114 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; functionName,
00115 <a class="code" href="classXalanNode.html">XalanNode</a>* context,
00116 <font class="keyword">const</font> XObjectArgVectorType&amp; argVec,
00117 <font class="keyword">const</font> LocatorType* locator) <font class="keyword">const</font> = 0;
00118
00119 <font class="keyword">virtual</font> <font class="keywordtype">bool</font>
00120 <a class="code" href="classXPathEnvSupport.html#a9">problem</a>(
00121 eSource where,
00122 eClassification classification,
00123 <font class="keyword">const</font> <a class="code" href="classPrefixResolver.html">PrefixResolver</a>* resolver,
00124 <font class="keyword">const</font> <a class="code" href="classXalanNode.html">XalanNode</a>* sourceNode,
00125 <font class="keyword">const</font> <a class="code" href="classXalanDOMString.html">XalanDOMString</a>&amp; msg,
00126 <font class="keyword">const</font> XalanDOMChar* uri,
00127 <font class="keywordtype">int</font> lineNo,
00128 <font class="keywordtype">int</font> charOffset) <font class="keyword">const</font> = 0;
00129
00130 <font class="comment">// These interfaces are inherited from Resettable...</font>
00131
00132 <font class="keyword">virtual</font> <font class="keywordtype">void</font>
00133 <a class="code" href="classXPathEnvSupport.html#a10">reset</a>() = 0;
00134
00135 <font class="keyword">private</font>:
00136
00137 <font class="comment">// These are not implemented...</font>
00138 <a class="code" href="classXSLTProcessorEnvSupport.html#a0">XSLTProcessorEnvSupport</a>(<font class="keyword">const</font> <a class="code" href="classXSLTProcessorEnvSupport.html">XSLTProcessorEnvSupport</a>&amp;);
00139
00140 <a class="code" href="classXSLTProcessorEnvSupport.html">XSLTProcessorEnvSupport</a>&amp;
00141 operator=(<font class="keyword">const</font> <a class="code" href="classXSLTProcessorEnvSupport.html">XSLTProcessorEnvSupport</a>&amp;);
00142
00143 <font class="keywordtype">bool</font>
00144 <a class="code" href="ElemAttributeSet_8hpp.html#a1">operator==</a>(<font class="keyword">const</font> <a class="code" href="classXSLTProcessorEnvSupport.html">XSLTProcessorEnvSupport</a>&amp;) <font class="keyword">const</font>;
00145 };
00146
00147
00148
00149 XALAN_CPP_NAMESPACE_END
00150
00151
00152
00153 <font class="preprocessor">#endif // XSLTPROCESSORENVSUPPORT_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>