Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 5e43f5d92fadaa0a1cc4664249b615d0 > files > 2010

xalan-c-doc-1.1-8mdk.i586.rpm

<HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
<BODY>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center">The Xalan C++ XSL Transformer Version 1.1</h3>
</BODY>
<!-- Generated by Doxygen 1.2.0 on Thu Feb 15 10:49:00 2001 -->
<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.hpp-source.html">TracerEvent.hpp</a>&gt;</code>
<p>
Collaboration diagram for TracerEvent:<p><center><img src="class_tracerevent_coll_graph.gif" border="0" usemap="#TracerEvent_coll_map" alt="Collaboration graph"></center>
<map name="TracerEvent_coll_map">
<area href="class_qname.html" shape="rect" coords="56,6,109,25">
<area href="class_xalannode.html" shape="rect" coords="47,67,119,86">
<area href="class_elemtemplateelement.html" shape="rect" coords="15,198,151,217">
<area href="class_stylesheetexecutioncontext.html" shape="rect" coords="1,241,164,259">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_tracerevent-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_tracerevent.html#a0">TracerEvent</a> ( const <a class="el" href="class_stylesheetexecutioncontext.html">StylesheetExecutionContext</a>&amp; executionContext, const <a class="el" href="class_xalannode.html">XalanNode</a>* sourceTree, const <a class="el" href="class_xalannode.html">XalanNode</a>* sourceNode, const <a class="el" href="class_qname.html">QName</a>&amp; mode, const <a class="el" href="class_elemtemplateelement.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="class_tracerevent.html#a1">~TracerEvent</a> ()
</ul>
<h2>Public Attributes</h2>
<ul>
<li>const <a class="el" href="class_stylesheetexecutioncontext.html">StylesheetExecutionContext</a>&amp; <a class="el" href="class_tracerevent.html#m0">m_executionContext</a>
<dl class="el"><dd><font size=-1><em>The XSLT processor instance.<br><br></em></font></dl><li>const <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_tracerevent.html#m1">m_sourceTree</a>
<dl class="el"><dd><font size=-1><em>The input source tree.<br><br></em></font></dl><li>const <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_tracerevent.html#m2">m_sourceNode</a>
<dl class="el"><dd><font size=-1><em>The current context node.<br><br></em></font></dl><li>const <a class="el" href="class_qname.html">QName</a>&amp; <a class="el" href="class_tracerevent.html#m3">m_mode</a>
<dl class="el"><dd><font size=-1><em>The current mode.<br><br></em></font></dl><li>const <a class="el" href="class_elemtemplateelement.html">ElemTemplateElement</a>&amp; <a class="el" href="class_tracerevent.html#m4">m_styleNode</a>
<dl class="el"><dd><font size=-1><em>The node in the style tree where the event occurs.<br><br></em></font></dl></ul>
<h2>Static Public Methods</h2>
<ul>
<li><a class="el" href="class_xalandomstring.html">XalanDOMString</a> <a class="el" href="class_tracerevent.html#d0">printNode</a> (const <a class="el" href="class_xalannode.html">XalanNode</a>&amp; n)
<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="class_xalandomstring.html">XalanDOMString</a> <a class="el" href="class_tracerevent.html#d1">printNodeList</a> (const <a class="el" href="class_xalannodelist.html">XalanNodeList</a>&amp; l)
<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>
<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>

<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="class_stylesheetexecutioncontext.html">StylesheetExecutionContext</a> &amp; <em>executionContext</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xalannode.html">XalanNode</a> * <em>sourceTree</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xalannode.html">XalanNode</a> * <em>sourceNode</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_qname.html">QName</a> &amp; <em>mode</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_elemtemplateelement.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>sourceTree</em>
&nbsp;</td><td>
 input source tree </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
 current context node </td></tr>
<tr><td valign=top><em>mode</em>
&nbsp;</td><td>
 current mode </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> 
virtual 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="class_xalandomstring.html">XalanDOMString</a> TracerEvent::printNode (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalannode.html">XalanNode</a> &amp; <em>n</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="class_xalandomstring.html">XalanDOMString</a> TracerEvent::printNodeList (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalannodelist.html">XalanNodeList</a> &amp; <em>l</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="class_stylesheetexecutioncontext.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="m3" doxytag="TracerEvent::m_mode"></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="class_qname.html">QName</a> &amp; TracerEvent::m_mode
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The current mode.
<p>
    </td>
  </tr>
</table>
<a name="m2" doxytag="TracerEvent::m_sourceNode"></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="class_xalannode.html">XalanNode</a> * TracerEvent::m_sourceNode
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The current context node.
<p>
    </td>
  </tr>
</table>
<a name="m1" doxytag="TracerEvent::m_sourceTree"></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="class_xalannode.html">XalanNode</a> * TracerEvent::m_sourceTree
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The input source tree.
<p>
    </td>
  </tr>
</table>
<a name="m4" 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="class_elemtemplateelement.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.hpp-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="images/dot.gif" width="1"></TD></TR></TABLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
	<TR>
		<TD WIDTH="80%" VALIGN="TOP">
			<P ALIGN="CENTER"><B>Xalan-C++ XSL Transformer Version 1.1</B><BR>
			Copyright &copy; 2000, 2001 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">
		</TD>
	</TR>
</TABLE>