blob: 8212dfadbf3f94645ce115f8b07da6fa39c7f10d [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>TracerEvent Class Reference</h1>This is the parent class of events generated for tracing the progress of the XSL processor.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="TracerEvent_8hpp-source.html">TracerEvent.hpp</a>&gt;</code>
<p>
Collaboration diagram for TracerEvent:<p><center><img src="classTracerEvent__coll__graph.gif" border="0" usemap="#TracerEvent_coll_map" alt="Collaboration graph"></center>
<map name="TracerEvent_coll_map">
<area href="classElemTemplateElement.html" shape="rect" coords="30,113,180,89">
<area href="classStylesheetExecutionContext.html" shape="rect" coords="17,176,193,152">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classTracerEvent-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classTracerEvent.html#a0">TracerEvent</a> (const <a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp;executionContext, const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> &amp;styleNode)
<dl class="el"><dd><font size=-1><em>Construct a tracer event.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classTracerEvent.html#a1">~TracerEvent</a> ()
</ul>
<h2>Static Public Methods</h2>
<ul>
<li><a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classTracerEvent.html#d0">printNode</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;n, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theResult)
<dl class="el"><dd><font size=-1><em>Returns a string representation of the node.</em> <a href="#d0">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classTracerEvent.html#d1">printNodeList</a> (const <a class="el" href="classXalanNodeList.html">XalanNodeList</a> &amp;l, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theResult)
<dl class="el"><dd><font size=-1><em>Returns a string representation of the node list.</em> <a href="#d1">More...</a><em><br><br></em></font></dl></ul>
<h2>Public Attributes</h2>
<ul>
<li>const <a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; <a class="el" href="classTracerEvent.html#m0">m_executionContext</a>
<dl class="el"><dd><font size=-1><em>The XSLT processor instance.</em> <a href="#m0">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a>&amp; <a class="el" href="classTracerEvent.html#m1">m_styleNode</a>
<dl class="el"><dd><font size=-1><em>The node in the style tree where the event occurs.</em> <a href="#m1">More...</a><em><br><br></em></font></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This is the parent class of events generated for tracing the progress of the XSL processor.
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="TracerEvent::TracerEvent"></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>
TracerEvent::TracerEvent (
</b></td>
<td valign="bottom"><b>
const <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>styleNode</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Construct a tracer event.
<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>
XSLT processor instance </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
current context node </td></tr>
<tr><td valign=top><em>styleNode</em>
&nbsp;</td><td>
node in the style tree where the event occurs </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="TracerEvent::~TracerEvent"></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>
TracerEvent::~TracerEvent (
</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="d0" doxytag="TracerEvent::printNode"></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="classXalanDOMString.html">XalanDOMString</a> &amp; TracerEvent::printNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>n</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theResult</em>&nbsp;)<code> [static]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns a string representation of the node.
<p>
The string returned for elements will contain the element name and any attributes enclosed in angle brackets. The string returned for attributes will be of form, "name=value."<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>n</em>
&nbsp;</td><td>
any DOM node </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
string representation of the given node </dl> </td>
</tr>
</table>
<a name="d1" doxytag="TracerEvent::printNodeList"></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="classXalanDOMString.html">XalanDOMString</a> &amp; TracerEvent::printNodeList (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNodeList.html">XalanNodeList</a> &amp; <em>l</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theResult</em>&nbsp;)<code> [static]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns a string representation of the node list.
<p>
The string will contain the list of nodes inside square braces. Elements will contain the element name and any attributes enclosed in angle brackets. Attributes will be of form, "name=value."<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>l</em>
&nbsp;</td><td>
any DOM node list </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
string representation of the given node list </dl> </td>
</tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a name="m0" doxytag="TracerEvent::m_executionContext"></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="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp; TracerEvent::m_executionContext
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
The XSLT processor instance.
<p>
</td>
</tr>
</table>
<a name="m1" doxytag="TracerEvent::m_styleNode"></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="classElemTemplateElement.html">ElemTemplateElement</a> &amp; TracerEvent::m_styleNode
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
The node in the style tree where the event occurs.
<p>
</td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="TracerEvent_8hpp-source.html">TracerEvent.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>