blob: 8d5b08ecfbdb727ac0857f8c6821ee0594e65c7b [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>SelectionEvent Class Reference</h1><code>#include &lt;<a class="el" href="SelectionEvent_8hpp-source.html">SelectionEvent.hpp</a>&gt;</code>
<p>
Collaboration diagram for SelectionEvent:<p><center><img src="classSelectionEvent__coll__graph.gif" border="0" usemap="#SelectionEvent_coll_map" alt="Collaboration graph"></center>
<map name="SelectionEvent_coll_map">
<area href="classXalanNode.html" shape="rect" coords="316,33,395,9">
<area href="classXalanDOMString.html" shape="rect" coords="18,148,136,124">
<area href="classElemTemplateElement.html" shape="rect" coords="281,241,430,217">
<area href="classNodeRefListBase.html" shape="rect" coords="298,289,413,265">
<area href="classXObjectPtr.html" shape="rect" coords="313,352,398,328">
<area href="classStylesheetExecutionContext.html" shape="rect" coords="268,414,443,390">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classSelectionEvent-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>enum <a class="el" href="classSelectionEvent.html#s4">eSelectionType</a> { <a class="el" href="classSelectionEvent.html#s4s0">eNone</a>,
<a class="el" href="classSelectionEvent.html#s4s1">eBoolean</a>,
<a class="el" href="classSelectionEvent.html#s4s2">eNodeSet</a>,
<a class="el" href="classSelectionEvent.html#s4s3">eUnknown</a>
}
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classSelectionEvent.html#a0">SelectionEvent</a> (<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp;executionContext, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode, const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> &amp;styleNode, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;attributeName, const <a class="el" href="classXPath.html">XPath</a> &amp;xpath, const <a class="el" href="classXObjectPtr.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><a class="el" href="classSelectionEvent.html#a1">SelectionEvent</a> (<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp;executionContext, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode, const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> &amp;styleNode, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;attributeName, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;xpathExpression, const <a class="el" href="classXObjectPtr.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="#a1">More...</a><em><br><br></em></font></dl><li><a class="el" href="classSelectionEvent.html#a2">SelectionEvent</a> (<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp;executionContext, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode, const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> &amp;styleNode, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;attributeName, const <a class="el" href="classXPath.html">XPath</a> &amp;xpath, bool selection)
<dl class="el"><dd><font size=-1><em>Create an event originating at the given node of the style tree.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li><a class="el" href="classSelectionEvent.html#a3">SelectionEvent</a> (<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp;executionContext, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode, const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> &amp;styleNode, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;attributeName, const <a class="el" href="classXPath.html">XPath</a> &amp;xpath, const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> &amp;selection)
<dl class="el"><dd><font size=-1><em>Create an event originating at the given node of the style tree.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classSelectionEvent.html#a4">~SelectionEvent</a> ()
</ul>
<h2>Public Attributes</h2>
<ul>
<li>const <a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a>&amp; <a class="el" href="classSelectionEvent.html#m0">m_executionContext</a>
<dl class="el"><dd><font size=-1><em>The executionContext instance.</em> <a href="#m0">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classSelectionEvent.html#m1">m_sourceNode</a>
<dl class="el"><dd><font size=-1><em>The current context node.</em> <a href="#m1">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a>&amp; <a class="el" href="classSelectionEvent.html#m2">m_styleNode</a>
<dl class="el"><dd><font size=-1><em>The node in the style tree where the event occurs.</em> <a href="#m2">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classSelectionEvent.html#m3">m_attributeName</a>
<dl class="el"><dd><font size=-1><em>The attribute name from which the selection is made.</em> <a href="#m3">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classSelectionEvent.html#m4">m_xpathExpression</a>
<dl class="el"><dd><font size=-1><em>The <a class="el" href="classXPath.html">XPath</a> expression evaluated.</em> <a href="#m4">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classSelectionEvent.html#m5">m_selection</a>
<dl class="el"><dd><font size=-1><em>The result of the selection.</em> <a href="#m5">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classSelectionEvent.html#s4">eSelectionType</a> <a class="el" href="classSelectionEvent.html#m6">m_type</a>
<dl class="el"><dd><font size=-1><em>The type of the selection.</em> <a href="#m6">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classSelectionEvent.html#m7">m_boolean</a>
<li>const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a>* const <a class="el" href="classSelectionEvent.html#m8">m_nodeList</a>
</ul>
<hr><h2>Member Enumeration Documentation</h2>
<a name="s4" doxytag="SelectionEvent::eSelectionType"></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>
enum SelectionEvent::eSelectionType
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<dl compact><dt>
<b>Enumeration values:</b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><a name="s4s0" doxytag="eNone"></a><em>eNone</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s4s1" doxytag="eBoolean"></a><em>eBoolean</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s4s2" doxytag="eNodeSet"></a><em>eNodeSet</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s4s3" doxytag="eUnknown"></a><em>eUnknown</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
</td>
</tr>
</table>
<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="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp; <em>executionContext</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> &amp; <em>styleNode</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>attributeName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXPath.html">XPath</a> &amp; <em>xpath</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXObjectPtr.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>executionContext</em>
&nbsp;</td><td>
The current execution context </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
The source node selected. </td></tr>
<tr><td valign=top><em>styleNode</em>
&nbsp;</td><td>
The node in the style tree reference for the event </td></tr>
<tr><td valign=top><em>attributeName</em>
&nbsp;</td><td>
The attribute name where the <a class="el" href="classXPath.html">XPath</a> expression was supplied </td></tr>
<tr><td valign=top><em>xpath</em>
&nbsp;</td><td>
The <a class="el" href="classXPath.html">XPath</a> instance executed </td></tr>
<tr><td valign=top><em>selection</em>
&nbsp;</td><td>
The result of evaluating the <a class="el" href="classXPath.html">XPath</a> </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>
SelectionEvent::SelectionEvent (
</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="classXalanNode.html">XalanNode</a> * <em>sourceNode</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> &amp; <em>styleNode</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>attributeName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>xpathExpression</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXObjectPtr.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>executionContext</em>
&nbsp;</td><td>
The current execution context </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
The source node selected. </td></tr>
<tr><td valign=top><em>styleNode</em>
&nbsp;</td><td>
The node in the style tree reference for the event </td></tr>
<tr><td valign=top><em>attributeName</em>
&nbsp;</td><td>
The attribute name where the <a class="el" href="classXPath.html">XPath</a> expression was supplied </td></tr>
<tr><td valign=top><em>xpathExpression</em>
&nbsp;</td><td>
The <a class="el" href="classXPath.html">XPath</a> expression executed </td></tr>
<tr><td valign=top><em>selection</em>
&nbsp;</td><td>
The result of evaluating the <a class="el" href="classXPath.html">XPath</a> </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a2" 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="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp; <em>executionContext</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> &amp; <em>styleNode</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>attributeName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXPath.html">XPath</a> &amp; <em>xpath</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <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>executionContext</em>
&nbsp;</td><td>
The current execution context </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
The source node selected. </td></tr>
<tr><td valign=top><em>styleNode</em>
&nbsp;</td><td>
The node in the style tree reference for the event </td></tr>
<tr><td valign=top><em>attributeName</em>
&nbsp;</td><td>
The attribute name where the <a class="el" href="classXPath.html">XPath</a> expression was supplied </td></tr>
<tr><td valign=top><em>xpath</em>
&nbsp;</td><td>
The <a class="el" href="classXPath.html">XPath</a> instance executed </td></tr>
<tr><td valign=top><em>selection</em>
&nbsp;</td><td>
The result of evaluating the <a class="el" href="classXPath.html">XPath</a> </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a3" 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="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp; <em>executionContext</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> &amp; <em>styleNode</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>attributeName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXPath.html">XPath</a> &amp; <em>xpath</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> &amp; <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>executionContext</em>
&nbsp;</td><td>
The current execution context </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
The source node selected. </td></tr>
<tr><td valign=top><em>styleNode</em>
&nbsp;</td><td>
The node in the style tree reference for the event </td></tr>
<tr><td valign=top><em>attributeName</em>
&nbsp;</td><td>
The attribute name where the <a class="el" href="classXPath.html">XPath</a> expression was supplied </td></tr>
<tr><td valign=top><em>xpath</em>
&nbsp;</td><td>
The <a class="el" href="classXPath.html">XPath</a> instance executed </td></tr>
<tr><td valign=top><em>selection</em>
&nbsp;</td><td>
The result of evaluating the <a class="el" href="classXPath.html">XPath</a> </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a4" 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>
)<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="classXalanDOMString.html">XalanDOMString</a> &amp; 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="m7" doxytag="SelectionEvent::m_boolean"></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 SelectionEvent::m_boolean
</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="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="classStylesheetExecutionContext.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="m8" doxytag="SelectionEvent::m_nodeList"></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="classNodeRefListBase.html">NodeRefListBase</a> *const SelectionEvent::m_nodeList
</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="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="classXObjectPtr.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>
If it's null, m_sourceNode was selected, or some specific type was selected. See the above enums. </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="classXalanNode.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="classElemTemplateElement.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="m6" doxytag="SelectionEvent::m_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>
const <a class="el" href="classSelectionEvent.html#s4">eSelectionType</a> SelectionEvent::m_type
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
The type of the selection.
<p>
</td>
</tr>
</table>
<a name="m4" doxytag="SelectionEvent::m_xpathExpression"></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; SelectionEvent::m_xpathExpression
</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="classXPath.html">XPath</a> expression evaluated.
<p>
</td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="SelectionEvent_8hpp-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="../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>