Sophie

Sophie

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

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:29 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>MutableNodeRefList  Class Reference</h1>Local implementation of MutableNodeRefList. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="MutableNodeRefList.hpp-source.html">MutableNodeRefList.hpp</a>&gt;</code>
<p>
Inheritance diagram for MutableNodeRefList<p><center><img src="class_mutablenodereflist_inherit_graph.gif" border="0" usemap="#MutableNodeRefList_inherit_map" alt="Inheritance graph"></center>
<map name="MutableNodeRefList_inherit_map">
<area href="class_nodereflist.html" shape="rect" coords="21,67,104,85">
<area href="class_nodereflistbase.html" shape="rect" coords="9,0,116,19">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for MutableNodeRefList:<p><center><img src="class_mutablenodereflist_coll_graph.gif" border="0" usemap="#MutableNodeRefList_coll_map" alt="Collaboration graph"></center>
<map name="MutableNodeRefList_coll_map">
<area href="class_nodereflist.html" shape="rect" coords="21,67,104,85">
<area href="class_nodereflistbase.html" shape="rect" coords="9,0,116,19">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_mutablenodereflist-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef NodeListVectorType::iterator <a class="el" href="class_mutablenodereflist.html#s0">NodeListIteratorType</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_mutablenodereflist.html#a0">MutableNodeRefList</a> ()
<dl class="el"><dd><font size=-1><em>Construct an empty mutable node list.<br><br></em></font></dl><li><a class="el" href="class_mutablenodereflist.html#a1">MutableNodeRefList</a> (const MutableNodeRefList&amp; theSource)
<dl class="el"><dd><font size=-1><em>Construct a mutable node list from another list.</em> <a href="#a1">More...</a><em><br><br></em></font></dl><li><a class="el" href="class_mutablenodereflist.html#a2">MutableNodeRefList</a> (const <a class="el" href="class_nodereflistbase.html">NodeRefListBase</a>&amp; theSource)
<dl class="el"><dd><font size=-1><em>Construct a mutable node list from another list.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="class_mutablenodereflist.html#a3">~MutableNodeRefList</a> ()
<li>MutableNodeRefList&amp; <a class="el" href="class_mutablenodereflist.html#a4">operator=</a> (const MutableNodeRefList&amp; theRHS)
<li>MutableNodeRefList&amp; <a class="el" href="class_mutablenodereflist.html#a5">operator=</a> (const <a class="el" href="class_nodereflist.html">NodeRefList</a>&amp; theRHS)
<li>MutableNodeRefList&amp; <a class="el" href="class_mutablenodereflist.html#a6">operator=</a> (const <a class="el" href="class_nodereflistbase.html">NodeRefListBase</a>&amp; theRHS)
<li>MutableNodeRefList&amp; <a class="el" href="class_mutablenodereflist.html#a7">operator=</a> (const <a class="el" href="class_xalannodelist.html">XalanNodeList</a>* theRHS)
<li>void <a class="el" href="class_mutablenodereflist.html#a8">addNode</a> (<a class="el" href="class_xalannode.html">XalanNode</a>* n)
<dl class="el"><dd><font size=-1><em>Add a node at to the list.</em> <a href="#a8">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="class_mutablenodereflist.html#a9">insertNode</a> ( <a class="el" href="class_xalannode.html">XalanNode</a>* n, unsigned int pos)
<dl class="el"><dd><font size=-1><em>Insert a node at a given position.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="class_mutablenodereflist.html#a10">removeNode</a> (const <a class="el" href="class_xalannode.html">XalanNode</a>* n)
<dl class="el"><dd><font size=-1><em>Remove a node from the list.</em> <a href="#a10">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="class_mutablenodereflist.html#a11">removeNode</a> (unsigned int pos)
<dl class="el"><dd><font size=-1><em>Remove a node from the list.</em> <a href="#a11">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="class_mutablenodereflist.html#a12">clear</a> ()
<dl class="el"><dd><font size=-1><em>Remove all nodes.<br><br></em></font></dl><li>void <a class="el" href="class_mutablenodereflist.html#a13">setNode</a> (unsigned int pos, <a class="el" href="class_xalannode.html">XalanNode</a>* n = 0)
<dl class="el"><dd><font size=-1><em>Set a item.</em> <a href="#a13">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="class_mutablenodereflist.html#a14">addNodes</a> (const <a class="el" href="class_xalannodelist.html">XalanNodeList</a>&amp; nodelist)
<dl class="el"><dd><font size=-1><em>Copy NodeList members into this nodelist, adding in document order.</em> <a href="#a14">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="class_mutablenodereflist.html#a15">addNodes</a> (const <a class="el" href="class_nodereflistbase.html">NodeRefListBase</a>&amp; nodelist)
<dl class="el"><dd><font size=-1><em>Copy NodeList members into this nodelist, adding in document order.</em> <a href="#a15">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="class_mutablenodereflist.html#a16">addNodesInDocOrder</a> ( const <a class="el" href="class_xalannodelist.html">XalanNodeList</a>&amp; nodelist, <a class="el" href="class_xpathexecutioncontext.html">XPathExecutionContext</a>&amp; executionContext)
<dl class="el"><dd><font size=-1><em>Copy NodeList members into this nodelist, adding in document order.</em> <a href="#a16">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="class_mutablenodereflist.html#a17">addNodesInDocOrder</a> ( const <a class="el" href="class_nodereflistbase.html">NodeRefListBase</a>&amp; nodelist, <a class="el" href="class_xpathexecutioncontext.html">XPathExecutionContext</a>&amp; executionContext)
<dl class="el"><dd><font size=-1><em>Copy NodeList members into this nodelist, adding in document order.</em> <a href="#a17">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="class_mutablenodereflist.html#a18">addNodeInDocOrder</a> ( <a class="el" href="class_xalannode.html">XalanNode</a>* node, <a class="el" href="class_xpathexecutioncontext.html">XPathExecutionContext</a>&amp; executionContext)
<dl class="el"><dd><font size=-1><em>Add a node into list where it should occur in document order.</em> <a href="#a18">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="class_mutablenodereflist.html#a19">clearNulls</a> ()
<dl class="el"><dd><font size=-1><em>Clear any null entries in the node list.<br><br></em></font></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Local implementation of MutableNodeRefList.
<p>
This class is for internal use only. 
<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="MutableNodeRefList::NodeListIteratorType"></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> 
typedef NodeListVectorType::iterator MutableNodeRefList::NodeListIteratorType
          </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>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="MutableNodeRefList::MutableNodeRefList"></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> 
MutableNodeRefList::MutableNodeRefList (
          </b></td>
          <td valign="bottom"><b>
)<code> [explicit]</code>
          </b></td>
        </tr>

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

<p>
Construct an empty mutable node list.
<p>
    </td>
  </tr>
</table>
<a name="a1" doxytag="MutableNodeRefList::MutableNodeRefList"></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> 
MutableNodeRefList::MutableNodeRefList (
          </b></td>
          <td valign="bottom"><b>
const MutableNodeRefList &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>
Construct a mutable node list from another list.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theSource</em>
&nbsp;</td><td>
 source list </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a2" doxytag="MutableNodeRefList::MutableNodeRefList"></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> 
MutableNodeRefList::MutableNodeRefList (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_nodereflistbase.html">NodeRefListBase</a> &amp; <em>theSource</em>&nbsp;)<code> [explicit]</code>
          </b></td>
        </tr>

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

<p>
Construct a mutable node list from another list.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theSource</em>
&nbsp;</td><td>
 source list </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a3" doxytag="MutableNodeRefList::~MutableNodeRefList"></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 MutableNodeRefList::~MutableNodeRefList (
          </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="a8" doxytag="MutableNodeRefList::addNode"></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> 
void MutableNodeRefList::addNode (
          </b></td>
          <td valign="bottom"><b>
<a class="el" href="class_xalannode.html">XalanNode</a> * <em>n</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Add a node at to the list.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>n</em>
&nbsp;</td><td>
 node to add </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a18" doxytag="MutableNodeRefList::addNodeInDocOrder"></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> 
void MutableNodeRefList::addNodeInDocOrder (
          </b></td>
          <td valign="bottom"><b>
<a class="el" href="class_xalannode.html">XalanNode</a> * <em>node</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="class_xpathexecutioncontext.html">XPathExecutionContext</a> &amp; <em>executionContext</em>&nbsp;)<code> [virtual]</code>
          </b></td>
        </tr>

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

<p>
Add a node into list where it should occur in document order.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>node</em>
&nbsp;</td><td>
 node object to add </td></tr>
<tr><td valign=top><em>executionContext</em>
&nbsp;</td><td>
 the current execution context </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a15" doxytag="MutableNodeRefList::addNodes"></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> 
void MutableNodeRefList::addNodes (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_nodereflistbase.html">NodeRefListBase</a> &amp; <em>nodelist</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Copy NodeList members into this nodelist, adding in document order.
<p>
If a node is null, don't add it.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>nodelist</em>
&nbsp;</td><td>
 node list to add </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a14" doxytag="MutableNodeRefList::addNodes"></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> 
void MutableNodeRefList::addNodes (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalannodelist.html">XalanNodeList</a> &amp; <em>nodelist</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Copy NodeList members into this nodelist, adding in document order.
<p>
If a node is null, don't add it.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>nodelist</em>
&nbsp;</td><td>
 node list to add </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a17" doxytag="MutableNodeRefList::addNodesInDocOrder"></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> 
void MutableNodeRefList::addNodesInDocOrder (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_nodereflistbase.html">NodeRefListBase</a> &amp; <em>nodelist</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="class_xpathexecutioncontext.html">XPathExecutionContext</a> &amp; <em>executionContext</em>&nbsp;)<code> [virtual]</code>
          </b></td>
        </tr>

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

<p>
Copy NodeList members into this nodelist, adding in document order.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>nodelist</em>
&nbsp;</td><td>
 node list to add </td></tr>
<tr><td valign=top><em>executionContext</em>
&nbsp;</td><td>
 the current execution context </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a16" doxytag="MutableNodeRefList::addNodesInDocOrder"></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> 
void MutableNodeRefList::addNodesInDocOrder (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalannodelist.html">XalanNodeList</a> &amp; <em>nodelist</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="class_xpathexecutioncontext.html">XPathExecutionContext</a> &amp; <em>executionContext</em>&nbsp;)<code> [virtual]</code>
          </b></td>
        </tr>

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

<p>
Copy NodeList members into this nodelist, adding in document order.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>nodelist</em>
&nbsp;</td><td>
 node list to add </td></tr>
<tr><td valign=top><em>executionContext</em>
&nbsp;</td><td>
 the current execution context </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a12" doxytag="MutableNodeRefList::clear"></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> 
void MutableNodeRefList::clear (
          </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>
Remove all nodes.
<p>
    </td>
  </tr>
</table>
<a name="a19" doxytag="MutableNodeRefList::clearNulls"></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> 
void MutableNodeRefList::clearNulls (
          </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>
Clear any null entries in the node list.
<p>
    </td>
  </tr>
</table>
<a name="a9" doxytag="MutableNodeRefList::insertNode"></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> 
void MutableNodeRefList::insertNode (
          </b></td>
          <td valign="bottom"><b>
<a class="el" href="class_xalannode.html">XalanNode</a> * <em>n</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
unsigned int <em>pos</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Insert a node at a given position.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>n</em>
&nbsp;</td><td>
 node to insert </td></tr>
<tr><td valign=top><em>pos</em>
&nbsp;</td><td>
 position of insertion </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a7" doxytag="MutableNodeRefList::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> 
MutableNodeRefList&amp; MutableNodeRefList::operator= (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalannodelist.html">XalanNodeList</a> * <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>
<a name="a6" doxytag="MutableNodeRefList::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> 
MutableNodeRefList&amp; MutableNodeRefList::operator= (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_nodereflistbase.html">NodeRefListBase</a> &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>

<p>
Reimplemented from <a class="el" href="class_nodereflist.html#a4">NodeRefList</a>.    </td>
  </tr>
</table>
<a name="a5" doxytag="MutableNodeRefList::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> 
MutableNodeRefList&amp; MutableNodeRefList::operator= (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_nodereflist.html">NodeRefList</a> &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>

<p>
Reimplemented from <a class="el" href="class_nodereflist.html#a5">NodeRefList</a>.    </td>
  </tr>
</table>
<a name="a4" doxytag="MutableNodeRefList::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> 
MutableNodeRefList&amp; MutableNodeRefList::operator= (
          </b></td>
          <td valign="bottom"><b>
const MutableNodeRefList &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>
<a name="a11" doxytag="MutableNodeRefList::removeNode"></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> 
void MutableNodeRefList::removeNode (
          </b></td>
          <td valign="bottom"><b>
unsigned int <em>pos</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Remove a node from the list.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>pos</em>
&nbsp;</td><td>
 position of node in list </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a10" doxytag="MutableNodeRefList::removeNode"></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> 
void MutableNodeRefList::removeNode (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalannode.html">XalanNode</a> * <em>n</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Remove a node from the list.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>n</em>
&nbsp;</td><td>
 node to insert </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a13" doxytag="MutableNodeRefList::setNode"></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> 
void MutableNodeRefList::setNode (
          </b></td>
          <td valign="bottom"><b>
unsigned int <em>pos</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="class_xalannode.html">XalanNode</a> * <em>n</em> = 0&nbsp;)
          </b></td>
        </tr>

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

<p>
Set a item.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>pos</em>
&nbsp;</td><td>
 position of node to modify </td></tr>
<tr><td valign=top><em>n</em>
&nbsp;</td><td>
 node to insert, default is empty node </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="MutableNodeRefList.hpp-source.html">MutableNodeRefList.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>