blob: e66cf8b1422b8e742520eec9e518ca21b3d9b8cd [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 Class Reference</h1><code>#include &lt;<a class="el" href="XSLTProcessorEnvSupport_8hpp-source.html">XSLTProcessorEnvSupport.hpp</a>&gt;</code>
<p>
Inheritance diagram for XSLTProcessorEnvSupport:<p><center><img src="classXSLTProcessorEnvSupport__inherit__graph.gif" border="0" usemap="#XSLTProcessorEnvSupport_inherit_map" alt="Inheritance graph"></center>
<map name="XSLTProcessorEnvSupport_inherit_map">
<area href="classXSLTProcessorEnvSupportDefault.html" shape="rect" coords="7,192,222,168">
<area href="classXPathEnvSupport.html" shape="rect" coords="53,42,176,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XSLTProcessorEnvSupport:<p><center><img src="classXSLTProcessorEnvSupport__coll__graph.gif" border="0" usemap="#XSLTProcessorEnvSupport_coll_map" alt="Collaboration graph"></center>
<map name="XSLTProcessorEnvSupport_coll_map">
<area href="classXPathEnvSupport.html" shape="rect" coords="33,42,156,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXSLTProcessorEnvSupport-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXSLTProcessorEnvSupport.html#a0">XSLTProcessorEnvSupport</a> ()
<li>virtual <a class="el" href="classXSLTProcessorEnvSupport.html#a1">~XSLTProcessorEnvSupport</a> ()
<li>virtual bool <a class="el" href="classXSLTProcessorEnvSupport.html#a2">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="classXalanNode.html">XalanNode</a> *sourceNode, const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> *styleNode, 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="#a2">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a>* <a class="el" href="classXSLTProcessorEnvSupport.html#a3">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="#a3">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a>* <a class="el" href="classXSLTProcessorEnvSupport.html#a4">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="#a4">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessorEnvSupport.html#a5">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="#a5">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXSLTProcessorEnvSupport.html#a6">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="#a6">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXSLTProcessorEnvSupport.html#a7">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="#a7">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXSLTProcessorEnvSupport.html#a8">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="#a8">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXSLTProcessorEnvSupport.html#a9">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="#a9">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXSLTProcessorEnvSupport.html#a10">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="#a10">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessorEnvSupport.html#a11">reset</a> ()=0
<dl class="el"><dd><font size=-1><em>Reset the instance.</em> <a href="#a11">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XSLTProcessorEnvSupport::XSLTProcessorEnvSupport"></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>
XSLTProcessorEnvSupport::XSLTProcessorEnvSupport (
</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="XSLTProcessorEnvSupport::~XSLTProcessorEnvSupport"></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>
XSLTProcessorEnvSupport::~XSLTProcessorEnvSupport (
</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="a7" doxytag="XSLTProcessorEnvSupport::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 XSLTProcessorEnvSupport::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 from <a class="el" href="classXPathEnvSupport.html#a6">XPathEnvSupport</a>.
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a10">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a9" doxytag="XSLTProcessorEnvSupport::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> XSLTProcessorEnvSupport::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 from <a class="el" href="classXPathEnvSupport.html#a8">XPathEnvSupport</a>.
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a12">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a6" doxytag="XSLTProcessorEnvSupport::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; XSLTProcessorEnvSupport::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 from <a class="el" href="classXPathEnvSupport.html#a5">XPathEnvSupport</a>.
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a9">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a8" doxytag="XSLTProcessorEnvSupport::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 XSLTProcessorEnvSupport::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 from <a class="el" href="classXPathEnvSupport.html#a7">XPathEnvSupport</a>.
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a11">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a4" doxytag="XSLTProcessorEnvSupport::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> * XSLTProcessorEnvSupport::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 from <a class="el" href="classXPathEnvSupport.html#a3">XPathEnvSupport</a>.
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a7">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a3" doxytag="XSLTProcessorEnvSupport::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> * XSLTProcessorEnvSupport::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 from <a class="el" href="classXPathEnvSupport.html#a2">XPathEnvSupport</a>.
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a6">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a10" doxytag="XSLTProcessorEnvSupport::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 XSLTProcessorEnvSupport::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 from <a class="el" href="classXPathEnvSupport.html#a9">XPathEnvSupport</a>.
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a13">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a2" doxytag="XSLTProcessorEnvSupport::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 XSLTProcessorEnvSupport::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="classXalanNode.html">XalanNode</a> * <em>sourceNode</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> * <em>styleNode</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>styleNode</em>
&nbsp;</td><td>
stylesheet 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="classXSLTProcessorEnvSupportDefault.html#a5">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a11" doxytag="XSLTProcessorEnvSupport::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 XSLTProcessorEnvSupport::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 from <a class="el" href="classXPathEnvSupport.html#a10">XPathEnvSupport</a>.
<p>
Reimplemented in <a class="el" href="classXSLTProcessorEnvSupportDefault.html#a14">XSLTProcessorEnvSupportDefault</a>. </td>
</tr>
</table>
<a name="a5" doxytag="XSLTProcessorEnvSupport::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 XSLTProcessorEnvSupport::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 from <a class="el" href="classXPathEnvSupport.html#a4">XPathEnvSupport</a>.
<p>
Reimplemented in <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="XSLTProcessorEnvSupport_8hpp-source.html">XSLTProcessorEnvSupport.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>