blob: 7ef499e917ffe65562cd1b39c4ddd2620c83758d [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>DOMServices Class Reference</h1><code>#include &lt;<a class="el" href="DOMServices_8hpp-source.html">DOMServices.hpp</a>&gt;</code>
<p>
Collaboration diagram for DOMServices:<p><center><img src="classDOMServices__coll__graph.gif" border="0" usemap="#DOMServices_coll_map" alt="Collaboration graph"></center>
<map name="DOMServices_coll_map">
<area href="classXalanDOMString.html" shape="rect" coords="6,43,124,19">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classDOMServices-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef void (FormatterListener::* <a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> )(const XMLCh *const, const unsigned int)
</ul>
<h2>Static Public Methods</h2>
<ul>
<li>void <a class="el" href="classDOMServices.html#d0">initialize</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<dl class="el"><dd><font size=-1><em>Initialize static data.</em> <a href="#d0">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d1">terminate</a> ()
<dl class="el"><dd><font size=-1><em>Destroy static data.</em> <a href="#d1">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d2">getNodeData</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;node, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;data)
<dl class="el"><dd><font size=-1><em>Retrieves data for node.</em> <a href="#d2">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d3">getNodeData</a> (const <a class="el" href="classXalanAttr.html">XalanAttr</a> &amp;attribute, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;data)
<dl class="el"><dd><font size=-1><em>Retrieves data for node.</em> <a href="#d3">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d4">getNodeData</a> (const <a class="el" href="classXalanComment.html">XalanComment</a> &amp;comment, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;data)
<dl class="el"><dd><font size=-1><em>Retrieves data for node.</em> <a href="#d4">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d5">getNodeData</a> (const <a class="el" href="classXalanDocument.html">XalanDocument</a> &amp;document, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;data)
<dl class="el"><dd><font size=-1><em>Retrieves data for node.</em> <a href="#d5">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d6">getNodeData</a> (const <a class="el" href="classXalanDocumentFragment.html">XalanDocumentFragment</a> &amp;documentFragment, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;data)
<dl class="el"><dd><font size=-1><em>Retrieves data for node.</em> <a href="#d6">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d7">getNodeData</a> (const <a class="el" href="classXalanElement.html">XalanElement</a> &amp;element, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;data)
<dl class="el"><dd><font size=-1><em>Retrieves data for node.</em> <a href="#d7">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d8">getNodeData</a> (const <a class="el" href="classXalanProcessingInstruction.html">XalanProcessingInstruction</a> &amp;pi, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;data)
<dl class="el"><dd><font size=-1><em>Retrieves data for node.</em> <a href="#d8">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d9">getNodeData</a> (const <a class="el" href="classXalanText.html">XalanText</a> &amp;text, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;data)
<dl class="el"><dd><font size=-1><em>Retrieves data for node.</em> <a href="#d9">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d10">getNodeData</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;node, <a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;formatterListener, <a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> function)
<dl class="el"><dd><font size=-1><em>Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.</em> <a href="#d10">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d11">getNodeData</a> (const <a class="el" href="classXalanAttr.html">XalanAttr</a> &amp;attribute, <a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;formatterListener, <a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> function)
<dl class="el"><dd><font size=-1><em>Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.</em> <a href="#d11">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d12">getNodeData</a> (const <a class="el" href="classXalanComment.html">XalanComment</a> &amp;comment, <a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;formatterListener, <a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> function)
<dl class="el"><dd><font size=-1><em>Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.</em> <a href="#d12">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d13">getNodeData</a> (const <a class="el" href="classXalanDocument.html">XalanDocument</a> &amp;document, <a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;formatterListener, <a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> function)
<dl class="el"><dd><font size=-1><em>Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.</em> <a href="#d13">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d14">getNodeData</a> (const <a class="el" href="classXalanDocumentFragment.html">XalanDocumentFragment</a> &amp;documentFragment, <a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;formatterListener, <a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> function)
<dl class="el"><dd><font size=-1><em>Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.</em> <a href="#d14">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d15">getNodeData</a> (const <a class="el" href="classXalanElement.html">XalanElement</a> &amp;element, <a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;formatterListener, <a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> function)
<dl class="el"><dd><font size=-1><em>Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.</em> <a href="#d15">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d16">getNodeData</a> (const <a class="el" href="classXalanProcessingInstruction.html">XalanProcessingInstruction</a> &amp;pi, <a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;formatterListener, <a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> function)
<dl class="el"><dd><font size=-1><em>Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.</em> <a href="#d16">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classDOMServices.html#d17">getNodeData</a> (const <a class="el" href="classXalanText.html">XalanText</a> &amp;text, <a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;formatterListener, <a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> function)
<dl class="el"><dd><font size=-1><em>Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.</em> <a href="#d17">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#d18">getNameOfNode</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;n)
<dl class="el"><dd><font size=-1><em>Retrieve the name of the node, taking into account the differences between the DOM and XSLT data models.</em> <a href="#d18">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#d19">getNameOfNode</a> (const <a class="el" href="classXalanAttr.html">XalanAttr</a> &amp;attr)
<dl class="el"><dd><font size=-1><em>Retrieve the name of the node, taking into account the differences between the DOM and XSLT data models.</em> <a href="#d19">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#d20">getNameOfNode</a> (const <a class="el" href="classXalanElement.html">XalanElement</a> &amp;element)
<dl class="el"><dd><font size=-1><em>Retrieve the name of the node, taking into account the differences between the DOM and XSLT data models.</em> <a href="#d20">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#d21">getLocalNameOfNode</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;n)
<dl class="el"><dd><font size=-1><em>Retrieve local name of node, taking into account the differences between the DOM and XSLT data models.</em> <a href="#d21">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#d22">getNamespaceOfNode</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;n)
<dl class="el"><dd><font size=-1><em>Retrieve the namespace of the node, taking into account the differences between the DOM and XSLT data models.</em> <a href="#d22">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classDOMServices.html#d23">isNamespaceDeclaration</a> (const <a class="el" href="classXalanAttr.html">XalanAttr</a> &amp;n)
<dl class="el"><dd><font size=-1><em>Determine whether or not an attribute node is declaring a namespace.</em> <a href="#d23">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classDOMServices.html#d24">getParentOfNode</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;node)
<dl class="el"><dd><font size=-1><em>Retrieve the parent of a node.</em> <a href="#d24">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>* <a class="el" href="classDOMServices.html#d25">getNamespaceForPrefix</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;prefix, const <a class="el" href="classXalanElement.html">XalanElement</a> &amp;namespaceContext)
<dl class="el"><dd><font size=-1><em>Retrieve the URI corresponding to a namespace prefix.</em> <a href="#d25">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>* <a class="el" href="classDOMServices.html#d26">getNamespaceForPrefix</a> (const XalanDOMChar *theName, const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> &amp;thePrefixResolver, bool isAttribute, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;thePrefix)
<dl class="el"><dd><font size=-1><em>Retrieve the URI corresponding to a namespace prefix, using the supplied name, and <a class="el" href="classPrefixResolver.html">PrefixResolver</a>.</em> <a href="#d26">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classDOMServices.html#d27">isNodeAfter</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;node1, const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;node2)
<dl class="el"><dd><font size=-1><em>Determine if a node is after another node, in document order.</em> <a href="#d27">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classDOMServices.html#d28">isNodeAfterSibling</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;parent, const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;child1, const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;child2)
<dl class="el"><dd><font size=-1><em>Determine if a node is after another node in the sibling list.</em> <a href="#d28">More...</a><em><br><br></em></font></dl></ul>
<h2>Static Public Attributes</h2>
<ul>
<li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#p0">s_XMLString</a>
<li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#p1">s_XMLStringWithSeparator</a>
<li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#p2">s_XMLNamespacePrefix</a>
<li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#p3">s_XMLNamespaceURI</a>
<li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#p4">s_XMLNamespace</a>
<li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#p5">s_XMLNamespaceWithSeparator</a>
<li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#p6">s_XMLNamespaceSeparatorString</a>
<li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classDOMServices.html#p7">s_XMLNamespacePrefixURI</a>
<li>const <a class="el" href="classXalanDOMString.html#s6">XalanDOMString::size_type</a>&amp; <a class="el" href="classDOMServices.html#p8">s_XMLStringLength</a>
<li>const <a class="el" href="classXalanDOMString.html#s6">XalanDOMString::size_type</a>&amp; <a class="el" href="classDOMServices.html#p9">s_XMLStringWithSeparatorLength</a>
<li>const <a class="el" href="classXalanDOMString.html#s6">XalanDOMString::size_type</a>&amp; <a class="el" href="classDOMServices.html#p10">s_XMLNamespacePrefixLength</a>
<li>const <a class="el" href="classXalanDOMString.html#s6">XalanDOMString::size_type</a>&amp; <a class="el" href="classDOMServices.html#p11">s_XMLNamespaceURILength</a>
<li>const <a class="el" href="classXalanDOMString.html#s6">XalanDOMString::size_type</a>&amp; <a class="el" href="classDOMServices.html#p12">s_XMLNamespaceLength</a>
<li>const <a class="el" href="classXalanDOMString.html#s6">XalanDOMString::size_type</a>&amp; <a class="el" href="classDOMServices.html#p13">s_XMLNamespaceWithSeparatorLength</a>
<li>const <a class="el" href="classXalanDOMString.html#s6">XalanDOMString::size_type</a>&amp; <a class="el" href="classDOMServices.html#p14">s_XMLNamespaceSeparatorStringLength</a>
<li>const <a class="el" href="classXalanDOMString.html#s6">XalanDOMString::size_type</a>&amp; <a class="el" href="classDOMServices.html#p15">s_XMLNamespacePrefixURILength</a>
<li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> <a class="el" href="classDOMServices.html#p16">s_emptyString</a>
</ul>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="DOMServices::MemberFunctionPtr"></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 void(FormatterListener::* DOMServices::MemberFunctionPtr)(const XMLCh *const, const unsigned int)
</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="d21" doxytag="DOMServices::getLocalNameOfNode"></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; DOMServices::getLocalNameOfNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>n</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>
Retrieve local name of node, taking into account the differences between the DOM and XSLT data models.
<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>
DOM node whose name is returned </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
name of node without namespace </dl> </td>
</tr>
</table>
<a name="d20" doxytag="DOMServices::getNameOfNode"></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; DOMServices::getNameOfNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanElement.html">XalanElement</a> &amp; <em>element</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>
Retrieve the name of the node, taking into account the differences between the DOM and XSLT data models.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>attr</em>
&nbsp;</td><td>
DOM element node whose name is returned </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
name of the node </dl> </td>
</tr>
</table>
<a name="d19" doxytag="DOMServices::getNameOfNode"></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; DOMServices::getNameOfNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanAttr.html">XalanAttr</a> &amp; <em>attr</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>
Retrieve the name of the node, taking into account the differences between the DOM and XSLT data models.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>attr</em>
&nbsp;</td><td>
DOM attribute node whose name is returned </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
name of the node </dl> </td>
</tr>
</table>
<a name="d18" doxytag="DOMServices::getNameOfNode"></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; DOMServices::getNameOfNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>n</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>
Retrieve the name of the node, taking into account the differences between the DOM and XSLT data models.
<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>
DOM node whose name is returned </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
name of the node </dl> </td>
</tr>
</table>
<a name="d26" doxytag="DOMServices::getNamespaceForPrefix"></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> * DOMServices::getNamespaceForPrefix (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>theName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> &amp; <em>thePrefixResolver</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <em>isAttribute</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>thePrefix</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>
Retrieve the URI corresponding to a namespace prefix, using the supplied name, and <a class="el" href="classPrefixResolver.html">PrefixResolver</a>.
<p>
The routine also returns the prefix.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theName</em>
&nbsp;</td><td>
The name that contains the prefix </td></tr>
<tr><td valign=top><em>thePrefixResolver</em>
&nbsp;</td><td>
The <a class="el" href="classPrefixResolver.html">PrefixResolver</a> to use </td></tr>
<tr><td valign=top><em>isAttribute</em>
&nbsp;</td><td>
If true, special rules for attributes are used </td></tr>
<tr><td valign=top><em>thePrefix</em>
&nbsp;</td><td>
The prefix </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
URI corresponding to namespace </dl> </td>
</tr>
</table>
<a name="d25" doxytag="DOMServices::getNamespaceForPrefix"></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> * DOMServices::getNamespaceForPrefix (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>prefix</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanElement.html">XalanElement</a> &amp; <em>namespaceContext</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>
Retrieve the URI corresponding to a namespace prefix.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>prefix</em>
&nbsp;</td><td>
prefix for a namespace </td></tr>
<tr><td valign=top><em>namespaceContext</em>
&nbsp;</td><td>
DOM element representing the context for namespace </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
URI corresponding to namespace </dl> </td>
</tr>
</table>
<a name="d22" doxytag="DOMServices::getNamespaceOfNode"></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; DOMServices::getNamespaceOfNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>n</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>
Retrieve the namespace of the node, taking into account the differences between the DOM and XSLT data models.
<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>
DOM node whose namespace is returned </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
namespace of the node </dl> </td>
</tr>
</table>
<a name="d17" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanText.html">XalanText</a> &amp; <em>text</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp; <em>formatterListener</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> <em>function</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>
Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.
<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>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>formatterListener</em>
&nbsp;</td><td>
the <a class="el" href="classFormatterListener.html">FormatterListener</a> instance to receive the data </td></tr>
<tr><td valign=top><em>fRaw</em>
&nbsp;</td><td>
Whether or not the data should be sent raw. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d16" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanProcessingInstruction.html">XalanProcessingInstruction</a> &amp; <em>pi</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp; <em>formatterListener</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> <em>function</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>
Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>pi</em>
&nbsp;</td><td>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>formatterListener</em>
&nbsp;</td><td>
the <a class="el" href="classFormatterListener.html">FormatterListener</a> instance to receive the data </td></tr>
<tr><td valign=top><em>fRaw</em>
&nbsp;</td><td>
Whether or not the data should be sent raw. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d15" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanElement.html">XalanElement</a> &amp; <em>element</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp; <em>formatterListener</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> <em>function</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>
Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>element</em>
&nbsp;</td><td>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>formatterListener</em>
&nbsp;</td><td>
the <a class="el" href="classFormatterListener.html">FormatterListener</a> instance to receive the data </td></tr>
<tr><td valign=top><em>fRaw</em>
&nbsp;</td><td>
Whether or not the data should be sent raw. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d14" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDocumentFragment.html">XalanDocumentFragment</a> &amp; <em>documentFragment</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp; <em>formatterListener</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> <em>function</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>
Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>documentFragment</em>
&nbsp;</td><td>
DOM node whose data is to be sent </td></tr>
<tr><td valign=top><em>formatterListener</em>
&nbsp;</td><td>
the <a class="el" href="classFormatterListener.html">FormatterListener</a> instance to receive the data </td></tr>
<tr><td valign=top><em>fRaw</em>
&nbsp;</td><td>
Whether or not the data should be sent raw. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d13" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDocument.html">XalanDocument</a> &amp; <em>document</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp; <em>formatterListener</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> <em>function</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>
Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>document</em>
&nbsp;</td><td>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>formatterListener</em>
&nbsp;</td><td>
the <a class="el" href="classFormatterListener.html">FormatterListener</a> instance to receive the data </td></tr>
<tr><td valign=top><em>fRaw</em>
&nbsp;</td><td>
Whether or not the data should be sent raw. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d12" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanComment.html">XalanComment</a> &amp; <em>comment</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp; <em>formatterListener</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> <em>function</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>
Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>comment</em>
&nbsp;</td><td>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>formatterListener</em>
&nbsp;</td><td>
the <a class="el" href="classFormatterListener.html">FormatterListener</a> instance to receive the data </td></tr>
<tr><td valign=top><em>fRaw</em>
&nbsp;</td><td>
Whether or not the data should be sent raw. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d11" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanAttr.html">XalanAttr</a> &amp; <em>attribute</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp; <em>formatterListener</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> <em>function</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>
Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>attribute</em>
&nbsp;</td><td>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>formatterListener</em>
&nbsp;</td><td>
the <a class="el" href="classFormatterListener.html">FormatterListener</a> instance to receive the data </td></tr>
<tr><td valign=top><em>fRaw</em>
&nbsp;</td><td>
Whether or not the data should be sent raw. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d10" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>node</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp; <em>formatterListener</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classDOMServices.html#s0">MemberFunctionPtr</a> <em>function</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>
Sends the data for a node to a <a class="el" href="classFormatterListener.html">FormatterListener</a>.
<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>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>formatterListener</em>
&nbsp;</td><td>
the <a class="el" href="classFormatterListener.html">FormatterListener</a> instance to receive the data </td></tr>
<tr><td valign=top><em>function</em>
&nbsp;</td><td>
A pointer to the member function of <a class="el" href="classFormatterListener.html">FormatterListener</a> to call </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d9" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanText.html">XalanText</a> &amp; <em>text</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>data</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>
Retrieves data for node.
<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>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>data</em>
&nbsp;</td><td>
a string to which the node's data will be appended </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d8" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanProcessingInstruction.html">XalanProcessingInstruction</a> &amp; <em>pi</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>data</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>
Retrieves data for node.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>pi</em>
&nbsp;</td><td>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>data</em>
&nbsp;</td><td>
a string to which the node's data will be appended </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d7" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanElement.html">XalanElement</a> &amp; <em>element</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>data</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>
Retrieves data for node.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>element</em>
&nbsp;</td><td>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>data</em>
&nbsp;</td><td>
a string to which the node's data will be appended </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d6" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDocumentFragment.html">XalanDocumentFragment</a> &amp; <em>documentFragment</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>data</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>
Retrieves data for node.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>documentFragment</em>
&nbsp;</td><td>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>data</em>
&nbsp;</td><td>
a string to which the node's data will be appended </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d5" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDocument.html">XalanDocument</a> &amp; <em>document</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>data</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>
Retrieves data for node.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>document</em>
&nbsp;</td><td>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>data</em>
&nbsp;</td><td>
a string to which the node's data will be appended </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d4" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanComment.html">XalanComment</a> &amp; <em>comment</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>data</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>
Retrieves data for node.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>comment</em>
&nbsp;</td><td>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>data</em>
&nbsp;</td><td>
a string to which the node's data will be appended </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d3" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanAttr.html">XalanAttr</a> &amp; <em>attribute</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>data</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>
Retrieves data for node.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>attribute</em>
&nbsp;</td><td>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>data</em>
&nbsp;</td><td>
a string to which the node's data will be appended </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d2" doxytag="DOMServices::getNodeData"></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 DOMServices::getNodeData (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>node</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>data</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>
Retrieves data for node.
<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>
DOM node whose data is to be returned </td></tr>
<tr><td valign=top><em>data</em>
&nbsp;</td><td>
a string to which the node's data will be appended </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="d24" doxytag="DOMServices::getParentOfNode"></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> * DOMServices::getParentOfNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>node</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>
Retrieve the parent of a node.
<p>
This function has to be implemented, because the DOM WG decided that attributes don't have parents.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>node</em>
&nbsp;</td><td>
child node </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
parent node </dl> </td>
</tr>
</table>
<a name="d0" doxytag="DOMServices::initialize"></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 DOMServices::initialize (
</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>
Initialize static data.
<p>
Must be called before any other functions are called. </td>
</tr>
</table>
<a name="d23" doxytag="DOMServices::isNamespaceDeclaration"></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 DOMServices::isNamespaceDeclaration (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanAttr.html">XalanAttr</a> &amp; <em>n</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>
Determine whether or not an attribute node is declaring a namespace.
<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>
DOM node to check </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true if the attribute is declaring a namespace, false if not. </dl> </td>
</tr>
</table>
<a name="d27" doxytag="DOMServices::isNodeAfter"></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 DOMServices::isNodeAfter (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>node1</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>node2</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>
Determine if a node is after another node, in document order.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>node1</em>
&nbsp;</td><td>
The first node </td></tr>
<tr><td valign=top><em>node2</em>
&nbsp;</td><td>
The second node </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true if node1 one is after node2, or false if it is not. </dl> </td>
</tr>
</table>
<a name="d28" doxytag="DOMServices::isNodeAfterSibling"></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 DOMServices::isNodeAfterSibling (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>parent</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>child1</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>child2</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>
Determine if a node is after another node in the sibling list.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>parent</em>
&nbsp;</td><td>
The parent of the nodes. </td></tr>
<tr><td valign=top><em>node1</em>
&nbsp;</td><td>
The first node </td></tr>
<tr><td valign=top><em>node2</em>
&nbsp;</td><td>
The second node </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true if node1 one is after node2, or false if it is not. </dl> </td>
</tr>
</table>
<a name="d1" doxytag="DOMServices::terminate"></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 DOMServices::terminate (
</b></td>
<td valign="bottom"><b>
)<code> [static]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Destroy static data.
<p>
After thus function is called, no other functions can be called. </td>
</tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a name="p4" doxytag="DOMServices::s_XMLNamespace"></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; DOMServices::s_XMLNamespace<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="p12" doxytag="DOMServices::s_XMLNamespaceLength"></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#s6">XalanDOMString::size_type</a> &amp; DOMServices::s_XMLNamespaceLength<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="p2" doxytag="DOMServices::s_XMLNamespacePrefix"></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; DOMServices::s_XMLNamespacePrefix<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="p10" doxytag="DOMServices::s_XMLNamespacePrefixLength"></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#s6">XalanDOMString::size_type</a> &amp; DOMServices::s_XMLNamespacePrefixLength<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="p7" doxytag="DOMServices::s_XMLNamespacePrefixURI"></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; DOMServices::s_XMLNamespacePrefixURI<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="p15" doxytag="DOMServices::s_XMLNamespacePrefixURILength"></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#s6">XalanDOMString::size_type</a> &amp; DOMServices::s_XMLNamespacePrefixURILength<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="p6" doxytag="DOMServices::s_XMLNamespaceSeparatorString"></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; DOMServices::s_XMLNamespaceSeparatorString<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="p14" doxytag="DOMServices::s_XMLNamespaceSeparatorStringLength"></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#s6">XalanDOMString::size_type</a> &amp; DOMServices::s_XMLNamespaceSeparatorStringLength<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="p3" doxytag="DOMServices::s_XMLNamespaceURI"></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; DOMServices::s_XMLNamespaceURI<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="p11" doxytag="DOMServices::s_XMLNamespaceURILength"></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#s6">XalanDOMString::size_type</a> &amp; DOMServices::s_XMLNamespaceURILength<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="p5" doxytag="DOMServices::s_XMLNamespaceWithSeparator"></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; DOMServices::s_XMLNamespaceWithSeparator<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="p13" doxytag="DOMServices::s_XMLNamespaceWithSeparatorLength"></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#s6">XalanDOMString::size_type</a> &amp; DOMServices::s_XMLNamespaceWithSeparatorLength<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="p0" doxytag="DOMServices::s_XMLString"></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; DOMServices::s_XMLString<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="p8" doxytag="DOMServices::s_XMLStringLength"></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#s6">XalanDOMString::size_type</a> &amp; DOMServices::s_XMLStringLength<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="p1" doxytag="DOMServices::s_XMLStringWithSeparator"></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; DOMServices::s_XMLStringWithSeparator<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="p9" doxytag="DOMServices::s_XMLStringWithSeparatorLength"></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#s6">XalanDOMString::size_type</a> &amp; DOMServices::s_XMLStringWithSeparatorLength<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="p16" doxytag="DOMServices::s_emptyString"></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> DOMServices::s_emptyString<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>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="DOMServices_8hpp-source.html">DOMServices.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>