blob: 8757999c3097bc7a7876ca8fa06a419f66de463b [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Xalan-C++ API : Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<!-- The head section is copied from Doxygen 1.7.1 generated default output -->
<body>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center"><a href="../index.html">The Xalan C++ XSLT Processor Version 1.11</a></h3>
<hr/>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-static-methods">Static Public Member Functions</a> </div>
<div class="headertitle">
<h1>XalanSourceTreeHelper Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XalanSourceTreeHelper" -->
<p><code>#include &lt;<a class="el" href="XalanSourceTreeHelper_8hpp_source.html">XalanSourceTreeHelper.hpp</a>&gt;</code></p>
<p><a href="classXalanSourceTreeHelper-members.html">List of all members.</a></p>
<h2><a name="pub-static-methods"></a>
Static Public Member Functions</h2>
<ul>
<li>static <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanSourceTreeHelper.html#ac5b3627beb390db30637832daf2460b6">getLastSibling</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theNode)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#a2c04ec26bba5741c45c001f4367b6074">appendSibling</a> (<a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> *theDocument, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theNextSiblingSlot, <a class="el" href="classXalanNode.html">XalanNode</a> *theNewSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#a197fa9bdded6535a37ed1c5a78283910">appendSibling</a> (<a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> *theNode, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theNextSiblingSlot, <a class="el" href="classXalanNode.html">XalanNode</a> *theNewSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#a1780e0dd9d1a325a07743748681f3f4a">appendSibling</a> (<a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *theNode, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theNextSiblingSlot, <a class="el" href="classXalanNode.html">XalanNode</a> *theNewSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#a896a01d0738e630ace54c14cf07f3cb6">appendSibling</a> (<a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> *theNode, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theNextSiblingSlot, <a class="el" href="classXalanNode.html">XalanNode</a> *theNewSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#acd4bc02b3b24bb06e5a9094e26e3043d">appendSibling</a> (<a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> *theNode, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theNextSiblingSlot, <a class="el" href="classXalanNode.html">XalanNode</a> *theNewSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#ad24d689ecd91e1571ca9c2676f780e56">appendSibling</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theLastSibling, <a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> *theNewLastSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#a87fa7eaf846a2bda017203ba599be2cf">appendSibling</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theLastSibling, <a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *theNewLastSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#aedcf403bd5ed6d17c735608889ecaaa9">appendSibling</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theLastSibling, <a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> *theNewLastSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#a40d943b87e2b0136c2f053afc38b5bb6">appendSibling</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theLastSibling, <a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> *theNewLastSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#a96317a92566022c56bc6bffabe19980c">appendSiblingToChild</a> (<a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *theOwnerElement, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theFirstChildSlot, <a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> *theNewSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#a54cd078eb5c0dd0a4c5b3e3268b2c0ea">appendSiblingToChild</a> (<a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *theOwnerElement, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theFirstChildSlot, <a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *theNewSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#a1faf2c09fa46b1832710b3f7ab17ab0a">appendSiblingToChild</a> (<a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *theOwnerElement, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theFirstChildSlot, <a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> *theNewSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#a3c71d67196fd57ea5812c8098690d445">appendSiblingToChild</a> (<a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *theOwnerElement, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theFirstChildSlot, <a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> *theNewSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#afa3af4bca0364b99caf31b809d636595">appendSiblingToChild</a> (<a class="el" href="classXalanSourceTreeDocumentFragment.html">XalanSourceTreeDocumentFragment</a> *theOwnerDocumentFragment, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theFirstChildSlot, <a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> *theNewSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#ad21cc984c60f41f5320ff5fe22a2c704">appendSiblingToChild</a> (<a class="el" href="classXalanSourceTreeDocumentFragment.html">XalanSourceTreeDocumentFragment</a> *theOwnerDocumentFragment, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theFirstChildSlot, <a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *theNewSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#a0af04cd1897d76cdc9ac47e1e2e040aa">appendSiblingToChild</a> (<a class="el" href="classXalanSourceTreeDocumentFragment.html">XalanSourceTreeDocumentFragment</a> *theOwnerDocumentFragment, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theFirstChildSlot, <a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> *theNewSibling)
<li>static void <a class="el" href="classXalanSourceTreeHelper.html#af81b1d1c4d979ab44f9e38267e7c1b3c">appendSiblingToChild</a> (<a class="el" href="classXalanSourceTreeDocumentFragment.html">XalanSourceTreeDocumentFragment</a> *theOwnerDocumentFragment, <a class="el" href="classXalanNode.html">XalanNode</a> *&amp;theFirstChildSlot, <a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> *theNewSibling)
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XalanSourceTreeHelper_8hpp_source.html#l00045">45</a> of file <a class="el" href="XalanSourceTreeHelper_8hpp_source.html">XalanSourceTreeHelper.hpp</a>.</p>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a2c04ec26bba5741c45c001f4367b6074"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSibling" ref="a2c04ec26bba5741c45c001f4367b6074" args="(XalanSourceTreeDocument *theDocument, XalanNode *&amp;theNextSiblingSlot, XalanNode *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSibling </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> *&nbsp;</td>
<td class="paramname"> <em>theDocument</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theNextSiblingSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a1780e0dd9d1a325a07743748681f3f4a"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSibling" ref="a1780e0dd9d1a325a07743748681f3f4a" args="(XalanSourceTreeElement *theNode, XalanNode *&amp;theNextSiblingSlot, XalanNode *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSibling </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *&nbsp;</td>
<td class="paramname"> <em>theNode</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theNextSiblingSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a87fa7eaf846a2bda017203ba599be2cf"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSibling" ref="a87fa7eaf846a2bda017203ba599be2cf" args="(XalanNode *theLastSibling, XalanSourceTreeElement *theNewLastSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSibling </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>theLastSibling</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *&nbsp;</td>
<td class="paramname"> <em>theNewLastSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="aedcf403bd5ed6d17c735608889ecaaa9"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSibling" ref="aedcf403bd5ed6d17c735608889ecaaa9" args="(XalanNode *theLastSibling, XalanSourceTreeProcessingInstruction *theNewLastSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSibling </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>theLastSibling</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> *&nbsp;</td>
<td class="paramname"> <em>theNewLastSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a896a01d0738e630ace54c14cf07f3cb6"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSibling" ref="a896a01d0738e630ace54c14cf07f3cb6" args="(XalanSourceTreeProcessingInstruction *theNode, XalanNode *&amp;theNextSiblingSlot, XalanNode *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSibling </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> *&nbsp;</td>
<td class="paramname"> <em>theNode</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theNextSiblingSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a40d943b87e2b0136c2f053afc38b5bb6"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSibling" ref="a40d943b87e2b0136c2f053afc38b5bb6" args="(XalanNode *theLastSibling, XalanSourceTreeText *theNewLastSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSibling </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>theLastSibling</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> *&nbsp;</td>
<td class="paramname"> <em>theNewLastSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a197fa9bdded6535a37ed1c5a78283910"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSibling" ref="a197fa9bdded6535a37ed1c5a78283910" args="(XalanSourceTreeComment *theNode, XalanNode *&amp;theNextSiblingSlot, XalanNode *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSibling </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> *&nbsp;</td>
<td class="paramname"> <em>theNode</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theNextSiblingSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="acd4bc02b3b24bb06e5a9094e26e3043d"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSibling" ref="acd4bc02b3b24bb06e5a9094e26e3043d" args="(XalanSourceTreeText *theNode, XalanNode *&amp;theNextSiblingSlot, XalanNode *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSibling </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> *&nbsp;</td>
<td class="paramname"> <em>theNode</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theNextSiblingSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ad24d689ecd91e1571ca9c2676f780e56"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSibling" ref="ad24d689ecd91e1571ca9c2676f780e56" args="(XalanNode *theLastSibling, XalanSourceTreeComment *theNewLastSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSibling </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>theLastSibling</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> *&nbsp;</td>
<td class="paramname"> <em>theNewLastSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a3c71d67196fd57ea5812c8098690d445"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSiblingToChild" ref="a3c71d67196fd57ea5812c8098690d445" args="(XalanSourceTreeElement *theOwnerElement, XalanNode *&amp;theFirstChildSlot, XalanSourceTreeText *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSiblingToChild </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *&nbsp;</td>
<td class="paramname"> <em>theOwnerElement</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theFirstChildSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="af81b1d1c4d979ab44f9e38267e7c1b3c"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSiblingToChild" ref="af81b1d1c4d979ab44f9e38267e7c1b3c" args="(XalanSourceTreeDocumentFragment *theOwnerDocumentFragment, XalanNode *&amp;theFirstChildSlot, XalanSourceTreeText *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSiblingToChild </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeDocumentFragment.html">XalanSourceTreeDocumentFragment</a> *&nbsp;</td>
<td class="paramname"> <em>theOwnerDocumentFragment</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theFirstChildSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a0af04cd1897d76cdc9ac47e1e2e040aa"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSiblingToChild" ref="a0af04cd1897d76cdc9ac47e1e2e040aa" args="(XalanSourceTreeDocumentFragment *theOwnerDocumentFragment, XalanNode *&amp;theFirstChildSlot, XalanSourceTreeProcessingInstruction *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSiblingToChild </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeDocumentFragment.html">XalanSourceTreeDocumentFragment</a> *&nbsp;</td>
<td class="paramname"> <em>theOwnerDocumentFragment</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theFirstChildSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a54cd078eb5c0dd0a4c5b3e3268b2c0ea"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSiblingToChild" ref="a54cd078eb5c0dd0a4c5b3e3268b2c0ea" args="(XalanSourceTreeElement *theOwnerElement, XalanNode *&amp;theFirstChildSlot, XalanSourceTreeElement *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSiblingToChild </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *&nbsp;</td>
<td class="paramname"> <em>theOwnerElement</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theFirstChildSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a1faf2c09fa46b1832710b3f7ab17ab0a"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSiblingToChild" ref="a1faf2c09fa46b1832710b3f7ab17ab0a" args="(XalanSourceTreeElement *theOwnerElement, XalanNode *&amp;theFirstChildSlot, XalanSourceTreeProcessingInstruction *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSiblingToChild </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *&nbsp;</td>
<td class="paramname"> <em>theOwnerElement</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theFirstChildSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="afa3af4bca0364b99caf31b809d636595"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSiblingToChild" ref="afa3af4bca0364b99caf31b809d636595" args="(XalanSourceTreeDocumentFragment *theOwnerDocumentFragment, XalanNode *&amp;theFirstChildSlot, XalanSourceTreeComment *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSiblingToChild </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeDocumentFragment.html">XalanSourceTreeDocumentFragment</a> *&nbsp;</td>
<td class="paramname"> <em>theOwnerDocumentFragment</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theFirstChildSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ad21cc984c60f41f5320ff5fe22a2c704"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSiblingToChild" ref="ad21cc984c60f41f5320ff5fe22a2c704" args="(XalanSourceTreeDocumentFragment *theOwnerDocumentFragment, XalanNode *&amp;theFirstChildSlot, XalanSourceTreeElement *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSiblingToChild </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeDocumentFragment.html">XalanSourceTreeDocumentFragment</a> *&nbsp;</td>
<td class="paramname"> <em>theOwnerDocumentFragment</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theFirstChildSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a96317a92566022c56bc6bffabe19980c"></a><!-- doxytag: member="XalanSourceTreeHelper::appendSiblingToChild" ref="a96317a92566022c56bc6bffabe19980c" args="(XalanSourceTreeElement *theOwnerElement, XalanNode *&amp;theFirstChildSlot, XalanSourceTreeComment *theNewSibling)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XalanSourceTreeHelper::appendSiblingToChild </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *&nbsp;</td>
<td class="paramname"> <em>theOwnerElement</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&amp;&nbsp;</td>
<td class="paramname"> <em>theFirstChildSlot</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> *&nbsp;</td>
<td class="paramname"> <em>theNewSibling</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ac5b3627beb390db30637832daf2460b6"></a><!-- doxytag: member="XalanSourceTreeHelper::getLastSibling" ref="ac5b3627beb390db30637832daf2460b6" args="(XalanNode *theNode)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classXalanNode.html">XalanNode</a>* XalanSourceTreeHelper::getLastSibling </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>theNode</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanSourceTreeHelper_8hpp_source.html">XalanSourceTreeHelper.hpp</a></li>
</ul>
</div>
<p align="center"><a href="graph_legend.html">Interpreting class diagrams</a></p>
<p><font color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><a href="http://www.doxygen.org/">Doxygen</a> and
<a href="http://www.graphviz.org/">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="80%">
<tr>
<td width="80%" valign="top">
<p align="center"><b>Xalan-C++ XSLT Processor Version 1.11</b><br/>
Copyright &copy; 1999-2012 The Apache Software Foundation.<br/>
All Rights Reserved.</p>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><img src="asf_logo_wide.gif" width="268" height="25" align="bottom" border="0" alt="Apache Logo">
</td>
</tr>
</table>
</body>
</html>