Sophie

Sophie

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

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:40 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>QNameByValue  Class Reference</h1><code>#include &lt;<a class="el" href="QNameByValue.hpp-source.html">QNameByValue.hpp</a>&gt;</code>
<p>
Inheritance diagram for QNameByValue<p><center><img src="class_qnamebyvalue_inherit_graph.gif" border="0" usemap="#QNameByValue_inherit_map" alt="Inheritance graph"></center>
<map name="QNameByValue_inherit_map">
<area href="class_qname.html" shape="rect" coords="24,0,77,18">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for QNameByValue:<p><center><img src="class_qnamebyvalue_coll_graph.gif" border="0" usemap="#QNameByValue_coll_map" alt="Collaboration graph"></center>
<map name="QNameByValue_coll_map">
<area href="class_qname.html" shape="rect" coords="137,89,191,108">
<area href="class_xalandomstring.html" shape="rect" coords="19,0,128,19">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_qnamebyvalue-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_qnamebyvalue.html#a0">QNameByValue</a> ()
<dl class="el"><dd><font size=-1><em>Construct an empty QNameByValue.<br><br></em></font></dl><li><a class="el" href="class_qnamebyvalue.html#a1">QNameByValue</a> (const QNameByValue&amp; theSource)
<dl class="el"><dd><font size=-1><em>Copy constructor.</em> <a href="#a1">More...</a><em><br><br></em></font></dl><li><a class="el" href="class_qnamebyvalue.html#a2">QNameByValue</a> (const <a class="el" href="class_qname.html">QName</a>&amp; theSource)
<dl class="el"><dd><font size=-1><em>Construct an instance from another <a class="el" href="class_qname.html">QName</a>.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li><a class="el" href="class_qnamebyvalue.html#a3">QNameByValue</a> ( const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; theNamespace, const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; theLocalPart)
<dl class="el"><dd><font size=-1><em>Construct a QNameByValue, with the supplied namespace and local part.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li><a class="el" href="class_qnamebyvalue.html#a4">QNameByValue</a> ( const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; qname, const <a class="el" href="class_qname.html#s1">NamespacesStackType</a>&amp; namespaces)
<dl class="el"><dd><font size=-1><em>Construct a QNameByValue from a string, resolving the prefix using the given namespace vector stack.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li><a class="el" href="class_qnamebyvalue.html#a5">QNameByValue</a> ( const <a class="el" href="XalanDOMString.hpp.html#a1">XalanDOMChar</a>* qname, const <a class="el" href="class_qname.html#s1">NamespacesStackType</a>&amp; namespaces)
<dl class="el"><dd><font size=-1><em>Construct a QNameByValue from a string, resolving the prefix using the given namespace vector stack.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li><a class="el" href="class_qnamebyvalue.html#a6">QNameByValue</a> ( const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; qname, const <a class="el" href="class_xalanelement.html">XalanElement</a>* namespaceContext, const <a class="el" href="class_xpathenvsupport.html">XPathEnvSupport</a>&amp; envSupport, const <a class="el" href="class_domsupport.html">DOMSupport</a>&amp; domSupport)
<dl class="el"><dd><font size=-1><em>Construct a QNameByValue from a string, resolving the prefix using the given namespace context.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li><a class="el" href="class_qnamebyvalue.html#a7">QNameByValue</a> ( const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; qname, const <a class="el" href="class_prefixresolver.html">PrefixResolver</a>&amp; theResolver)
<dl class="el"><dd><font size=-1><em>Construct a QNameByValue from a string, resolving the prefix using the given prefix resolver.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="class_qnamebyvalue.html#a8">~QNameByValue</a> ()
<li>virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_qnamebyvalue.html#a9">getLocalPart</a> () const
<dl class="el"><dd><font size=-1><em>Retrieve the local part of qualified name.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_qnamebyvalue.html#a10">getNamespace</a> () const
<dl class="el"><dd><font size=-1><em>Retrieve the namespace of qualified name.</em> <a href="#a10">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="QNameByValue::QNameByValue"></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> 
QNameByValue::QNameByValue (
          </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>
Construct an empty QNameByValue.
<p>
    </td>
  </tr>
</table>
<a name="a1" doxytag="QNameByValue::QNameByValue"></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> 
QNameByValue::QNameByValue (
          </b></td>
          <td valign="bottom"><b>
const QNameByValue &amp; <em>theSource</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Copy constructor.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theSource</em>
&nbsp;</td><td>
 The source of the copy. </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a2" doxytag="QNameByValue::QNameByValue"></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> 
QNameByValue::QNameByValue (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_qname.html">QName</a> &amp; <em>theSource</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>
Construct an instance from another <a class="el" href="class_qname.html">QName</a>.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theSource</em>
&nbsp;</td><td>
 The source of the copy. </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a3" doxytag="QNameByValue::QNameByValue"></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> 
QNameByValue::QNameByValue (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>qname</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>theLocalPart</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Construct a QNameByValue, with the supplied namespace and local part.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theNamespace</em>
&nbsp;</td><td>
 namespace string </td></tr>
<tr><td valign=top><em>theLocalPart</em>
&nbsp;</td><td>
 local part string </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a4" doxytag="QNameByValue::QNameByValue"></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> 
QNameByValue::QNameByValue (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>qname</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_qname.html#s1">NamespacesStackType</a> &amp; <em>namespaces</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Construct a QNameByValue from a string, resolving the prefix using the given namespace vector stack.
<p>
The default namespace is not resolved.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>qname</em>
&nbsp;</td><td>
 <a class="el" href="class_qname.html">QName</a> string </td></tr>
<tr><td valign=top><em>namespaces</em>
&nbsp;</td><td>
 namespace vector stack to use </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a5" doxytag="QNameByValue::QNameByValue"></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> 
QNameByValue::QNameByValue (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="XalanDOMString.hpp.html#a1">XalanDOMChar</a> * <em>qname</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_qname.html#s1">NamespacesStackType</a> &amp; <em>namespaces</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Construct a QNameByValue from a string, resolving the prefix using the given namespace vector stack.
<p>
The default namespace is not resolved.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>qname</em>
&nbsp;</td><td>
 <a class="el" href="class_qname.html">QName</a> string </td></tr>
<tr><td valign=top><em>namespaces</em>
&nbsp;</td><td>
 namespace vector stack to use </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a6" doxytag="QNameByValue::QNameByValue"></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> 
QNameByValue::QNameByValue (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>qname</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xalanelement.html">XalanElement</a> * <em>namespaceContext</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xpathenvsupport.html">XPathEnvSupport</a> &amp; <em>envSupport</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_domsupport.html">DOMSupport</a> &amp; <em>domSupport</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Construct a QNameByValue from a string, resolving the prefix using the given namespace context.
<p>
The default namespace is not resolved.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>qname</em>
&nbsp;</td><td>
 <a class="el" href="class_qname.html">QName</a> string </td></tr>
<tr><td valign=top><em>namespaceContext</em>
&nbsp;</td><td>
 context object for namespace resolution </td></tr>
<tr><td valign=top><em>envSupport</em>
&nbsp;</td><td>
 <a class="el" href="class_xpathenvsupport.html">XPathEnvSupport</a> class instance </td></tr>
<tr><td valign=top><em>domSupport</em>
&nbsp;</td><td>
 <a class="el" href="class_domsupport.html">DOMSupport</a> class instance </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a7" doxytag="QNameByValue::QNameByValue"></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> 
QNameByValue::QNameByValue (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>qname</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_prefixresolver.html">PrefixResolver</a> &amp; <em>theResolver</em>&nbsp;)
          </b></td>
        </tr>

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

<p>
Construct a QNameByValue from a string, resolving the prefix using the given prefix resolver.
<p>
The default namespace is not resolved.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>qname</em>
&nbsp;</td><td>
 <a class="el" href="class_qname.html">QName</a> string </td></tr>
<tr><td valign=top><em>theResolver</em>
&nbsp;</td><td>
 prefix resolver to use </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a8" doxytag="QNameByValue::~QNameByValue"></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 QNameByValue::~QNameByValue (
          </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="a9" doxytag="QNameByValue::getLocalPart"></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; QNameByValue::getLocalPart (
          </b></td>
          <td valign="bottom"><b>
) const<code> [virtual]</code>
          </b></td>
        </tr>

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

<p>
Retrieve the local part of qualified name.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 local part string </dl>
<p>
Reimplemented from <a class="el" href="class_qname.html#a2">QName</a>.    </td>
  </tr>
</table>
<a name="a10" doxytag="QNameByValue::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="class_xalandomstring.html">XalanDOMString</a> &amp; QNameByValue::getNamespace (
          </b></td>
          <td valign="bottom"><b>
) const<code> [virtual]</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 qualified name.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 namespace string </dl>
<p>
Reimplemented from <a class="el" href="class_qname.html#a3">QName</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="QNameByValue.hpp-source.html">QNameByValue.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>