Sophie

Sophie

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

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:48:45 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>SelectionEvent  Class Reference</h1><code>#include &lt;<a class="el" href="SelectionEvent.hpp-source.html">SelectionEvent.hpp</a>&gt;</code>
<p>
Collaboration diagram for SelectionEvent:<p><center><img src="class_selectionevent_coll_graph.gif" border="0" usemap="#SelectionEvent_coll_map" alt="Collaboration graph"></center>
<map name="SelectionEvent_coll_map">
<area href="class_xalannode.html" shape="rect" coords="383,6,455,25">
<area href="class_xalandomstring.html" shape="rect" coords="0,137,109,155">
<area href="class_elemtemplateelement.html" shape="rect" coords="351,213,487,231">
<area href="class_xpath.html" shape="rect" coords="396,267,441,286">
<area href="class_xobjectptr.html" shape="rect" coords="383,321,455,339">
<area href="class_stylesheetexecutioncontext.html" shape="rect" coords="337,385,500,403">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_selectionevent-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_selectionevent.html#a0">SelectionEvent</a> ( <a class="el" href="class_stylesheetexecutioncontext.html">StylesheetExecutionContext</a>&amp; executionContext, const <a class="el" href="class_xalannode.html">XalanNode</a>* sourceNode, const <a class="el" href="class_elemtemplateelement.html">ElemTemplateElement</a>&amp; styleNode, const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; attributeName, const <a class="el" href="class_xpath.html">XPath</a>&amp; xpath, const <a class="el" href="class_xobjectptr.html">XObjectPtr</a> selection)
<dl class="el"><dd><font size=-1><em>Create an event originating at the given node of the style tree.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="class_selectionevent.html#a1">~SelectionEvent</a> ()
</ul>
<h2>Public Attributes</h2>
<ul>
<li>const <a class="el" href="class_stylesheetexecutioncontext.html">StylesheetExecutionContext</a>&amp; <a class="el" href="class_selectionevent.html#m0">m_executionContext</a>
<dl class="el"><dd><font size=-1><em>The executionContext instance.<br><br></em></font></dl><li>const <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_selectionevent.html#m1">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_elemtemplateelement.html">ElemTemplateElement</a>&amp; <a class="el" href="class_selectionevent.html#m2">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><li>const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> <a class="el" href="class_selectionevent.html#m3">m_attributeName</a>
<dl class="el"><dd><font size=-1><em>The attribute name from which the selection is made.<br><br></em></font></dl><li>const <a class="el" href="class_xpath.html">XPath</a>&amp; <a class="el" href="class_selectionevent.html#m4">m_xpath</a>
<dl class="el"><dd><font size=-1><em>The <a class="el" href="class_xpath.html">XPath</a> that executed the selection.<br><br></em></font></dl><li>const <a class="el" href="class_xobjectptr.html">XObjectPtr</a> <a class="el" href="class_selectionevent.html#m5">m_selection</a>
<dl class="el"><dd><font size=-1><em>The result of the selection.<br><br></em></font></dl></ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="SelectionEvent::SelectionEvent"></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> 
SelectionEvent::SelectionEvent (
          </b></td>
          <td valign="bottom"><b>
<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>sourceNode</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_elemtemplateelement.html">ElemTemplateElement</a> &amp; <em>styleNode</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>attributeName</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xpath.html">XPath</a> &amp; <em>xpath</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xobjectptr.html">XObjectPtr</a> <em>selection</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Create an event originating at the given node of the style tree.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>processor</em>
&nbsp;</td><td>
 XSLT Processor. </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>m_styleNode</em>
&nbsp;</td><td>
 node in the style tree reference for the event (should not be null, not enforced) </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a1" doxytag="SelectionEvent::~SelectionEvent"></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 SelectionEvent::~SelectionEvent (
          </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 Data Documentation</h2>
<a name="m3" doxytag="SelectionEvent::m_attributeName"></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_xalandomstring.html">XalanDOMString</a> SelectionEvent::m_attributeName
          </b></td>
        </tr>

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

<p>
The attribute name from which the selection is made.
<p>
    </td>
  </tr>
</table>
<a name="m0" doxytag="SelectionEvent::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; SelectionEvent::m_executionContext
          </b></td>
        </tr>

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

<p>
The executionContext instance.
<p>
    </td>
  </tr>
</table>
<a name="m5" doxytag="SelectionEvent::m_selection"></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_xobjectptr.html">XObjectPtr</a> SelectionEvent::m_selection
          </b></td>
        </tr>

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

<p>
The result of the selection.
<p>
    </td>
  </tr>
</table>
<a name="m1" doxytag="SelectionEvent::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> * SelectionEvent::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="m2" doxytag="SelectionEvent::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; SelectionEvent::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>
<a name="m4" doxytag="SelectionEvent::m_xpath"></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_xpath.html">XPath</a> &amp; SelectionEvent::m_xpath
          </b></td>
        </tr>

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

<p>
The <a class="el" href="class_xpath.html">XPath</a> that executed the selection.
<p>
    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="SelectionEvent.hpp-source.html">SelectionEvent.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>