blob: 77ad9546a44e6582053e2a2f5048f84dbf945349 [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>NamespacesHandler Class Reference</h1><code>#include &lt;<a class="el" href="NamespacesHandler_8hpp-source.html">NamespacesHandler.hpp</a>&gt;</code>
<p>
Collaboration diagram for NamespacesHandler:<p><center><img src="classNamespacesHandler__coll__graph.gif" border="0" usemap="#NamespacesHandler_coll_map" alt="Collaboration graph"></center>
<map name="NamespacesHandler_coll_map">
<area href="classXalanMap.html" shape="rect" coords="7,250,390,226">
<area href="classXalanList.html" shape="rect" coords="136,146,261,122">
<area href="structXalanList_1_1Node.html" shape="rect" coords="147,42,250,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classNamespacesHandler-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef XalanQName::NamespaceVectorType <a class="el" href="classNamespacesHandler.html#s0">NamespaceVectorType</a>
<li>typedef XalanQName::NamespacesStackType <a class="el" href="classNamespacesHandler.html#s1">NamespacesStackType</a>
<li>typedef XalanVector&lt;<a class="el" href="classNamespacesHandler_1_1Namespace.html">Namespace</a>&gt; <a class="el" href="classNamespacesHandler.html#s2">NamespacesVectorType</a>
<li>typedef XalanVector&lt;<a class="el" href="classNamespacesHandler_1_1NamespaceExtended.html">NamespaceExtended</a>&gt; <a class="el" href="classNamespacesHandler.html#s3">NamespaceExtendedVectorType</a>
<li>typedef XalanVector&lt;const <br>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a>*&gt; <a class="el" href="classNamespacesHandler.html#s4">XalanDOMStringPointerVectorType</a>
<li>typedef <a class="el" href="classXalanMap.html">XalanMap</a>&lt;const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>*,<br>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>*&gt; <a class="el" href="classNamespacesHandler.html#s5">NamespaceAliasesMapType</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classNamespacesHandler.html#a0">NamespacesHandler</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<dl class="el"><dd><font size=-1><em>Create a default, empty instance.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li><a class="el" href="classNamespacesHandler.html#a1">NamespacesHandler</a> (<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp;theConstructionContext, const NamespacesHandler &amp;stylesheetNamespacesHandler, const <a class="el" href="classNamespacesHandler.html#s1">NamespacesStackType</a> &amp;theCurrentNamespaces, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theXSLTNamespaceURI)
<dl class="el"><dd><font size=-1><em>Create an instance namespace handler using the current namespaces in effect.</em> <a href="#a1">More...</a><em><br><br></em></font></dl><li><a class="el" href="classNamespacesHandler.html#a2">~NamespacesHandler</a> ()
<li>void <a class="el" href="classNamespacesHandler.html#a3">processExcludeResultPrefixes</a> (<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp;theConstructionContext, const XalanDOMChar *theValue, const <a class="el" href="classNamespacesHandler.html#s1">NamespacesStackType</a> &amp;theCurrentNamespaces)
<dl class="el"><dd><font size=-1><em>Process an exclude-result-prefixes attribute.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classNamespacesHandler.html#a4">processExtensionElementPrefixes</a> (<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp;theConstructionContext, const XalanDOMChar *theValue, const <a class="el" href="classNamespacesHandler.html#s1">NamespacesStackType</a> &amp;theCurrentNamespaces)
<dl class="el"><dd><font size=-1><em>Process an extension-element-prefixes attribute.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classNamespacesHandler.html#a5">postConstruction</a> (<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp;theConstructionContext, bool fProcessNamespaceAliases=true, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theElementName=<a class="el" href="classXalanDOMString.html">XalanDOMString</a>(XalanMemMgrs::getDummyMemMgr()), const NamespacesHandler *parentNamespacesHandler=0, const <a class="el" href="classNamespacesHandler_1_1PrefixChecker.html">PrefixChecker</a> *prefixChecker=0)
<dl class="el"><dd><font size=-1><em>Notify the instance that the stylesheet is fully constructed.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>NamespacesHandler&amp; <a class="el" href="classNamespacesHandler.html#a6">operator=</a> (const NamespacesHandler &amp;theRHS)
<li>bool <a class="el" href="classNamespacesHandler.html#a7">shouldExcludeResultNamespaceNode</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theXSLTNamespaceURI, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theURI) const
<dl class="el"><dd><font size=-1><em>Determine of a given namespace should be excluded.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classNamespacesHandler.html#a8">addExtensionNamespaceURI</a> (<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp;theConstructionContext, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theURI)
<dl class="el"><dd><font size=-1><em>Add a URI as an extension namespace prefixes.</em> <a href="#a8">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>* <a class="el" href="classNamespacesHandler.html#a9">getNamespace</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;thePrefix) const
<dl class="el"><dd><font size=-1><em>Get the namespace URI for the given prefix.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>* <a class="el" href="classNamespacesHandler.html#a10">getNamespaceAlias</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theStylesheetNamespace) const
<dl class="el"><dd><font size=-1><em>Get the namespace alias URI for the given namespace.</em> <a href="#a10">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classNamespacesHandler.html#a11">setNamespaceAlias</a> (<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp;theConstructionContext, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theStylesheetNamespace, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theResultNamespace)
<dl class="el"><dd><font size=-1><em>Set the namespace alias URI for the given namespace.</em> <a href="#a11">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classNamespacesHandler.html#a12">copyNamespaceAliases</a> (const NamespacesHandler &amp;parentNamespacesHandler)
<dl class="el"><dd><font size=-1><em>Copy the aliases from the given NamespacesHandler.</em> <a href="#a12">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classNamespacesHandler.html#a13">outputResultNamespaces</a> (<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp;theExecutionContext, bool supressDefault=false) const
<dl class="el"><dd><font size=-1><em>Output the result tree namespace declarations.</em> <a href="#a13">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classNamespacesHandler.html#a14">clear</a> ()
<dl class="el"><dd><font size=-1><em>Clear out the handler.</em> <a href="#a14">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classNamespacesHandler.html#a15">swap</a> (NamespacesHandler &amp;theOther)
<dl class="el"><dd><font size=-1><em>Swap the contents of this instance with another.</em> <a href="#a15">More...</a><em><br><br></em></font></dl><li><a class="el" href="XalanMap_8hpp.html#a1">NamespaceExtendedVectorType::size_type</a> <a class="el" href="classNamespacesHandler.html#a16">getNamespaceDeclarationsCount</a> () const
</ul>
<hr><h2>Member Typedef Documentation</h2>
<a name="s5" doxytag="NamespacesHandler::NamespaceAliasesMapType"></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 <a class="el" href="classXalanMap.html">XalanMap</a>&lt; const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> *, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> *&gt; NamespacesHandler::NamespaceAliasesMapType&lt;const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>*, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>*&gt;
</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="s3" doxytag="NamespacesHandler::NamespaceExtendedVectorType"></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 XalanVector&lt; <a class="el" href="classNamespacesHandler_1_1NamespaceExtended.html">NamespaceExtended</a> &gt; NamespacesHandler::NamespaceExtendedVectorType&lt;<a class="el" href="classNamespacesHandler_1_1NamespaceExtended.html">NamespaceExtended</a>&gt;
</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="s0" doxytag="NamespacesHandler::NamespaceVectorType"></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 XalanQName::NamespaceVectorType NamespacesHandler::NamespaceVectorType
</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="s1" doxytag="NamespacesHandler::NamespacesStackType"></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 XalanQName::NamespacesStackType NamespacesHandler::NamespacesStackType
</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="s2" doxytag="NamespacesHandler::NamespacesVectorType"></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 XalanVector&lt; <a class="el" href="classNamespacesHandler_1_1Namespace.html">Namespace</a> &gt; NamespacesHandler::NamespacesVectorType&lt;<a class="el" href="classNamespacesHandler_1_1Namespace.html">Namespace</a>&gt;
</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="s4" doxytag="NamespacesHandler::XalanDOMStringPointerVectorType"></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 XalanVector&lt; const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> *&gt; NamespacesHandler::XalanDOMStringPointerVectorType&lt;const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>*&gt;
</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="NamespacesHandler::NamespacesHandler"></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>
NamespacesHandler::NamespacesHandler (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>&nbsp;)<code> [explicit]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a default, empty instance.
<p>
</td>
</tr>
</table>
<a name="a1" doxytag="NamespacesHandler::NamespacesHandler"></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>
NamespacesHandler::NamespacesHandler (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp; <em>theConstructionContext</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const NamespacesHandler &amp; <em>stylesheetNamespacesHandler</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classNamespacesHandler.html#s1">NamespacesStackType</a> &amp; <em>theCurrentNamespaces</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theXSLTNamespaceURI</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create an instance namespace handler using the current namespaces in effect.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theConstructionContext</em>
&nbsp;</td><td>
The current construction context. </td></tr>
<tr><td valign=top><em>stylesheetNamespacesHandler</em>
&nbsp;</td><td>
The stylesheet's handler. </td></tr>
<tr><td valign=top><em>theCurrentNamespaces</em>
&nbsp;</td><td>
The stack of active namespace declarations. </td></tr>
<tr><td valign=top><em>theXSLTNamespaceURI</em>
&nbsp;</td><td>
The namespace URI for XSLT. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a2" doxytag="NamespacesHandler::~NamespacesHandler"></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>
NamespacesHandler::~NamespacesHandler (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a8" doxytag="NamespacesHandler::addExtensionNamespaceURI"></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 NamespacesHandler::addExtensionNamespaceURI (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp; <em>theConstructionContext</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theURI</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Add a URI as an extension namespace prefixes.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theConstructionContext</em>
&nbsp;</td><td>
The current construction context. </td></tr>
<tr><td valign=top><em>theURI</em>
&nbsp;</td><td>
The namespace URI. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a14" doxytag="NamespacesHandler::clear"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void NamespacesHandler::clear (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Clear out the handler.
<p>
</td>
</tr>
</table>
<a name="a12" doxytag="NamespacesHandler::copyNamespaceAliases"></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 NamespacesHandler::copyNamespaceAliases (
</b></td>
<td valign="bottom"><b>
const NamespacesHandler &amp; <em>parentNamespacesHandler</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Copy the aliases from the given NamespacesHandler.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>parentNamespacesHandler</em>
&nbsp;</td><td>
The parent handler. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a9" doxytag="NamespacesHandler::getNamespace"></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> * NamespacesHandler::getNamespace (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>thePrefix</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the namespace URI for the given prefix.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>thePrefix</em>
&nbsp;</td><td>
The namespace prefix. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The namespace URI </dl> </td>
</tr>
</table>
<a name="a10" doxytag="NamespacesHandler::getNamespaceAlias"></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> * NamespacesHandler::getNamespaceAlias (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theStylesheetNamespace</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the namespace alias URI for the given namespace.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theStylesheetNamespace</em>
&nbsp;</td><td>
The namespace as declared in the stylesheet. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The namespace alias URI </dl> </td>
</tr>
</table>
<a name="a16" doxytag="NamespacesHandler::getNamespaceDeclarationsCount"></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="XalanMap_8hpp.html#a1">NamespaceExtendedVectorType::size_type</a> NamespacesHandler::getNamespaceDeclarationsCount (
</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="a6" doxytag="NamespacesHandler::operator="></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
NamespacesHandler &amp; NamespacesHandler::operator= (
</b></td>
<td valign="bottom"><b>
const NamespacesHandler &amp; <em>theRHS</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a13" doxytag="NamespacesHandler::outputResultNamespaces"></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 NamespacesHandler::outputResultNamespaces (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classStylesheetExecutionContext.html">StylesheetExecutionContext</a> &amp; <em>theExecutionContext</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <em>supressDefault</em> = false&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Output the result tree namespace declarations.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theExecutionContext</em>
&nbsp;</td><td>
The current execution context. </td></tr>
<tr><td valign=top><em>supressDefault</em>
&nbsp;</td><td>
If true, any default namespace declaration will not be output. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a5" doxytag="NamespacesHandler::postConstruction"></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 NamespacesHandler::postConstruction (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp; <em>theConstructionContext</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <em>fProcessNamespaceAliases</em> = true,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theElementName</em> = <a class="el" href="classXalanDOMString.html">XalanDOMString</a>(XalanMemMgrs::getDummyMemMgr()),
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const NamespacesHandler * <em>parentNamespacesHandler</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classNamespacesHandler_1_1PrefixChecker.html">PrefixChecker</a> * <em>prefixChecker</em> = 0&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Notify the instance that the stylesheet is fully constructed.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theConstructionContext</em>
&nbsp;</td><td>
The current construction context. </td></tr>
<tr><td valign=top><em>fProcessNamespaceAliases</em>
&nbsp;</td><td>
If true, process any namespace aliases </td></tr>
<tr><td valign=top><em>theElementName</em>
&nbsp;</td><td>
The name of the owning element. </td></tr>
<tr><td valign=top><em>parentNamespacesHandler</em>
&nbsp;</td><td>
The parent handler, if any. </td></tr>
<tr><td valign=top><em>prefixChecker</em>
&nbsp;</td><td>
A pointer to a <a class="el" href="classNamespacesHandler_1_1PrefixChecker.html">PrefixChecker</a> instance to use, if any. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a3" doxytag="NamespacesHandler::processExcludeResultPrefixes"></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 NamespacesHandler::processExcludeResultPrefixes (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp; <em>theConstructionContext</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanDOMChar * <em>theValue</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classNamespacesHandler.html#s1">NamespacesStackType</a> &amp; <em>theCurrentNamespaces</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Process an exclude-result-prefixes attribute.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theConstructionContext</em>
&nbsp;</td><td>
The current construction context. </td></tr>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
The attribute's value. </td></tr>
<tr><td valign=top><em>theCurrentNamespaces</em>
&nbsp;</td><td>
The stack of active namespace declarations. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a4" doxytag="NamespacesHandler::processExtensionElementPrefixes"></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 NamespacesHandler::processExtensionElementPrefixes (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp; <em>theConstructionContext</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanDOMChar * <em>theValue</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classNamespacesHandler.html#s1">NamespacesStackType</a> &amp; <em>theCurrentNamespaces</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Process an extension-element-prefixes attribute.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theConstructionContext</em>
&nbsp;</td><td>
The current construction context. </td></tr>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
The attribute's value. </td></tr>
<tr><td valign=top><em>theCurrentNamespaces</em>
&nbsp;</td><td>
The stack of active namespace declarations. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a11" doxytag="NamespacesHandler::setNamespaceAlias"></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 NamespacesHandler::setNamespaceAlias (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp; <em>theConstructionContext</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theStylesheetNamespace</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theResultNamespace</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the namespace alias URI for the given namespace.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theConstructionContext</em>
&nbsp;</td><td>
The current construction context. </td></tr>
<tr><td valign=top><em>theStylesheetNamespace</em>
&nbsp;</td><td>
The namespace as declared in the stylesheet. </td></tr>
<tr><td valign=top><em>theResultNamespace</em>
&nbsp;</td><td>
The namespace as it should appear in the result tree. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a7" doxytag="NamespacesHandler::shouldExcludeResultNamespaceNode"></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 NamespacesHandler::shouldExcludeResultNamespaceNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theXSLTNamespaceURI</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theURI</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Determine of a given namespace should be excluded.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theXSLTNamespaceURI</em>
&nbsp;</td><td>
The namespace URI for XSLT. </td></tr>
<tr><td valign=top><em>theURI</em>
&nbsp;</td><td>
The namespace URI. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true of the namespace should be excluded, false if not. </dl> </td>
</tr>
</table>
<a name="a15" doxytag="NamespacesHandler::swap"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void NamespacesHandler::swap (
</b></td>
<td valign="bottom"><b>
NamespacesHandler &amp; <em>theOther</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Swap the contents of this instance with another.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theOther</em>
&nbsp;</td><td>
The other instance. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="NamespacesHandler_8hpp-source.html">NamespacesHandler.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>