blob: 31f7db5eca3610d1e1cc7296518e9186efb1bf59 [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>MutableNodeRefList Class Reference</h1>Local implementation of MutableNodeRefList.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="MutableNodeRefList_8hpp-source.html">MutableNodeRefList.hpp</a>&gt;</code>
<p>
Inheritance diagram for MutableNodeRefList:<p><center><img src="classMutableNodeRefList__inherit__graph.gif" border="0" usemap="#MutableNodeRefList_inherit_map" alt="Inheritance graph"></center>
<map name="MutableNodeRefList_inherit_map">
<area href="classNodeRefList.html" shape="rect" coords="30,117,116,93">
<area href="classNodeRefListBase.html" shape="rect" coords="16,42,130,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for MutableNodeRefList:<p><center><img src="classMutableNodeRefList__coll__graph.gif" border="0" usemap="#MutableNodeRefList_coll_map" alt="Collaboration graph"></center>
<map name="MutableNodeRefList_coll_map">
<area href="classNodeRefList.html" shape="rect" coords="30,117,116,93">
<area href="classNodeRefListBase.html" shape="rect" coords="16,42,130,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classMutableNodeRefList-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef NodeListVectorType::iterator <a class="el" href="classMutableNodeRefList.html#s0">NodeListIteratorType</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classMutableNodeRefList.html#a0">MutableNodeRefList</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<dl class="el"><dd><font size=-1><em>Construct an empty mutable node list.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li><a class="el" href="classMutableNodeRefList.html#a1">MutableNodeRefList</a> (const MutableNodeRefList &amp;theSource, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<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="classMutableNodeRefList.html#a2">MutableNodeRefList</a> (const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> &amp;theSource, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<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="classMutableNodeRefList.html#a3">~MutableNodeRefList</a> ()
<li>MutableNodeRefList&amp; <a class="el" href="classMutableNodeRefList.html#a4">operator=</a> (const MutableNodeRefList &amp;theRHS)
<li>MutableNodeRefList&amp; <a class="el" href="classMutableNodeRefList.html#a5">operator=</a> (const <a class="el" href="classNodeRefList.html">NodeRefList</a> &amp;theRHS)
<li>MutableNodeRefList&amp; <a class="el" href="classMutableNodeRefList.html#a6">operator=</a> (const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> &amp;theRHS)
<li>MutableNodeRefList&amp; <a class="el" href="classMutableNodeRefList.html#a7">operator=</a> (const <a class="el" href="classXalanNodeList.html">XalanNodeList</a> *theRHS)
<li>void <a class="el" href="classMutableNodeRefList.html#a8">addNode</a> (<a class="el" href="classXalanNode.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="classMutableNodeRefList.html#a9">insertNode</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *n, <a class="el" href="classNodeRefListBase.html#s0">size_type</a> 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="classMutableNodeRefList.html#a10">removeNode</a> (const <a class="el" href="classXalanNode.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="classMutableNodeRefList.html#a11">removeNode</a> (<a class="el" href="classNodeRefListBase.html#s0">size_type</a> 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="classMutableNodeRefList.html#a12">clear</a> ()
<dl class="el"><dd><font size=-1><em>Remove all nodes.</em> <a href="#a12">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classMutableNodeRefList.html#a13">setNode</a> (<a class="el" href="classNodeRefListBase.html#s0">size_type</a> pos, <a class="el" href="classXalanNode.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="classMutableNodeRefList.html#a14">addNodes</a> (const <a class="el" href="classXalanNodeList.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="classMutableNodeRefList.html#a15">addNodes</a> (const <a class="el" href="classNodeRefListBase.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>void <a class="el" href="classMutableNodeRefList.html#a16">addNodesInDocOrder</a> (const <a class="el" href="classXalanNodeList.html">XalanNodeList</a> &amp;nodelist, <a class="el" href="classXPathExecutionContext.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>void <a class="el" href="classMutableNodeRefList.html#a17">addNodesInDocOrder</a> (const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> &amp;nodelist, <a class="el" href="classXPathExecutionContext.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>void <a class="el" href="classMutableNodeRefList.html#a18">addNodesInDocOrder</a> (const MutableNodeRefList &amp;nodelist, <a class="el" href="classXPathExecutionContext.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="#a18">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classMutableNodeRefList.html#a19">addNodeInDocOrder</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *node, <a class="el" href="classXPathExecutionContext.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="#a19">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classMutableNodeRefList.html#a20">clearNulls</a> ()
<dl class="el"><dd><font size=-1><em>Clear any null entries in the node list.</em> <a href="#a20">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classMutableNodeRefList.html#a21">reverse</a> ()
<dl class="el"><dd><font size=-1><em>Reverse the nodes in the list.</em> <a href="#a21">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classMutableNodeRefList.html#a22">reserve</a> (<a class="el" href="classNodeRefListBase.html#s0">size_type</a> theCount)
<dl class="el"><dd><font size=-1><em>Reserve space for the supplied number of nodes.</em> <a href="#a22">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classMutableNodeRefList.html#a23">getUnknownOrder</a> () const
<dl class="el"><dd><font size=-1><em>See if the order of the nodes is an unknown order.</em> <a href="#a23">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classMutableNodeRefList.html#a24">setUnknownOrder</a> ()
<li>bool <a class="el" href="classMutableNodeRefList.html#a25">getDocumentOrder</a> () const
<dl class="el"><dd><font size=-1><em>See if the order of the nodes is document order.</em> <a href="#a25">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classMutableNodeRefList.html#a26">setDocumentOrder</a> ()
<dl class="el"><dd><font size=-1><em>Set the known order of the nodes.</em> <a href="#a26">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classMutableNodeRefList.html#a27">getReverseDocumentOrder</a> () const
<dl class="el"><dd><font size=-1><em>See if the order of the nodes is reverse document order.</em> <a href="#a27">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classMutableNodeRefList.html#a28">setReverseDocumentOrder</a> ()
<dl class="el"><dd><font size=-1><em>Set the known order of the nodes.</em> <a href="#a28">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classMutableNodeRefList.html#a29">swap</a> (MutableNodeRefList &amp;theOther)
</ul>
<h2>Static Public Methods</h2>
<ul>
<li>MutableNodeRefList* <a class="el" href="classMutableNodeRefList.html#d0">create</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
</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>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</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 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>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</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="classNodeRefListBase.html">NodeRefListBase</a> &amp; <em>theSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</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>
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="classXalanNode.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="a19" 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="classXalanNode.html">XalanNode</a> * <em>node</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp; <em>executionContext</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 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="classNodeRefListBase.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="classXalanNodeList.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="a18" 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 MutableNodeRefList &amp; <em>nodelist</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp; <em>executionContext</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>
<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="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="classNodeRefListBase.html">NodeRefListBase</a> &amp; <em>nodelist</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp; <em>executionContext</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>
<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="classXalanNodeList.html">XalanNodeList</a> &amp; <em>nodelist</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp; <em>executionContext</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>
<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="a20" 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="d0" doxytag="MutableNodeRefList::create"></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::create (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</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>
</td>
</tr>
</table>
<a name="a25" doxytag="MutableNodeRefList::getDocumentOrder"></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 MutableNodeRefList::getDocumentOrder (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
See if the order of the nodes is document order.
<p>
</td>
</tr>
</table>
<a name="a27" doxytag="MutableNodeRefList::getReverseDocumentOrder"></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 MutableNodeRefList::getReverseDocumentOrder (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
See if the order of the nodes is reverse document order.
<p>
</td>
</tr>
</table>
<a name="a23" doxytag="MutableNodeRefList::getUnknownOrder"></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 MutableNodeRefList::getUnknownOrder (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
See if the order of the nodes is an unknown order.
<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="classXalanNode.html">XalanNode</a> * <em>n</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classNodeRefListBase.html#s0">size_type</a> <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="classXalanNodeList.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="classNodeRefListBase.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="classNodeRefList.html#a5">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="classNodeRefList.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="classNodeRefList.html#a6">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>
<a class="el" href="classNodeRefListBase.html#s0">size_type</a> <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="classXalanNode.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="a22" doxytag="MutableNodeRefList::reserve"></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::reserve (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classNodeRefListBase.html#s0">size_type</a> <em>theCount</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Reserve space for the supplied number of nodes.
<p>
This is taken as an optimization, and may be ignored. You might want to call this when you know the number of nodes you're about to add to this list.
<p>
Remember to take into account the current size of the list when calling this. That means you will probably want to add the result of <a class="el" href="classNodeRefList.html#a9">getLength</a>() to the number of nodes you're planning to add.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theCount</em>
&nbsp;</td><td>
the number of nodes to reserve space for </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a21" doxytag="MutableNodeRefList::reverse"></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::reverse (
</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>
Reverse the nodes in the list.
<p>
</td>
</tr>
</table>
<a name="a26" doxytag="MutableNodeRefList::setDocumentOrder"></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::setDocumentOrder (
</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>
Set the known order of the nodes.
<p>
This should only be done when the order is known. Otherwise, disaster will ensue. </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>
<a class="el" href="classNodeRefListBase.html#s0">size_type</a> <em>pos</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.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>
<a name="a28" doxytag="MutableNodeRefList::setReverseDocumentOrder"></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::setReverseDocumentOrder (
</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>
Set the known order of the nodes.
<p>
This should only be done when the order is known. Otherwise, disaster will ensue. </td>
</tr>
</table>
<a name="a24" doxytag="MutableNodeRefList::setUnknownOrder"></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::setUnknownOrder (
</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="a29" doxytag="MutableNodeRefList::swap"></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::swap (
</b></td>
<td valign="bottom"><b>
MutableNodeRefList &amp; <em>theOther</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="MutableNodeRefList_8hpp-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="../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>