Sophie

Sophie

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

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:30 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>NameSpace  Class Reference</h1>A representation of a namespace. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="NameSpace.hpp-source.html">NameSpace.hpp</a>&gt;</code>
<p>
Inheritance diagram for NameSpace<p><center><img src="class_namespace_inherit_graph.gif" border="0" usemap="#NameSpace_inherit_map" alt="Inheritance graph"></center>
<map name="NameSpace_inherit_map">
<area href="class_namespaceshandler__namespaceextended.html" shape="rect" coords="0,66,243,85">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for NameSpace:<p><center><img src="class_namespace_coll_graph.gif" border="0" usemap="#NameSpace_coll_map" alt="Collaboration graph"></center>
<map name="NameSpace_coll_map">
<area href="class_xalandomstring.html" shape="rect" coords="0,0,109,18">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_namespace-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_namespace.html#a0">NameSpace</a> ()
<li><a class="el" href="class_namespace.html#a1">NameSpace</a> ( const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; prefix, const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; uri)
<dl class="el"><dd><font size=-1><em>Construct a namespace for placement on the result tree namespace stack.</em> <a href="#a1">More...</a><em><br><br></em></font></dl><li><a class="el" href="class_namespace.html#a2">~NameSpace</a> ()
<li>const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_namespace.html#a3">getPrefix</a> () const
<dl class="el"><dd><font size=-1><em>Retrieve the prefix for namespace.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="class_namespace.html#a4">setPrefix</a> (const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; prefix)
<dl class="el"><dd><font size=-1><em>Set the prefix for namespace.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_namespace.html#a5">getURI</a> () const
<dl class="el"><dd><font size=-1><em>Retrieve the URI for namespace.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="class_namespace.html#a6">setURI</a> (const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; uri)
<dl class="el"><dd><font size=-1><em>Set the URI for namespace.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="class_namespace.html#a7">operator==</a> (const NameSpace&amp; theRHS) const
<dl class="el"><dd><font size=-1><em>Equality operator, necessary because DOMString::==() has screwy semantics.</em> <a href="#a7">More...</a><em><br><br></em></font></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A representation of a namespace.
<p>
One of these will be pushed on the namespace stack for each element. 
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="NameSpace::NameSpace"></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> 
NameSpace::NameSpace (
          </b></td>
          <td valign="bottom"><b>
)<code> [explicit]</code>
          </b></td>
        </tr>

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

<p>
    </td>
  </tr>
</table>
<a name="a1" doxytag="NameSpace::NameSpace"></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> 
NameSpace::NameSpace (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>prefix</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>uri</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Construct a namespace for placement on the result tree namespace stack.
<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>
 namespace prefix </td></tr>
<tr><td valign=top><em>uri</em>
&nbsp;</td><td>
 URI of namespace </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a2" doxytag="NameSpace::~NameSpace"></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> 
NameSpace::~NameSpace (
          </b></td>
          <td valign="bottom"><b>
)<code> []</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="NameSpace::getPrefix"></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; NameSpace::getPrefix (
          </b></td>
          <td valign="bottom"><b>
) const<code> []</code>
          </b></td>
        </tr>

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

<p>
Retrieve the prefix for namespace.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 prefix string </dl>    </td>
  </tr>
</table>
<a name="a5" doxytag="NameSpace::getURI"></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; NameSpace::getURI (
          </b></td>
          <td valign="bottom"><b>
) const<code> []</code>
          </b></td>
        </tr>

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

<p>
Retrieve the URI for namespace.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 URI string </dl>    </td>
  </tr>
</table>
<a name="a7" doxytag="NameSpace::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> 
bool NameSpace::operator== (
          </b></td>
          <td valign="bottom"><b>
const NameSpace &amp; <em>theRHS</em>&nbsp;) const<code> []</code>
          </b></td>
        </tr>

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

<p>
Equality operator, necessary because DOMString::==() has screwy semantics.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theRHS</em>
&nbsp;</td><td>
 namespace to compare </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a4" doxytag="NameSpace::setPrefix"></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 NameSpace::setPrefix (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>prefix</em>&nbsp;)<code> []</code>
          </b></td>
        </tr>

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

<p>
Set the prefix for namespace.
<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>
 The new prefix value </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a6" doxytag="NameSpace::setURI"></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 NameSpace::setURI (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>uri</em>&nbsp;)<code> []</code>
          </b></td>
        </tr>

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

<p>
Set the URI for namespace.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>uri</em>
&nbsp;</td><td>
 The new uri value </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="NameSpace.hpp-source.html">NameSpace.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>