blob: 3652b294a72671eb8fa72e6cc715989aac0858b9 [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>XPathEnvSupport Class Reference</h1><code>#include &lt;<a class="el" href="XPathEnvSupport_8hpp-source.html">XPathEnvSupport.hpp</a>&gt;</code>
<p>
Inheritance diagram for XPathEnvSupport:<p><center><img src="classXPathEnvSupport__inherit__graph.gif" border="0" usemap="#XPathEnvSupport_inherit_map" alt="Inheritance graph"></center>
<map name="XPathEnvSupport_inherit_map">
<area href="classXSLTProcessorEnvSupport.html" shape="rect" coords="27,117,202,93">
<area href="classXSLTProcessorEnvSupportDefault.html" shape="rect" coords="7,192,222,168">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXPathEnvSupport-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef XERCES_CPP_NAMESPACE_QUALIFIER <br>
Locator <a class="el" href="classXPathEnvSupport.html#s0">LocatorType</a>
<li>typedef Function::XObjectArgVectorType <a class="el" href="classXPathEnvSupport.html#s1">XObjectArgVectorType</a>
<li>enum <a class="el" href="classXPathEnvSupport.html#s10">eSource</a> { <br>
&nbsp;&nbsp;<a class="el" href="classXPathEnvSupport.html#s10s2">eXMLParser</a> = 1,
<a class="el" href="classXPathEnvSupport.html#s10s3">eXSLTProcessor</a> = 2,
<a class="el" href="classXPathEnvSupport.html#s10s4">eXPATHParser</a> = 3,
<a class="el" href="classXPathEnvSupport.html#s10s5">eXPATHProcessor</a> = 4,
<br>
&nbsp;&nbsp;<a class="el" href="classXPathEnvSupport.html#s10s6">eDataSource</a> = 5
<br>
}
<li>enum <a class="el" href="classXPathEnvSupport.html#s11">eClassification</a> { <a class="el" href="classXPathEnvSupport.html#s11s7">eMessage</a> = 0,
<a class="el" href="classXPathEnvSupport.html#s11s8">eWarning</a> = 1,
<a class="el" href="classXPathEnvSupport.html#s11s9">eError</a> = 2
}
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXPathEnvSupport.html#a0">XPathEnvSupport</a> ()
<li>virtual <a class="el" href="classXPathEnvSupport.html#a1">~XPathEnvSupport</a> ()
<li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a>* <a class="el" href="classXPathEnvSupport.html#a2">parseXML</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;urlString, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;base)=0
<dl class="el"><dd><font size=-1><em>Provides support for XML parsing service.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a>* <a class="el" href="classXPathEnvSupport.html#a3">getSourceDocument</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theURI) const=0
<dl class="el"><dd><font size=-1><em>Get the source document for the given URI.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathEnvSupport.html#a4">setSourceDocument</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theURI, <a class="el" href="classXalanDocument.html">XalanDocument</a> *theDocument)=0
<dl class="el"><dd><font size=-1><em>Associate a document with a given URI.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXPathEnvSupport.html#a5">findURIFromDoc</a> (const <a class="el" href="classXalanDocument.html">XalanDocument</a> *owner) const=0
<dl class="el"><dd><font size=-1><em>Given a DOM Document, tell what URI was used to parse it.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathEnvSupport.html#a6">elementAvailable</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theNamespace, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;elementName) const=0
<dl class="el"><dd><font size=-1><em>Determine if an external element is available.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathEnvSupport.html#a7">functionAvailable</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theNamespace, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;functionName) const=0
<dl class="el"><dd><font size=-1><em>Determine if a function is available.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXPathEnvSupport.html#a8">extFunction</a> (<a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;executionContext, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theNamespace, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;functionName, <a class="el" href="classXalanNode.html">XalanNode</a> *context, const <a class="el" href="classXPathEnvSupport.html#s1">XObjectArgVectorType</a> &amp;argVec, const <a class="el" href="classXPathEnvSupport.html#s0">LocatorType</a> *locator) const=0
<dl class="el"><dd><font size=-1><em>Handle an extension function.</em> <a href="#a8">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathEnvSupport.html#a9">problem</a> (<a class="el" href="classXPathEnvSupport.html#s10">eSource</a> where, <a class="el" href="classXPathEnvSupport.html#s11">eClassification</a> classification, const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> *resolver, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;msg, const XalanDOMChar *uri, int lineNo, int charOffset) const=0
<dl class="el"><dd><font size=-1><em><a class="el" href="classFunction.html">Function</a> that is called when a problem event occurs.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathEnvSupport.html#a10">reset</a> ()=0
<dl class="el"><dd><font size=-1><em>Reset the instance.</em> <a href="#a10">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="XPathEnvSupport::LocatorType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef XERCES_CPP_NAMESPACE_QUALIFIER Locator XPathEnvSupport::LocatorType
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s1" doxytag="XPathEnvSupport::XObjectArgVectorType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef Function::XObjectArgVectorType XPathEnvSupport::XObjectArgVectorType
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Enumeration Documentation</h2>
<a name="s11" doxytag="XPathEnvSupport::eClassification"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
enum XPathEnvSupport::eClassification
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<dl compact><dt>
<b>Enumeration values:</b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><a name="s11s7" doxytag="eMessage"></a><em>eMessage</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s11s8" doxytag="eWarning"></a><em>eWarning</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s11s9" doxytag="eError"></a><em>eError</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
</td>
</tr>
</table>
<a name="s10" doxytag="XPathEnvSupport::eSource"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
enum XPathEnvSupport::eSource
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<dl compact><dt>
<b>Enumeration values:</b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><a name="s10s2" doxytag="eXMLParser"></a><em>eXMLParser</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s10s3" doxytag="eXSLTProcessor"></a><em>eXSLTProcessor</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s10s4" doxytag="eXPATHParser"></a><em>eXPATHParser</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s10s5" doxytag="eXPATHProcessor"></a><em>eXPATHProcessor</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s10s6" doxytag="eDataSource"></a><em>eDataSource</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
</td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XPathEnvSupport::XPathEnvSupport"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XPathEnvSupport::XPathEnvSupport (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a1" doxytag="XPathEnvSupport::~XPathEnvSupport"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XPathEnvSupport::~XPathEnvSupport (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a6" doxytag="XPathEnvSupport::elementAvailable"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
bool XPathEnvSupport::elementAvailable (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theNamespace</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>elementName</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Determine if an external element is available.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theNamespace</em>
&nbsp;</td><td>
namespace for the element </td></tr>
<tr><td valign=top><em>elementName</em>
&nbsp;</td><td>
name of extension element </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
whether the element is available or not </dl>
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupport.html#a7">XSLTProcessorEnvSupport</a>, and <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a10">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a8" doxytag="XPathEnvSupport::extFunction"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXObjectPtr.html">XObjectPtr</a> XPathEnvSupport::extFunction (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp; <em>executionContext</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theNamespace</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>functionName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>context</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXPathEnvSupport.html#s1">XObjectArgVectorType</a> &amp; <em>argVec</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXPathEnvSupport.html#s0">LocatorType</a> * <em>locator</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Handle an extension function.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>executionContext</em>
&nbsp;</td><td>
current execution context </td></tr>
<tr><td valign=top><em>theNamespace</em>
&nbsp;</td><td>
namespace of function </td></tr>
<tr><td valign=top><em>functionName</em>
&nbsp;</td><td>
extension function name </td></tr>
<tr><td valign=top><em>argVec</em>
&nbsp;</td><td>
vector of arguments to function </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
A LocatorType instance for error reporting. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to <a class="el" href="classXObject.html">XObject</a> result </dl>
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupport.html#a9">XSLTProcessorEnvSupport</a>, and <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a12">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a5" doxytag="XPathEnvSupport::findURIFromDoc"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XPathEnvSupport::findURIFromDoc (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDocument.html">XalanDocument</a> * <em>owner</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Given a DOM Document, tell what URI was used to parse it.
<p>
Needed for relative resolution.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>owner</em>
&nbsp;</td><td>
source document </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
document URI </dl>
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupport.html#a6">XSLTProcessorEnvSupport</a>, and <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a9">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a7" doxytag="XPathEnvSupport::functionAvailable"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
bool XPathEnvSupport::functionAvailable (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theNamespace</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>functionName</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Determine if a function is available.
<p>
For standard function availability, theNamespace should be an empty string.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theNamespace</em>
&nbsp;</td><td>
namespace for the function </td></tr>
<tr><td valign=top><em>functionName</em>
&nbsp;</td><td>
name of the function </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
whether the function is available or not </dl>
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupport.html#a8">XSLTProcessorEnvSupport</a>, and <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a11">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a3" doxytag="XPathEnvSupport::getSourceDocument"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDocument.html">XalanDocument</a> * XPathEnvSupport::getSourceDocument (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theURI</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the source document for the given URI.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theURI</em>
&nbsp;</td><td>
document URI </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
source document </dl>
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupport.html#a4">XSLTProcessorEnvSupport</a>, and <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a7">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a2" doxytag="XPathEnvSupport::parseXML"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDocument.html">XalanDocument</a> * XPathEnvSupport::parseXML (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>urlString</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>base</em>&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Provides support for XML parsing service.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>urlString</em>
&nbsp;</td><td>
location of the XML </td></tr>
<tr><td valign=top><em>base</em>
&nbsp;</td><td>
base location for URI </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
parsed document </dl>
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupport.html#a3">XSLTProcessorEnvSupport</a>, and <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a6">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a9" doxytag="XPathEnvSupport::problem"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
bool XPathEnvSupport::problem (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXPathEnvSupport.html#s10">eSource</a> <em>where</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXPathEnvSupport.html#s11">eClassification</a> <em>classification</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> * <em>resolver</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>sourceNode</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>msg</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanDOMChar * <em>uri</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
int <em>lineNo</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
int <em>charOffset</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<a class="el" href="classFunction.html">Function</a> that is called when a problem event occurs.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>where</em>
&nbsp;</td><td>
either eXMLParser, eXSLTProcessor, eXPATHParser, eXPATHProcessor, or eDataSource. </td></tr>
<tr><td valign=top><em>classification</em>
&nbsp;</td><td>
either eWarning, or eError </td></tr>
<tr><td valign=top><em>resolver</em>
&nbsp;</td><td>
resolver for namespace resolution </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
source tree node where the problem occurred (may be 0) </td></tr>
<tr><td valign=top><em>msg</em>
&nbsp;</td><td>
string message explaining the problem. </td></tr>
<tr><td valign=top><em>uri</em>
&nbsp;</td><td>
the URI of the stylesheet, if available. May be 0; </td></tr>
<tr><td valign=top><em>lineNo</em>
&nbsp;</td><td>
line number where the problem occurred. </td></tr>
<tr><td valign=top><em>charOffset</em>
&nbsp;</td><td>
character offset where the problem. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true if the return is an ERROR, in which case exception will be thrown. Otherwise the processor will continue to process. </dl>
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupport.html#a10">XSLTProcessorEnvSupport</a>, and <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a13">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a10" doxytag="XPathEnvSupport::reset"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XPathEnvSupport::reset (
</b></td>
<td valign="bottom"><b>
)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Reset the instance.
<p>
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupport.html#a11">XSLTProcessorEnvSupport</a>, and <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a14">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a4" doxytag="XPathEnvSupport::setSourceDocument"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XPathEnvSupport::setSourceDocument (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theURI</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDocument.html">XalanDocument</a> * <em>theDocument</em>&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Associate a document with a given URI.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theURI</em>
&nbsp;</td><td>
document URI </td></tr>
<tr><td valign=top><em>theDocument</em>
&nbsp;</td><td>
source document </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupport.html#a5">XSLTProcessorEnvSupport</a>, and <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a8">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XPathEnvSupport_8hpp-source.html">XPathEnvSupport.hpp</a></ul>
<p align="center"><a href="diagramnotes.html">Interpreting class diagrams</a></p>
<p><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><A href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</A> and
<A href="http://www.research.att.com/sw/tools/graphviz/">GraphViz</A> are used to generate this API documentation from the Xalan-C header files.</I></FONT></p>
<TABLE border="0" cellpadding="0" cellspacing="0" width="820"><TR><TD bgcolor="#0086b2"><IMG height="1" src="../resources/dot.gif" width="1" alt="dot"></TD></TR></TABLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
<TR>
<TD WIDTH="80%" VALIGN="TOP">
<P ALIGN="CENTER"><B>Xalan-C++ XSLT Processor Version 1.10</B><BR>
Copyright &copy; 1999-2004 The Apache Software Foundation. All Rights Reserved.</i></p>
</TD>
</TR>
<TR>
<TD WIDTH="100%">
<P ALIGN="CENTER"><IMG SRC="ApacheLogo.jpg" WIDTH="387" HEIGHT="100" ALIGN="BOTTOM" BORDER="0" ALT="Apache Logo">
</TD>
</TR>
</TABLE>