Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 5e43f5d92fadaa0a1cc4664249b615d0 > files > 1808

xalan-c-doc-1.1-8mdk.i586.rpm

<HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
<BODY>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center">The Xalan C++ XSL Transformer Version 1.1</h3>
</BODY>
<!-- Generated by Doxygen 1.2.0 on Thu Feb 15 10:48:31 2001 -->
<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>NamespaceResolver  Class Reference</h1><code>#include &lt;<a class="el" href="NamespaceResolver.hpp-source.html">NamespaceResolver.hpp</a>&gt;</code>
<p>
<a href="class_namespaceresolver-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef std::map&lt;const <a class="el" href="class_xalannode.html">XalanNode</a>*,<br>
 <a class="el" href="class_nsinfo.html">NSInfo</a>&gt; <a class="el" href="class_namespaceresolver.html#s0">NSInfoMapType</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_namespaceresolver.html#a0">NamespaceResolver</a> ()
<li>virtual <a class="el" href="class_namespaceresolver.html#a1">~NamespaceResolver</a> ()
<li>virtual void <a class="el" href="class_namespaceresolver.html#a2">reset</a> ()
<li>virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_namespaceresolver.html#a3">getNamespaceOfNode</a> (const <a class="el" href="class_xalannode.html">XalanNode</a>&amp; theNode) const
<dl class="el"><dd><font size=-1><em>Retrieves the namespace corresponding to a DOM node.</em> <a href="#a3">More...</a><em><br><br></em></font></dl></ul>
<h2>Protected Types</h2>
<ul>
<li>enum { <br>
&nbsp;&nbsp;<a class="el" href="class_namespaceresolver.html#t0">eDefaultVectorSize</a> = 10
<br>
 }
</ul>
<h2>Protected Methods</h2>
<ul>
<li>void <a class="el" href="class_namespaceresolver.html#b0">updateNamespace</a> ( const <a class="el" href="class_xalannode.html">XalanNode</a>* theNode, const <a class="el" href="class_nsinfo.html">NSInfo</a>&amp; theNamespace) const
</ul>
<h2>Protected Attributes</h2>
<ul>
<li><a class="el" href="class_namespaceresolver.html#s0">NSInfoMapType</a> <a class="el" href="class_namespaceresolver.html#n0">m_NSInfos</a>
</ul>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="NamespaceResolver::NSInfoMapType"></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 std::map&lt;const <a class="el" href="class_xalannode.html">XalanNode</a>*, <a class="el" href="class_nsinfo.html">NSInfo</a>&gt; NamespaceResolver::NSInfoMapType
          </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 Enumeration Documentation</h2>
<a name="t1" doxytag="NamespaceResolver::@0"></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> 
anonymous enum<code> [protected]</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<dl compact><dt>
<b>Enumeration values:</b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><a name="t0" doxytag="eDefaultVectorSize"></a><em>eDefaultVectorSize</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
    </td>
  </tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="NamespaceResolver::NamespaceResolver"></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> 
NamespaceResolver::NamespaceResolver (
          </b></td>
          <td valign="bottom"><b>
)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a1" doxytag="NamespaceResolver::~NamespaceResolver"></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> 
virtual NamespaceResolver::~NamespaceResolver (
          </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="a3" doxytag="NamespaceResolver::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="class_xalandomstring.html">XalanDOMString</a> &amp; NamespaceResolver::getNamespaceOfNode (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalannode.html">XalanNode</a> &amp; <em>theNode</em>&nbsp;) const<code> [virtual]</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Retrieves the namespace corresponding to a DOM node.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theNode</em>
&nbsp;</td><td>
 DOM node </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 namespace of 'theNode' </dl>    </td>
  </tr>
</table>
<a name="a2" doxytag="NamespaceResolver::reset"></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> 
virtual void NamespaceResolver::reset (
          </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>
<a name="b0" doxytag="NamespaceResolver::updateNamespace"></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 NamespaceResolver::updateNamespace (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalannode.html">XalanNode</a> * <em>theNode</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_nsinfo.html">NSInfo</a> &amp; <em>theNamespace</em>&nbsp;) const<code> [protected]</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 Data Documentation</h2>
<a name="n0" doxytag="NamespaceResolver::m_NSInfos"></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="class_namespaceresolver.html#s0">NSInfoMapType</a> NamespaceResolver::m_NSInfos<code> [mutable, protected]</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="NamespaceResolver.hpp-source.html">NamespaceResolver.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="images/dot.gif" width="1"></TD></TR></TABLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
	<TR>
		<TD WIDTH="80%" VALIGN="TOP">
			<P ALIGN="CENTER"><B>Xalan-C++ XSL Transformer Version 1.1</B><BR>
			Copyright &copy; 2000, 2001 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">
		</TD>
	</TR>
</TABLE>