blob: 850c285ab8d154a68f4e6f3a12327f63f08264e0 [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>XercesBridgeNavigator Class Reference</h1>This class is deprecated.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="XercesBridgeNavigator_8hpp-source.html">XercesBridgeNavigator.hpp</a>&gt;</code>
<p>
Collaboration diagram for XercesBridgeNavigator:<p><center><img src="classXercesBridgeNavigator__coll__graph.gif" border="0" usemap="#XercesBridgeNavigator_coll_map" alt="Collaboration graph"></center>
<map name="XercesBridgeNavigator_coll_map">
<area href="classXercesDocumentBridge.html" shape="rect" coords="564,92,721,68">
<area href="classXalanNode.html" shape="rect" coords="18,92,98,68">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXercesBridgeNavigator-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef XalanNode::IndexType <a class="el" href="classXercesBridgeNavigator.html#s0">IndexType</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXercesBridgeNavigator.html#a0">XercesBridgeNavigator</a> (<a class="el" href="classXercesDocumentBridge.html">XercesDocumentBridge</a> *theOwnerDocument=0, bool mappingMode=true)
<li><a class="el" href="classXercesBridgeNavigator.html#a1">XercesBridgeNavigator</a> (const XercesBridgeNavigator &amp;theSource)
<li>virtual <a class="el" href="classXercesBridgeNavigator.html#a2">~XercesBridgeNavigator</a> ()
<li><a class="el" href="classXercesDocumentBridge.html">XercesDocumentBridge</a>* <a class="el" href="classXercesBridgeNavigator.html#a3">getOwnerDocument</a> () const
<li>void <a class="el" href="classXercesBridgeNavigator.html#a4">setOwnerDocument</a> (<a class="el" href="classXercesDocumentBridge.html">XercesDocumentBridge</a> *theDocument)
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a5">mapNode</a> (const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp;theXercesNode) const
<li><a class="el" href="classXalanAttr.html">XalanAttr</a>* <a class="el" href="classXercesBridgeNavigator.html#a6">mapNode</a> (const DOM_AttrType &amp;theXercesNode) const
<li><a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> <a class="el" href="classXercesBridgeNavigator.html#a7">mapNode</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> *theXalanNode) const
<li>DOM_AttrType <a class="el" href="classXercesBridgeNavigator.html#a8">mapNode</a> (const <a class="el" href="classXalanAttr.html">XalanAttr</a> *theXercesNode) const
<li><a class="el" href="classXercesBridgeNavigator.html#s0">IndexType</a> <a class="el" href="classXercesBridgeNavigator.html#a9">getIndex</a> () const
<li>void <a class="el" href="classXercesBridgeNavigator.html#a10">setIndex</a> (<a class="el" href="classXercesBridgeNavigator.html#s0">IndexType</a> theIndex)
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a11">getParentNode</a> (const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp;theXercesNode) const
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a12">getParentNode</a> () const
<li>void <a class="el" href="classXercesBridgeNavigator.html#a13">setParentNode</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theParent)
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a14">getPreviousSibling</a> (const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp;theXercesNode) const
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a15">getPreviousSibling</a> () const
<li>void <a class="el" href="classXercesBridgeNavigator.html#a16">setPreviousSibling</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *thePreviousSibling)
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a17">getNextSibling</a> (const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp;theXercesNode) const
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a18">getNextSibling</a> () const
<li>void <a class="el" href="classXercesBridgeNavigator.html#a19">setNextSibling</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theNextSibling)
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a20">getFirstChild</a> (const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp;theXercesNode) const
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a21">getFirstChild</a> () const
<li>void <a class="el" href="classXercesBridgeNavigator.html#a22">setFirstChild</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theFirstChild)
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a23">getLastChild</a> (const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp;theXercesNode) const
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a24">getLastChild</a> () const
<li>void <a class="el" href="classXercesBridgeNavigator.html#a25">setLastChild</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theLastChild)
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a26">insertBefore</a> (<a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp;theXercesParent, <a class="el" href="classXalanNode.html">XalanNode</a> *newChild, <a class="el" href="classXalanNode.html">XalanNode</a> *refChild) const
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a27">replaceChild</a> (<a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp;theXercesParent, <a class="el" href="classXalanNode.html">XalanNode</a> *newChild, <a class="el" href="classXalanNode.html">XalanNode</a> *oldChild) const
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a28">removeChild</a> (<a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp;theXercesParent, <a class="el" href="classXalanNode.html">XalanNode</a> *oldChild) const
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a29">appendChild</a> (<a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp;theXercesParent, <a class="el" href="classXalanNode.html">XalanNode</a> *newChild) const
<li><a class="el" href="classXalanElement.html">XalanElement</a>* <a class="el" href="classXercesBridgeNavigator.html#a30">getOwnerElement</a> (const DOM_AttrType &amp;theXercesAttr) const
<li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXercesBridgeNavigator.html#a31">cloneNode</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> *theXalanNode, const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp;theXercesNode, bool deep) const
<li><a class="el" href="classXalanText.html">XalanText</a>* <a class="el" href="classXercesBridgeNavigator.html#a32">splitText</a> (<a class="el" href="XercesBridgeTypes_8hpp.html#a12">DOM_TextType</a> &amp;theXercesText, unsigned int offset) const
<li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXercesBridgeNavigator.html#a33">getPooledString</a> (const <a class="el" href="XercesBridgeTypes_8hpp.html#a22">DOMStringType</a> &amp;theString) const
<dl class="el"><dd><font size=-1><em>Get a pooled string.</em> <a href="#a33">More...</a><em><br><br></em></font></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This class is deprecated.
<p>
<dl compact><dt>
<b>Deprecated: </b><dd>
This class is part of the deprecated Xerces DOM bridge. </dl>
<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="XercesBridgeNavigator::IndexType"></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 XalanNode::IndexType XercesBridgeNavigator::IndexType
</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="XercesBridgeNavigator::XercesBridgeNavigator"></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>
XercesBridgeNavigator::XercesBridgeNavigator (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXercesDocumentBridge.html">XercesDocumentBridge</a> * <em>theOwnerDocument</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <em>mappingMode</em> = true&nbsp;)<code> [explicit]</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="a1" doxytag="XercesBridgeNavigator::XercesBridgeNavigator"></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>
XercesBridgeNavigator::XercesBridgeNavigator (
</b></td>
<td valign="bottom"><b>
const XercesBridgeNavigator &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="a2" doxytag="XercesBridgeNavigator::~XercesBridgeNavigator"></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>
XercesBridgeNavigator::~XercesBridgeNavigator (
</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="a29" doxytag="XercesBridgeNavigator::appendChild"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::appendChild (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp; <em>theXercesParent</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>newChild</em>&nbsp;) const
</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="a31" doxytag="XercesBridgeNavigator::cloneNode"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::cloneNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>theXalanNode</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp; <em>theXercesNode</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <em>deep</em>&nbsp;) const
</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="a21" doxytag="XercesBridgeNavigator::getFirstChild"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::getFirstChild (
</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>
</td>
</tr>
</table>
<a name="a20" doxytag="XercesBridgeNavigator::getFirstChild"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::getFirstChild (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp; <em>theXercesNode</em>&nbsp;) const
</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="a9" doxytag="XercesBridgeNavigator::getIndex"></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>
<a class="el" href="classXercesBridgeNavigator.html#s0">IndexType</a> XercesBridgeNavigator::getIndex (
</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>
</td>
</tr>
</table>
<a name="a24" doxytag="XercesBridgeNavigator::getLastChild"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::getLastChild (
</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>
</td>
</tr>
</table>
<a name="a23" doxytag="XercesBridgeNavigator::getLastChild"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::getLastChild (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp; <em>theXercesNode</em>&nbsp;) const
</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="a18" doxytag="XercesBridgeNavigator::getNextSibling"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::getNextSibling (
</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>
</td>
</tr>
</table>
<a name="a17" doxytag="XercesBridgeNavigator::getNextSibling"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::getNextSibling (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp; <em>theXercesNode</em>&nbsp;) const
</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="XercesBridgeNavigator::getOwnerDocument"></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>
<a class="el" href="classXercesDocumentBridge.html">XercesDocumentBridge</a> * XercesBridgeNavigator::getOwnerDocument (
</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>
</td>
</tr>
</table>
<a name="a30" doxytag="XercesBridgeNavigator::getOwnerElement"></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>
<a class="el" href="classXalanElement.html">XalanElement</a> * XercesBridgeNavigator::getOwnerElement (
</b></td>
<td valign="bottom"><b>
const DOM_AttrType &amp; <em>theXercesAttr</em>&nbsp;) const
</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="a12" doxytag="XercesBridgeNavigator::getParentNode"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::getParentNode (
</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>
</td>
</tr>
</table>
<a name="a11" doxytag="XercesBridgeNavigator::getParentNode"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::getParentNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp; <em>theXercesNode</em>&nbsp;) const
</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="a33" doxytag="XercesBridgeNavigator::getPooledString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XercesBridgeNavigator::getPooledString (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="XercesBridgeTypes_8hpp.html#a22">DOMStringType</a> &amp; <em>theString</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get a pooled string.
<p>
If the string is not in the pool, add it.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theString</em>
&nbsp;</td><td>
The string to pool. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
A const reference to the pooled string. </dl> </td>
</tr>
</table>
<a name="a15" doxytag="XercesBridgeNavigator::getPreviousSibling"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::getPreviousSibling (
</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>
</td>
</tr>
</table>
<a name="a14" doxytag="XercesBridgeNavigator::getPreviousSibling"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::getPreviousSibling (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp; <em>theXercesNode</em>&nbsp;) const
</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="a26" doxytag="XercesBridgeNavigator::insertBefore"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::insertBefore (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp; <em>theXercesParent</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>newChild</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>refChild</em>&nbsp;) const
</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="a8" doxytag="XercesBridgeNavigator::mapNode"></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>
DOM_AttrType XercesBridgeNavigator::mapNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanAttr.html">XalanAttr</a> * <em>theXercesNode</em>&nbsp;) const
</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="a7" doxytag="XercesBridgeNavigator::mapNode"></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>
<a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> XercesBridgeNavigator::mapNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>theXalanNode</em>&nbsp;) const
</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="XercesBridgeNavigator::mapNode"></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>
<a class="el" href="classXalanAttr.html">XalanAttr</a> * XercesBridgeNavigator::mapNode (
</b></td>
<td valign="bottom"><b>
const DOM_AttrType &amp; <em>theXercesNode</em>&nbsp;) const
</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="a5" doxytag="XercesBridgeNavigator::mapNode"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::mapNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp; <em>theXercesNode</em>&nbsp;) const
</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="a28" doxytag="XercesBridgeNavigator::removeChild"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::removeChild (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp; <em>theXercesParent</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>oldChild</em>&nbsp;) const
</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="a27" doxytag="XercesBridgeNavigator::replaceChild"></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>
<a class="el" href="classXalanNode.html">XalanNode</a> * XercesBridgeNavigator::replaceChild (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a11">DOM_NodeType</a> &amp; <em>theXercesParent</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>newChild</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>oldChild</em>&nbsp;) const
</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="a22" doxytag="XercesBridgeNavigator::setFirstChild"></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 XercesBridgeNavigator::setFirstChild (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theFirstChild</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="a10" doxytag="XercesBridgeNavigator::setIndex"></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 XercesBridgeNavigator::setIndex (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXercesBridgeNavigator.html#s0">IndexType</a> <em>theIndex</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="a25" doxytag="XercesBridgeNavigator::setLastChild"></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 XercesBridgeNavigator::setLastChild (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theLastChild</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="a19" doxytag="XercesBridgeNavigator::setNextSibling"></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 XercesBridgeNavigator::setNextSibling (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theNextSibling</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="a4" doxytag="XercesBridgeNavigator::setOwnerDocument"></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 XercesBridgeNavigator::setOwnerDocument (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXercesDocumentBridge.html">XercesDocumentBridge</a> * <em>theDocument</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="a13" doxytag="XercesBridgeNavigator::setParentNode"></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 XercesBridgeNavigator::setParentNode (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theParent</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="a16" doxytag="XercesBridgeNavigator::setPreviousSibling"></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 XercesBridgeNavigator::setPreviousSibling (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>thePreviousSibling</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="a32" doxytag="XercesBridgeNavigator::splitText"></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>
<a class="el" href="classXalanText.html">XalanText</a> * XercesBridgeNavigator::splitText (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a12">DOM_TextType</a> &amp; <em>theXercesText</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
unsigned int <em>offset</em>&nbsp;) const
</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="XercesBridgeNavigator_8hpp-source.html">XercesBridgeNavigator.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>