blob: 5996ba63e5869483237fc36d075a44ba48f025cf [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>XSLTProcessor Class Reference</h1>This is an interface for an XSLT Processor engine.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="XSLTProcessor_8hpp-source.html">XSLTProcessor.hpp</a>&gt;</code>
<p>
Inheritance diagram for XSLTProcessor:<p><center><img src="classXSLTProcessor__inherit__graph.gif" border="0" usemap="#XSLTProcessor_inherit_map" alt="Inheritance graph"></center>
<map name="XSLTProcessor_inherit_map">
<area href="classXSLTEngineImpl.html" shape="rect" coords="6,117,124,93">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXSLTProcessor-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef size_t <a class="el" href="classXSLTProcessor.html#s0">size_type</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXSLTProcessor.html#a0">XSLTProcessor</a> ()
<li>virtual <a class="el" href="classXSLTProcessor.html#a1">~XSLTProcessor</a> ()
<li>virtual void <a class="el" href="classXSLTProcessor.html#a2">process</a> (const <a class="el" href="classXSLTInputSource.html">XSLTInputSource</a> &amp;inputSource, const <a class="el" href="classXSLTInputSource.html">XSLTInputSource</a> &amp;stylesheetSource, <a class="el" href="classXSLTResultTarget.html">XSLTResultTarget</a> &amp;outputTarget, <a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp;constructionContext, <a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp;executionContext)=0
<dl class="el"><dd><font size=-1><em>Transform the source tree to the output in the given result tree target.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a3">process</a> (const <a class="el" href="classXSLTInputSource.html">XSLTInputSource</a> &amp;inputSource, <a class="el" href="classXSLTResultTarget.html">XSLTResultTarget</a> &amp;outputTarget, <a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp;executionContext)=0
<dl class="el"><dd><font size=-1><em>Transform the source tree to the output in the given result tree target.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="XalanCompiledStylesheet_8hpp.html#a1">StylesheetRoot</a>* <a class="el" href="classXSLTProcessor.html#a4">processStylesheet</a> (const <a class="el" href="classXSLTInputSource.html">XSLTInputSource</a> &amp;stylesheetSource, <a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp;constructionContext)=0
<dl class="el"><dd><font size=-1><em>Given a stylesheet input source, compile the stylesheet into an internal representation.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="XalanCompiledStylesheet_8hpp.html#a1">StylesheetRoot</a>* <a class="el" href="classXSLTProcessor.html#a5">processStylesheet</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;xsldocURLString, <a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp;constructionContext)=0
<dl class="el"><dd><font size=-1><em>Given a URI to an XSL stylesheet, compile the stylesheet into an internal representation.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a6">reset</a> ()=0
<dl class="el"><dd><font size=-1><em>Reset the state.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXSLTProcessor.html#a7">getSourceTreeFromInput</a> (const <a class="el" href="classXSLTInputSource.html">XSLTInputSource</a> &amp;inputSource)=0
<dl class="el"><dd><font size=-1><em>Given an input source, get the source tree.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="XalanCompiledStylesheet_8hpp.html#a1">StylesheetRoot</a>* <a class="el" href="classXSLTProcessor.html#a8">getStylesheetRoot</a> () const=0
<dl class="el"><dd><font size=-1><em>Retrieve the root stylesheet.</em> <a href="#a8">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a9">setStylesheetRoot</a> (const <a class="el" href="XalanCompiledStylesheet_8hpp.html#a1">StylesheetRoot</a> *theStylesheet)=0
<dl class="el"><dd><font size=-1><em>Set the root stylesheet.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a10">setExecutionContext</a> (<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> *theExecutionContext)=0
<dl class="el"><dd><font size=-1><em>Set the execution context.</em> <a href="#a10">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a11">resolveTopLevelParams</a> (<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp;executionContext)=0
<dl class="el"><dd><font size=-1><em>Resolve the params that were pushed by the caller.</em> <a href="#a11">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXMLParserLiaison.html">XMLParserLiaison</a>&amp; <a class="el" href="classXSLTProcessor.html#a12">getXMLParserLiaison</a> () const=0
<dl class="el"><dd><font size=-1><em>Get the XML Parser Liaison that this processor uses.</em> <a href="#a12">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a13">getUniqueNamespaceValue</a> (<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theValue)=0
<dl class="el"><dd><font size=-1><em>Generate a random namespace prefix guaranteed to be unique.</em> <a href="#a13">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a14">setStylesheetParam</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;key, <a class="el" href="classXObjectPtr.html">XObjectPtr</a> value)=0
<dl class="el"><dd><font size=-1><em>Push a top-level stylesheet parameter.</em> <a href="#a14">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a15">setStylesheetParam</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;key, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;expression)=0
<dl class="el"><dd><font size=-1><em>Push a top-level stylesheet parameter.</em> <a href="#a15">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classFormatterListener.html">FormatterListener</a>* <a class="el" href="classXSLTProcessor.html#a16">getFormatterListener</a> () const=0
<dl class="el"><dd><font size=-1><em>Get the current formatter listener.</em> <a href="#a16">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a17">setFormatterListener</a> (<a class="el" href="classFormatterListener.html">FormatterListener</a> *flistener)=0
<dl class="el"><dd><font size=-1><em>Set the current formatter listener.</em> <a href="#a17">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXSLTProcessor.html#s0">size_type</a> <a class="el" href="classXSLTProcessor.html#a18">getTraceListeners</a> () const=0
<dl class="el"><dd><font size=-1><em>Determine the number of trace listeners.</em> <a href="#a18">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a19">addTraceListener</a> (<a class="el" href="classTraceListener.html">TraceListener</a> *tl)=0
<dl class="el"><dd><font size=-1><em>Add a trace listener for the purposes of debugging and diagnosis.</em> <a href="#a19">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a20">removeTraceListener</a> (<a class="el" href="classTraceListener.html">TraceListener</a> *tl)=0
<dl class="el"><dd><font size=-1><em>Remove a trace listener.</em> <a href="#a20">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a21">fireGenerateEvent</a> (const <a class="el" href="classGenerateEvent.html">GenerateEvent</a> &amp;ge)=0
<dl class="el"><dd><font size=-1><em>Fire a generate event.</em> <a href="#a21">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a22">fireTraceEvent</a> (const <a class="el" href="classTracerEvent.html">TracerEvent</a> &amp;te)=0
<dl class="el"><dd><font size=-1><em>Fire a trace event.</em> <a href="#a22">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a23">fireSelectEvent</a> (const <a class="el" href="classSelectionEvent.html">SelectionEvent</a> &amp;se)=0
<dl class="el"><dd><font size=-1><em>Fire a selection event.</em> <a href="#a23">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXSLTProcessor.html#a24">getTraceSelects</a> () const=0
<dl class="el"><dd><font size=-1><em>If this is set to true, simple traces of template calls are made.</em> <a href="#a24">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a25">traceSelect</a> (<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp;executionContext, const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> &amp;theStylesheetElement, const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> &amp;nl, const <a class="el" href="classXPath.html">XPath</a> *xpath) const=0
<dl class="el"><dd><font size=-1><em>Compose a diagnostic trace of the current selection.</em> <a href="#a25">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a26">setQuietConflictWarnings</a> (bool b)=0
<dl class="el"><dd><font size=-1><em>If the quietConflictWarnings property is set to true, warnings about pattern conflicts won't be printed to the diagnostics stream.</em> <a href="#a26">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a27">setDiagnosticsOutput</a> (<a class="el" href="classPrintWriter.html">PrintWriter</a> *pw)=0
<dl class="el"><dd><font size=-1><em>If this is set, diagnostics will be written to the m_diagnosticsPrintWriter stream.</em> <a href="#a27">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a28">message</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;msg, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode=0, const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> *styleNode=0) const=0
<dl class="el"><dd><font size=-1><em>Report a message.</em> <a href="#a28">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a29">message</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;msg, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> &amp;locator, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode=0) const=0
<dl class="el"><dd><font size=-1><em>Report a message.</em> <a href="#a29">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a30">warn</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;msg, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode=0, const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> *styleNode=0) const=0
<dl class="el"><dd><font size=-1><em>Report a warning.</em> <a href="#a30">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a31">warn</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;msg, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> &amp;locator, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode=0) const=0
<dl class="el"><dd><font size=-1><em>Report a warning.</em> <a href="#a31">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a32">error</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;msg, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode=0, const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> *styleNode=0) const=0
<dl class="el"><dd><font size=-1><em>Report an error and throw an exception.</em> <a href="#a32">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXSLTProcessor.html#a33">error</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;msg, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> &amp;locator, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode=0) const=0
<dl class="el"><dd><font size=-1><em>Report an error and throw an exception.</em> <a href="#a33">More...</a><em><br><br></em></font></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This is an interface for an XSLT Processor engine.
<p>
It's the responsibility of the implementation of the XSLTProcessor interface, collaborating with a <a class="el" href="classXMLParserLiaison.html">XMLParserLiaison</a>, the DOM, and the <a class="el" href="classXPath.html">XPath</a> engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree. The methods process(...) are the primary public entry points.
<p>
If you reuse the processor instance, you should call <a class="el" href="classXSLTProcessor.html#a6">reset</a>() between calls.
<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="XSLTProcessor::size_type"></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 size_t XSLTProcessor::size_type
</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>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XSLTProcessor::XSLTProcessor"></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>
XSLTProcessor::XSLTProcessor (
</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="XSLTProcessor::~XSLTProcessor"></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>
XSLTProcessor::~XSLTProcessor (
</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="a19" doxytag="XSLTProcessor::addTraceListener"></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 XSLTProcessor::addTraceListener (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classTraceListener.html">TraceListener</a> * <em>tl</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>
Add a trace listener for the purposes of debugging and diagnosis.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>tl</em>
&nbsp;</td><td>
pointer to listener to add </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a16">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a33" doxytag="XSLTProcessor::error"></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 XSLTProcessor::error (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>msg</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> &amp; <em>locator</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>sourceNode</em> = 0&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>
Report an error and throw an exception.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>msg</em>
&nbsp;</td><td>
text of message to output </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
A LocatorType for error reporting </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
node in source where error occurred </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a73">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a32" doxytag="XSLTProcessor::error"></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 XSLTProcessor::error (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>msg</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>sourceNode</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> * <em>styleNode</em> = 0&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>
Report an error and throw an exception.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>msg</em>
&nbsp;</td><td>
text of message to output </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
node in source where error occurred </td></tr>
<tr><td valign=top><em>styleNode</em>
&nbsp;</td><td>
node in stylesheet where error occurred </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a72">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a21" doxytag="XSLTProcessor::fireGenerateEvent"></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 XSLTProcessor::fireGenerateEvent (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classGenerateEvent.html">GenerateEvent</a> &amp; <em>ge</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>
Fire a generate event.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>ge</em>
&nbsp;</td><td>
generate event to fire </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a18">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a23" doxytag="XSLTProcessor::fireSelectEvent"></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 XSLTProcessor::fireSelectEvent (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classSelectionEvent.html">SelectionEvent</a> &amp; <em>se</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>
Fire a selection event.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>se</em>
&nbsp;</td><td>
selection event to fire </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a20">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a22" doxytag="XSLTProcessor::fireTraceEvent"></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 XSLTProcessor::fireTraceEvent (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classTracerEvent.html">TracerEvent</a> &amp; <em>te</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>
Fire a trace event.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>te</em>
&nbsp;</td><td>
trace event to fire </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a19">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a16" doxytag="XSLTProcessor::getFormatterListener"></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="classFormatterListener.html">FormatterListener</a> * XSLTProcessor::getFormatterListener (
</b></td>
<td valign="bottom"><b>
) 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 current formatter listener.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
pointer to formatter listener </dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a13">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a7" doxytag="XSLTProcessor::getSourceTreeFromInput"></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="classXalanNode.html">XalanNode</a> * XSLTProcessor::getSourceTreeFromInput (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXSLTInputSource.html">XSLTInputSource</a> &amp; <em>inputSource</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>
Given an input source, get the source tree.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>inputSource</em>
&nbsp;</td><td>
pointer to input source </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
source tree </dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a7">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a8" doxytag="XSLTProcessor::getStylesheetRoot"></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="XalanCompiledStylesheet_8hpp.html#a1">StylesheetRoot</a> * XSLTProcessor::getStylesheetRoot (
</b></td>
<td valign="bottom"><b>
) 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>
Retrieve the root stylesheet.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
pointer to root stylesheet </dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a64">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a18" doxytag="XSLTProcessor::getTraceListeners"></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="classXSLTProcessor.html#s0">size_type</a> XSLTProcessor::getTraceListeners (
</b></td>
<td valign="bottom"><b>
) 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 the number of trace listeners.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
number of listeners </dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a15">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a24" doxytag="XSLTProcessor::getTraceSelects"></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 XSLTProcessor::getTraceSelects (
</b></td>
<td valign="bottom"><b>
) 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>
If this is set to true, simple traces of template calls are made.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
true if traces made </dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a21">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a13" doxytag="XSLTProcessor::getUniqueNamespaceValue"></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 XSLTProcessor::getUniqueNamespaceValue (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theValue</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>
Generate a random namespace prefix guaranteed to be unique.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
A string for returning the new prefix </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a10">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a12" doxytag="XSLTProcessor::getXMLParserLiaison"></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="classXMLParserLiaison.html">XMLParserLiaison</a> &amp; XSLTProcessor::getXMLParserLiaison (
</b></td>
<td valign="bottom"><b>
) 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 XML Parser Liaison that this processor uses.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
XML parser liaison object </dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a9">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a29" doxytag="XSLTProcessor::message"></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 XSLTProcessor::message (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>msg</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> &amp; <em>locator</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>sourceNode</em> = 0&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>
Report a message.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>msg</em>
&nbsp;</td><td>
text of message to output </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
A LocatorType for error reporting </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
node in source where message occurred </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a69">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a28" doxytag="XSLTProcessor::message"></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 XSLTProcessor::message (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>msg</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>sourceNode</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> * <em>styleNode</em> = 0&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>
Report a message.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>msg</em>
&nbsp;</td><td>
text of message to output </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
node in source where message occurred </td></tr>
<tr><td valign=top><em>styleNode</em>
&nbsp;</td><td>
node in stylesheet where message occurred </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a68">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a3" doxytag="XSLTProcessor::process"></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 XSLTProcessor::process (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXSLTInputSource.html">XSLTInputSource</a> &amp; <em>inputSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXSLTResultTarget.html">XSLTResultTarget</a> &amp; <em>outputTarget</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp; <em>executionContext</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>
Transform the source tree to the output in the given result tree target.
<p>
This function does not create a stylesheet tree, it assumes the provided <a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> has the stylesheet tree to use. This is set by calling <a class="el" href="classStylesheetExecutionContext.html#a18">StylesheetExecutionContext::setStylesheetRoot</a>().<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>inputSource</em>
&nbsp;</td><td>
input source </td></tr>
<tr><td valign=top><em>outputTarget</em>
&nbsp;</td><td>
output source tree </td></tr>
<tr><td valign=top><em>executionContext</em>
&nbsp;</td><td>
current execution context </td></tr>
</table>
</dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>XSLProcessorException</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a4">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a2" doxytag="XSLTProcessor::process"></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 XSLTProcessor::process (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXSLTInputSource.html">XSLTInputSource</a> &amp; <em>inputSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXSLTInputSource.html">XSLTInputSource</a> &amp; <em>stylesheetSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXSLTResultTarget.html">XSLTResultTarget</a> &amp; <em>outputTarget</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp; <em>constructionContext</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp; <em>executionContext</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>
Transform the source tree to the output in the given result tree target.
<p>
The processor will process the input source, the stylesheet source, and transform to the output target.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>inputSource</em>
&nbsp;</td><td>
input source </td></tr>
<tr><td valign=top><em>stylesheetSource</em>
&nbsp;</td><td>
stylesheet source </td></tr>
<tr><td valign=top><em>outputTarget</em>
&nbsp;</td><td>
output source tree </td></tr>
<tr><td valign=top><em>constructionContext</em>
&nbsp;</td><td>
context for construction of objects </td></tr>
<tr><td valign=top><em>executionContext</em>
&nbsp;</td><td>
current execution context </td></tr>
</table>
</dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>XSLProcessorException</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a3">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a5" doxytag="XSLTProcessor::processStylesheet"></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="XalanCompiledStylesheet_8hpp.html#a1">StylesheetRoot</a> * XSLTProcessor::processStylesheet (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>xsldocURLString</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp; <em>constructionContext</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>
Given a URI to an XSL stylesheet, compile the stylesheet into an internal representation.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>xmldocURLString</em>
&nbsp;</td><td>
URI to the input XML document </td></tr>
<tr><td valign=top><em>constructionContext</em>
&nbsp;</td><td>
context for construction of objects </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to compiled stylesheet object </dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>XSLProcessorException</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a6">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a4" doxytag="XSLTProcessor::processStylesheet"></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="XalanCompiledStylesheet_8hpp.html#a1">StylesheetRoot</a> * XSLTProcessor::processStylesheet (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXSLTInputSource.html">XSLTInputSource</a> &amp; <em>stylesheetSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp; <em>constructionContext</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>
Given a stylesheet input source, compile the stylesheet into an internal representation.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>stylesheetSource</em>
&nbsp;</td><td>
input source for the stylesheet </td></tr>
<tr><td valign=top><em>constructionContext</em>
&nbsp;</td><td>
context for construction of objects </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to the compiled stylesheet object </dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>XSLProcessorException</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a5">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a20" doxytag="XSLTProcessor::removeTraceListener"></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 XSLTProcessor::removeTraceListener (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classTraceListener.html">TraceListener</a> * <em>tl</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>
Remove a trace listener.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>tl</em>
&nbsp;</td><td>
Trace listener to be removed. </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a17">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a6" doxytag="XSLTProcessor::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 XSLTProcessor::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 state.
<p>
This needs to be called after a <a class="el" href="classXSLTProcessor.html#a2">process</a>() call is invoked, if the processor is to be used again.
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a87">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a11" doxytag="XSLTProcessor::resolveTopLevelParams"></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 XSLTProcessor::resolveTopLevelParams (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp; <em>executionContext</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>
Resolve the params that were pushed by the caller.
<p>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a8">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a27" doxytag="XSLTProcessor::setDiagnosticsOutput"></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 XSLTProcessor::setDiagnosticsOutput (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classPrintWriter.html">PrintWriter</a> * <em>pw</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>
If this is set, diagnostics will be written to the m_diagnosticsPrintWriter stream.
<p>
If the value is null, then diagnostics will be turned off.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>pw</em>
&nbsp;</td><td>
pointer to print writer </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a25">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a10" doxytag="XSLTProcessor::setExecutionContext"></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 XSLTProcessor::setExecutionContext (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> * <em>theExecutionContext</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>
Set the execution context.
<p>
Must be set if after calling setStylesheetRoot.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theExecutionContext</em>
&nbsp;</td><td>
pointer to new execution context. </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a66">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a17" doxytag="XSLTProcessor::setFormatterListener"></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 XSLTProcessor::setFormatterListener (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> * <em>flistener</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>
Set the current formatter listener.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>flistener</em>
&nbsp;</td><td>
pointer to new formatter listener </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a14">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a26" doxytag="XSLTProcessor::setQuietConflictWarnings"></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 XSLTProcessor::setQuietConflictWarnings (
</b></td>
<td valign="bottom"><b>
bool <em>b</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>
If the quietConflictWarnings property is set to true, warnings about pattern conflicts won't be printed to the diagnostics stream.
<p>
True by default.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>b</em>
&nbsp;</td><td>
true if conflict warnings should be suppressed. </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a24">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a15" doxytag="XSLTProcessor::setStylesheetParam"></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 XSLTProcessor::setStylesheetParam (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>key</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>expression</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>
Push a top-level stylesheet parameter.
<p>
This value can be evaluated via xsl:param-variable.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>key</em>
&nbsp;</td><td>
name of the param </td></tr>
<tr><td valign=top><em>expression</em>
&nbsp;</td><td>
expression that will be evaluated </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a11">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a14" doxytag="XSLTProcessor::setStylesheetParam"></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 XSLTProcessor::setStylesheetParam (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>key</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXObjectPtr.html">XObjectPtr</a> <em>value</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>
Push a top-level stylesheet parameter.
<p>
This value can be evaluated via xsl:param-variable.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>key</em>
&nbsp;</td><td>
name of the parameter </td></tr>
<tr><td valign=top><em>value</em>
&nbsp;</td><td>
<a class="el" href="classXObject.html">XObject</a> value for parameter </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a12">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a9" doxytag="XSLTProcessor::setStylesheetRoot"></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 XSLTProcessor::setStylesheetRoot (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="XalanCompiledStylesheet_8hpp.html#a1">StylesheetRoot</a> * <em>theStylesheet</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>
Set the root stylesheet.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theStylesheet</em>
&nbsp;</td><td>
pointer to new root stylesheet </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a65">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a25" doxytag="XSLTProcessor::traceSelect"></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 XSLTProcessor::traceSelect (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp; <em>executionContext</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> &amp; <em>theTemplate</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> &amp; <em>nl</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXPath.html">XPath</a> * <em>xpath</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>
Compose a diagnostic trace of the current selection.
<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>
The current execution context </td></tr>
<tr><td valign=top><em>theStylesheetElement</em>
&nbsp;</td><td>
The executing stylesheet element </td></tr>
<tr><td valign=top><em>nl</em>
&nbsp;</td><td>
The list of selected nodes </td></tr>
<tr><td valign=top><em>xpath</em>
&nbsp;</td><td>
A pointer to the <a class="el" href="classXPath.html">XPath</a> which generated the list of nodes, if any. </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a23">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a31" doxytag="XSLTProcessor::warn"></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 XSLTProcessor::warn (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>msg</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> &amp; <em>locator</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>sourceNode</em> = 0&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>
Report a warning.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>msg</em>
&nbsp;</td><td>
text of message to output </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
A LocatorType for error reporting </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
node in source where error occurred </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a71">XSLTEngineImpl</a>. </td>
</tr>
</table>
<a name="a30" doxytag="XSLTProcessor::warn"></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 XSLTProcessor::warn (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>msg</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>sourceNode</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> * <em>styleNode</em> = 0&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>
Report a warning.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>msg</em>
&nbsp;</td><td>
text of message to output </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
node in source where warning occurred </td></tr>
<tr><td valign=top><em>styleNode</em>
&nbsp;</td><td>
node in stylesheet where warning occurred </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXSLTEngineImpl.html#a70">XSLTEngineImpl</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XSLTProcessor_8hpp-source.html">XSLTProcessor.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>