blob: 47a1d5623294e270a9a8cebf9db09409a742a14c [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>XNodeSetResultTreeFragProxy Class Reference</h1><code>#include &lt;<a class="el" href="XNodeSetResultTreeFragProxy_8hpp-source.html">XNodeSetResultTreeFragProxy.hpp</a>&gt;</code>
<p>
Inheritance diagram for XNodeSetResultTreeFragProxy:<p><center><img src="classXNodeSetResultTreeFragProxy__inherit__graph.gif" border="0" usemap="#XNodeSetResultTreeFragProxy_inherit_map" alt="Inheritance graph"></center>
<map name="XNodeSetResultTreeFragProxy_inherit_map">
<area href="classXObjectResultTreeFragProxyBase.html" shape="rect" coords="7,192,222,168">
<area href="classXalanDocumentFragment.html" shape="rect" coords="32,117,197,93">
<area href="classXalanNode.html" shape="rect" coords="75,43,154,19">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XNodeSetResultTreeFragProxy:<p><center><img src="classXNodeSetResultTreeFragProxy__coll__graph.gif" border="0" usemap="#XNodeSetResultTreeFragProxy_coll_map" alt="Collaboration graph"></center>
<map name="XNodeSetResultTreeFragProxy_coll_map">
<area href="classXNodeSetBase.html" shape="rect" coords="183,493,287,469">
<area href="classXObjectResultTreeFragProxyBase.html" shape="rect" coords="7,311,223,287">
<area href="classXalanDocumentFragment.html" shape="rect" coords="13,120,179,96">
<area href="classXalanNode.html" shape="rect" coords="56,42,136,18">
<area href="classXalanDOMString.html" shape="rect" coords="217,120,335,96">
<area href="classXObject.html" shape="rect" coords="476,311,542,287">
<area href="classXalanReferenceCountedObject.html" shape="rect" coords="436,120,633,96">
<area href="classXObjectFactory.html" shape="rect" coords="657,120,766,96">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXNodeSetResultTreeFragProxy-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXNodeSetResultTreeFragProxy.html#a0">XNodeSetResultTreeFragProxy</a> (const <a class="el" href="classXNodeSetBase.html">XNodeSetBase</a> &amp;value)
<li>virtual <a class="el" href="classXNodeSetResultTreeFragProxy.html#a1">~XNodeSetResultTreeFragProxy</a> ()
<li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXNodeSetResultTreeFragProxy.html#a2">getFirstChild</a> () const
<dl class="el"><dd><font size=-1><em>Gets the first child of this node.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXNodeSetResultTreeFragProxy.html#a3">getLastChild</a> () const
<dl class="el"><dd><font size=-1><em>Gets the last child of this node.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>virtual XNodeSetResultTreeFragProxy* <a class="el" href="classXNodeSetResultTreeFragProxy.html#a4">cloneNode</a> (bool deep) const
<dl class="el"><dd><font size=-1><em>Returns a duplicate of this node.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXNodeSetResultTreeFragProxy.html#a5">hasChildNodes</a> () const
<dl class="el"><dd><font size=-1><em>This is a convenience method to allow easy determination of whether a node has any children.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>virtual XNodeSetResultTreeFragProxy* <a class="el" href="classXNodeSetResultTreeFragProxy.html#a6">clone</a> (bool deep) const
</ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XNodeSetResultTreeFragProxy::XNodeSetResultTreeFragProxy"></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>
XNodeSetResultTreeFragProxy::XNodeSetResultTreeFragProxy (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXNodeSetBase.html">XNodeSetBase</a> &amp; <em>value</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="a1" doxytag="XNodeSetResultTreeFragProxy::~XNodeSetResultTreeFragProxy"></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>
XNodeSetResultTreeFragProxy::~XNodeSetResultTreeFragProxy (
</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="a6" doxytag="XNodeSetResultTreeFragProxy::clone"></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>
XNodeSetResultTreeFragProxy * XNodeSetResultTreeFragProxy::clone (
</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>
<p>
Reimplemented from <a class="el" href="classXObjectResultTreeFragProxyBase.html#a28">XObjectResultTreeFragProxyBase</a>. </td>
</tr>
</table>
<a name="a4" doxytag="XNodeSetResultTreeFragProxy::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>
XNodeSetResultTreeFragProxy * XNodeSetResultTreeFragProxy::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="classXObjectResultTreeFragProxyBase.html#a13">XObjectResultTreeFragProxyBase</a>. </td>
</tr>
</table>
<a name="a2" doxytag="XNodeSetResultTreeFragProxy::getFirstChild"></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="classXalanNode.html">XalanNode</a> * XNodeSetResultTreeFragProxy::getFirstChild (
</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>
Gets the first child of this node.
<p>
If there is no such node, this returns <code>null</code>.
<p>
Reimplemented from <a class="el" href="classXObjectResultTreeFragProxyBase.html#a7">XObjectResultTreeFragProxyBase</a>. </td>
</tr>
</table>
<a name="a3" doxytag="XNodeSetResultTreeFragProxy::getLastChild"></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="classXalanNode.html">XalanNode</a> * XNodeSetResultTreeFragProxy::getLastChild (
</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>
Gets the last child of this node.
<p>
If there is no such node, this returns <code>null</code>.
<p>
Reimplemented from <a class="el" href="classXObjectResultTreeFragProxyBase.html#a8">XObjectResultTreeFragProxyBase</a>. </td>
</tr>
</table>
<a name="a5" doxytag="XNodeSetResultTreeFragProxy::hasChildNodes"></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 XNodeSetResultTreeFragProxy::hasChildNodes (
</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>
This is a convenience method to allow easy determination of whether a node has any children.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
<code>true</code> if the node has any children, <code>false</code> if the node has no children. </dl>
<p>
Reimplemented from <a class="el" href="classXObjectResultTreeFragProxyBase.html#a18">XObjectResultTreeFragProxyBase</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XNodeSetResultTreeFragProxy_8hpp-source.html">XNodeSetResultTreeFragProxy.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>