Sophie

Sophie

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

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:49:36 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>XalanSourceTreeElementNS  Class Reference</h1><code>#include &lt;<a class="el" href="XalanSourceTreeElementNS.hpp-source.html">XalanSourceTreeElementNS.hpp</a>&gt;</code>
<p>
Inheritance diagram for XalanSourceTreeElementNS<p><center><img src="class_xalansourcetreeelementns_inherit_graph.gif" border="0" usemap="#XalanSourceTreeElementNS_inherit_map" alt="Inheritance graph"></center>
<map name="XalanSourceTreeElementNS_inherit_map">
<area href="class_xalansourcetreeelement.html" shape="rect" coords="37,133,187,151">
<area href="class_xalanelement.html" shape="rect" coords="0,66,88,85">
<area href="class_xalannode.html" shape="rect" coords="8,-1,80,18">
<area href="class_xalannamednodemap.html" shape="rect" coords="112,66,248,85">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XalanSourceTreeElementNS:<p><center><img src="class_xalansourcetreeelementns_coll_graph.gif" border="0" usemap="#XalanSourceTreeElementNS_coll_map" alt="Collaboration graph"></center>
<map name="XalanSourceTreeElementNS_coll_map">
<area href="class_xalansourcetreeelement.html" shape="rect" coords="239,151,388,170">
<area href="class_xalandomstring.html" shape="rect" coords="0,79,109,98">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_xalansourcetreeelementns-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_xalansourcetreeelementns.html#a0">XalanSourceTreeElementNS</a> ( const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; theTagName, const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; theLocalName, const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; theNamespaceURI, const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; thePrefix, <a class="el" href="class_xalansourcetreedocument.html">XalanSourceTreeDocument</a>* theOwnerDocument, <a class="el" href="class_xalansourcetreeattr.html">XalanSourceTreeAttr</a>** theAttributes, <a class="el" href="class_xalansourcetreeelement.html#s0">AttributesCountType</a> theAttributeCount, <a class="el" href="class_xalansourcetreeelement.html">XalanSourceTreeElement</a>* theParentElement = 0, <a class="el" href="class_xalannode.html">XalanNode</a>* thePreviousSibling = 0, <a class="el" href="class_xalannode.html">XalanNode</a>* theNextSibling = 0, unsigned int theIndex = 0)
<dl class="el"><dd><font size=-1><em>Constructor.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="class_xalansourcetreeelementns.html#a1">~XalanSourceTreeElementNS</a> ()
<li>virtual XalanSourceTreeElementNS* <a class="el" href="class_xalansourcetreeelementns.html#a2">cloneNode</a> (bool deep) const
<dl class="el"><dd><font size=-1><em>Returns a duplicate of this node.</em> <a href="#a2">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_xalansourcetreeelementns.html#a3">getNamespaceURI</a> () const
<dl class="el"><dd><font size=-1><em>Get the <em>namespace URI</em> of this node, or <code>null</code> if it is unspecified.</em> <a href="#a3">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_xalansourcetreeelementns.html#a4">getPrefix</a> () const
<dl class="el"><dd><font size=-1><em>Get the <em>namespace prefix</em> of this node, or <code>null</code> if it is unspecified.<br><br></em></font></dl><li>virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_xalansourcetreeelementns.html#a5">getLocalName</a> () const
<dl class="el"><dd><font size=-1><em>Returns the local part of the <em>qualified name</em> of this node.</em> <a href="#a5">More...</a><em><br><br></em></font></dl></ul>
<h2>Protected Methods</h2>
<ul>
<li><a class="el" href="class_xalansourcetreeelementns.html#b0">XalanSourceTreeElementNS</a> ( const XalanSourceTreeElementNS&amp; theSource, bool deep)
<li><a class="el" href="class_xalansourcetreeelementns.html#b1">XalanSourceTreeElementNS</a> ( const <a class="el" href="class_xalansourcetreeelement.html">XalanSourceTreeElement</a>&amp; theSource, bool deep)
</ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanSourceTreeElementNS::XalanSourceTreeElementNS"></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> 
XalanSourceTreeElementNS::XalanSourceTreeElementNS (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>theTagName</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>theLocalName</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>theNamespaceURI</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>thePrefix</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="class_xalansourcetreedocument.html">XalanSourceTreeDocument</a> * <em>theOwnerDocument</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="class_xalansourcetreeattr.html">XalanSourceTreeAttr</a> ** <em>theAttributes</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="class_xalansourcetreeelement.html#s0">AttributesCountType</a> <em>theAttributeCount</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="class_xalansourcetreeelement.html">XalanSourceTreeElement</a> * <em>theParentElement</em> = 0, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="class_xalannode.html">XalanNode</a> * <em>thePreviousSibling</em> = 0, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="class_xalannode.html">XalanNode</a> * <em>theNextSibling</em> = 0, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
unsigned int <em>theIndex</em> = 0&nbsp;)
          </b></td>
        </tr>

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

<p>
Constructor.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theTagName</em>
&nbsp;</td><td>
 The tag name of the element </td></tr>
<tr><td valign=top><em>theLocalName</em>
&nbsp;</td><td>
 The local name of the attribute </td></tr>
<tr><td valign=top><em>theNamespaceURI</em>
&nbsp;</td><td>
 The namespace URI of the attribute </td></tr>
<tr><td valign=top><em>thePrefix</em>
&nbsp;</td><td>
 The namespace prefix of the attribute </td></tr>
<tr><td valign=top><em>theOwnerDocument</em>
&nbsp;</td><td>
 The document that owns the instance </td></tr>
<tr><td valign=top><em>theAttributes</em>
&nbsp;</td><td>
 An array of pointers to the attribute instances for the element </td></tr>
<tr><td valign=top><em>theAttributeCount</em>
&nbsp;</td><td>
 The number of attributes. </td></tr>
<tr><td valign=top><em>theParentElement</em>
&nbsp;</td><td>
 The parent element, if any. </td></tr>
<tr><td valign=top><em>thePreviousSibling</em>
&nbsp;</td><td>
 The previous sibling, if any. </td></tr>
<tr><td valign=top><em>theNextSibling</em>
&nbsp;</td><td>
 The next sibling, if any. </td></tr>
<tr><td valign=top><em>theIndex</em>
&nbsp;</td><td>
 The document-order index of the node. </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a1" doxytag="XalanSourceTreeElementNS::~XalanSourceTreeElementNS"></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 XalanSourceTreeElementNS::~XalanSourceTreeElementNS (
          </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="XalanSourceTreeElementNS::XalanSourceTreeElementNS"></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> 
XalanSourceTreeElementNS::XalanSourceTreeElementNS (
          </b></td>
          <td valign="bottom"><b>
const XalanSourceTreeElementNS &amp; <em>theSource</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
bool <em>deep</em>&nbsp;)<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>
<a name="b1" doxytag="XalanSourceTreeElementNS::XalanSourceTreeElementNS"></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> 
XalanSourceTreeElementNS::XalanSourceTreeElementNS (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalansourcetreeelement.html">XalanSourceTreeElement</a> &amp; <em>theSource</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
bool <em>deep</em>&nbsp;)<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 Function Documentation</h2>
<a name="a2" doxytag="XalanSourceTreeElementNS::cloneNode"></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 XalanSourceTreeElementNS* XalanSourceTreeElementNS::cloneNode (
          </b></td>
          <td valign="bottom"><b>
bool <em>deep</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>
Returns a duplicate of this node.
<p>
This function serves as a generic copy constructor for nodes.
<p>
The duplicate node has no parent ( <code>parentNode</code> returns <code>null</code>.). <br>
Cloning an <code>Element</code> copies all attributes and their values, including those generated by the XML processor to represent defaulted attributes, but this method does not copy any text it contains unless it is a deep clone, since the text is contained in a child <code>Text</code> node. Cloning any other type of node simply returns a copy of this node. <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>deep</em>
&nbsp;</td><td>
 If <code>true</code>, recursively clone the subtree under the specified node; if <code>false</code>, clone only the node itself (and its attributes, if it is an <code>Element</code>). </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 The duplicate node. </dl>
<p>
Reimplemented from <a class="el" href="class_xalansourcetreeelement.html#a13">XalanSourceTreeElement</a>.    </td>
  </tr>
</table>
<a name="a5" doxytag="XalanSourceTreeElementNS::getLocalName"></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 const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; XalanSourceTreeElementNS::getLocalName (
          </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>
Returns the local part of the <em>qualified name</em> of this node.
<p>

<p>
 For nodes created with a DOM Level 1 method, such as <code>createElement</code> from the <code>DOM_Document</code> interface, it is null. 
<p>
Reimplemented from <a class="el" href="class_xalansourcetreeelement.html#a24">XalanSourceTreeElement</a>.    </td>
  </tr>
</table>
<a name="a3" doxytag="XalanSourceTreeElementNS::getNamespaceURI"></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 const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; XalanSourceTreeElementNS::getNamespaceURI (
          </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>
Get the <em>namespace URI</em> of this node, or <code>null</code> if it is unspecified.
<p>

<p>
 This is not a computed value that is the result of a namespace lookup based on an examination of the namespace declarations in scope. It is merely the namespace URI given at creation time. 
<p>
 For nodes of any type other than <code>ELEMENT_NODE</code> and  <code>ATTRIBUTE_NODE</code> and nodes created with a DOM Level 1 method,  such as <code>createElement</code> from the <code>Document</code> interface, this is always <code>null</code>. 
<p>
Reimplemented from <a class="el" href="class_xalansourcetreeelement.html#a22">XalanSourceTreeElement</a>.    </td>
  </tr>
</table>
<a name="a4" doxytag="XalanSourceTreeElementNS::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> 
virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; XalanSourceTreeElementNS::getPrefix (
          </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>
Get the <em>namespace prefix</em> of this node, or <code>null</code> if it is unspecified.
<p>

<p>
Reimplemented from <a class="el" href="class_xalansourcetreeelement.html#a23">XalanSourceTreeElement</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanSourceTreeElementNS.hpp-source.html">XalanSourceTreeElementNS.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>