Sophie

Sophie

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

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:33 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>NodeSortKey  Class Reference</h1>Simple data structure class for use by the <a class="el" href="class_nodesorter.html">NodeSorter</a> class. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="NodeSortKey.hpp-source.html">NodeSortKey.hpp</a>&gt;</code>
<p>
Collaboration diagram for NodeSortKey:<p><center><img src="class_nodesortkey_coll_graph.gif" border="0" usemap="#NodeSortKey_coll_map" alt="Collaboration graph"></center>
<map name="NodeSortKey_coll_map">
<area href="class_executioncontext.html" shape="rect" coords="0,243,109,261">
<area href="class_prefixresolver.html" shape="rect" coords="180,243,273,261">
<area href="class_xpath.html" shape="rect" coords="361,243,407,261">
<area href="class_xpathfunctiontable.html" shape="rect" coords="121,121,244,140">
<area href="class_xlocator.html" shape="rect" coords="273,121,337,140">
<area href="class_xalandomstring.html" shape="rect" coords="485,0,595,19">
<area href="class_xpathexpression.html" shape="rect" coords="664,121,768,140">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_nodesortkey-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_nodesortkey.html#a0">NodeSortKey</a> ( <a class="el" href="class_executioncontext.html">ExecutionContext</a>&amp; executionContext, const <a class="el" href="class_xpath.html">XPath</a>&amp; selectPat, bool treatAsNumbers, bool descending, const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; langValue, const <a class="el" href="class_prefixresolver.html">PrefixResolver</a>&amp; resolver)
<dl class="el"><dd><font size=-1><em>Construct a node sort key.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li><a class="el" href="class_nodesortkey.html#a1">NodeSortKey</a> ()
<li><a class="el" href="class_nodesortkey.html#a2">NodeSortKey</a> (const NodeSortKey&amp; theSource)
<li><a class="el" href="class_nodesortkey.html#a3">~NodeSortKey</a> ()
<li>NodeSortKey&amp; <a class="el" href="class_nodesortkey.html#a4">operator=</a> (const NodeSortKey&amp; theRHS)
<li>const <a class="el" href="class_xpath.html">XPath</a>* <a class="el" href="class_nodesortkey.html#a5">getSelectPattern</a> () const
<dl class="el"><dd><font size=-1><em>Retrieve the selection <a class="el" href="class_xpath.html">XPath</a>.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="class_nodesortkey.html#a6">getTreatAsNumbers</a> () const
<dl class="el"><dd><font size=-1><em>Whether to treat values as numbers.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="class_nodesortkey.html#a7">getDescending</a> () const
<dl class="el"><dd><font size=-1><em>Whether to sort in descending order.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="class_prefixresolver.html">PrefixResolver</a>* <a class="el" href="class_nodesortkey.html#a8">getPrefixResolver</a> () const
<dl class="el"><dd><font size=-1><em>Retrieve the resolver for namespaces.</em> <a href="#a8">More...</a><em><br><br></em></font></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Simple data structure class for use by the <a class="el" href="class_nodesorter.html">NodeSorter</a> class.
<p>

<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="NodeSortKey::NodeSortKey"></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> 
NodeSortKey::NodeSortKey (
          </b></td>
          <td valign="bottom"><b>
<a class="el" href="class_executioncontext.html">ExecutionContext</a> &amp; <em>executionContext</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xpath.html">XPath</a> &amp; <em>selectPat</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
bool <em>treatAsNumbers</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
bool <em>descending</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>langValue</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_prefixresolver.html">PrefixResolver</a> &amp; <em>resolver</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Construct a node sort key.
<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>
 current execution context </td></tr>
<tr><td valign=top><em>selectPat</em>
&nbsp;</td><td>
 <a class="el" href="class_xpath.html">XPath</a> for selection </td></tr>
<tr><td valign=top><em>treatAsNumbers</em>
&nbsp;</td><td>
 treat as numeric values if true </td></tr>
<tr><td valign=top><em>descending</em>
&nbsp;</td><td>
 sort in descending order if true </td></tr>
<tr><td valign=top><em>langValue</em>
&nbsp;</td><td>
 language </td></tr>
<tr><td valign=top><em>resolver</em>
&nbsp;</td><td>
 resolver for namespace resolution </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a1" doxytag="NodeSortKey::NodeSortKey"></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> 
NodeSortKey::NodeSortKey (
          </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="a2" doxytag="NodeSortKey::NodeSortKey"></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> 
NodeSortKey::NodeSortKey (
          </b></td>
          <td valign="bottom"><b>
const NodeSortKey &amp; <em>theSource</em>&nbsp;)
          </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="a3" doxytag="NodeSortKey::~NodeSortKey"></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> 
NodeSortKey::~NodeSortKey (
          </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>
<hr><h2>Member Function Documentation</h2>
<a name="a7" doxytag="NodeSortKey::getDescending"></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 NodeSortKey::getDescending (
          </b></td>
          <td valign="bottom"><b>
) const<code> []</code>
          </b></td>
        </tr>

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

<p>
Whether to sort in descending order.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 sort in descending order if true </dl>    </td>
  </tr>
</table>
<a name="a8" doxytag="NodeSortKey::getPrefixResolver"></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_prefixresolver.html">PrefixResolver</a> * NodeSortKey::getPrefixResolver (
          </b></td>
          <td valign="bottom"><b>
) const<code> []</code>
          </b></td>
        </tr>

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

<p>
Retrieve the resolver for namespaces.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 object for namespace resolution </dl>    </td>
  </tr>
</table>
<a name="a5" doxytag="NodeSortKey::getSelectPattern"></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> * NodeSortKey::getSelectPattern (
          </b></td>
          <td valign="bottom"><b>
) const<code> []</code>
          </b></td>
        </tr>

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

<p>
Retrieve the selection <a class="el" href="class_xpath.html">XPath</a>.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 <a class="el" href="class_xpath.html">XPath</a> for selection </dl>    </td>
  </tr>
</table>
<a name="a6" doxytag="NodeSortKey::getTreatAsNumbers"></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 NodeSortKey::getTreatAsNumbers (
          </b></td>
          <td valign="bottom"><b>
) const<code> []</code>
          </b></td>
        </tr>

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

<p>
Whether to treat values as numbers.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 treat as numeric values if true </dl>    </td>
  </tr>
</table>
<a name="a4" doxytag="NodeSortKey::operator="></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> 
NodeSortKey&amp; NodeSortKey::operator= (
          </b></td>
          <td valign="bottom"><b>
const NodeSortKey &amp; <em>theRHS</em>&nbsp;)
          </b></td>
        </tr>

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

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