blob: 8795e85bd7da5dbb879a5bcd00a4e72a3681aa04 [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>XNodeSetBase Class Reference</h1>Class to hold <a class="el" href="classXPath.html">XPath</a> return types.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="XNodeSetBase_8hpp-source.html">XNodeSetBase.hpp</a>&gt;</code>
<p>
Inheritance diagram for XNodeSetBase:<p><center><img src="classXNodeSetBase__inherit__graph.gif" border="0" usemap="#XNodeSetBase_inherit_map" alt="Inheritance graph"></center>
<map name="XNodeSetBase_inherit_map">
<area href="classXNodeSet.html" shape="rect" coords="7,266,84,242">
<area href="classXNodeSetNodeProxy.html" shape="rect" coords="108,266,246,242">
<area href="classXObject.html" shape="rect" coords="77,117,144,93">
<area href="classXalanReferenceCountedObject.html" shape="rect" coords="12,42,209,18">
<area href="classXSpan.html" shape="rect" coords="16,341,75,317">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XNodeSetBase:<p><center><img src="classXNodeSetBase__coll__graph.gif" border="0" usemap="#XNodeSetBase_coll_map" alt="Collaboration graph"></center>
<map name="XNodeSetBase_coll_map">
<area href="classXNodeSetResultTreeFragProxy.html" shape="rect" coords="76,426,276,402">
<area href="classXObject.html" shape="rect" coords="446,234,513,211">
<area href="classXalanReferenceCountedObject.html" shape="rect" coords="420,43,617,19">
<area href="classXalanDOMString.html" shape="rect" coords="201,43,319,19">
<area href="classXObjectResultTreeFragProxyBase.html" shape="rect" coords="7,285,223,261">
<area href="classXObjectFactory.html" shape="rect" coords="641,43,750,19">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXNodeSetBase-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef NodeRefListBase::size_type <a class="el" href="classXNodeSetBase.html#s0">size_type</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li>virtual <a class="el" href="classXNodeSetBase.html#a0">~XNodeSetBase</a> ()
<li><a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a>&amp; <a class="el" href="classXNodeSetBase.html#a1">getMemoryManager</a> () const
<li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXNodeSetBase.html#a2">getTypeString</a> () const
<dl class="el"><dd><font size=-1><em>Given a request type, return the equivalent string.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li>virtual double <a class="el" href="classXNodeSetBase.html#a3">num</a> () const
<dl class="el"><dd><font size=-1><em>Cast result object to a number.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXNodeSetBase.html#a4">boolean</a> () const
<dl class="el"><dd><font size=-1><em>Cast result object to a boolean.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXNodeSetBase.html#a5">str</a> () const
<dl class="el"><dd><font size=-1><em>Cast result object to a string.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXNodeSetBase.html#a6">str</a> (<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;formatterListener, <a class="el" href="classXObject.html#s0">MemberFunctionPtr</a> function) const
<dl class="el"><dd><font size=-1><em>Send the string value to a <a class="el" href="classFormatterListener.html">FormatterListener</a> instance.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXNodeSetBase.html#a7">str</a> (<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theBuffer) const
<dl class="el"><dd><font size=-1><em>Append the string value directly a string.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>virtual double <a class="el" href="classXNodeSetBase.html#a8">stringLength</a> () const
<dl class="el"><dd><font size=-1><em>Get the length of the string value of the instance..</em> <a href="#a8">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDocumentFragment.html">XalanDocumentFragment</a>&amp; <a class="el" href="classXNodeSetBase.html#a9">rtree</a> () const
<dl class="el"><dd><font size=-1><em>Cast result object to a result tree fragment.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a>&amp; <a class="el" href="classXNodeSetBase.html#a10">nodeset</a> () const=0
<dl class="el"><dd><font size=-1><em>Cast result object to a nodelist.</em> <a href="#a10">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXNodeSetBase.html#a11">ProcessXObjectTypeCallback</a> (<a class="el" href="classXObjectTypeCallback.html">XObjectTypeCallback</a> &amp;theCallbackObject)
<dl class="el"><dd><font size=-1><em>Process a callback request for preferred type information.</em> <a href="#a11">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXNodeSetBase.html#a12">ProcessXObjectTypeCallback</a> (<a class="el" href="classXObjectTypeCallback.html">XObjectTypeCallback</a> &amp;theCallbackObject) const
<dl class="el"><dd><font size=-1><em>Process a callback request for preferred type information.</em> <a href="#a12">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXNodeSetBase.html#a13">item</a> (<a class="el" href="classXNodeSetBase.html#s0">size_type</a> index) const=0
<li>virtual <a class="el" href="classXNodeSetBase.html#s0">size_type</a> <a class="el" href="classXNodeSetBase.html#a14">getLength</a> () const=0
</ul>
<h2>Protected Methods</h2>
<ul>
<li><a class="el" href="classXNodeSetBase.html#b0">XNodeSetBase</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<dl class="el"><dd><font size=-1><em>Create an XNodeSetBase.</em> <a href="#b0">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXNodeSetBase.html#b1">XNodeSetBase</a> (const XNodeSetBase &amp;source, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<dl class="el"><dd><font size=-1><em>Create an XNodeSetBase from another.</em> <a href="#b1">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXNodeSetBase.html#b2">clearCachedValues</a> ()
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Class to hold <a class="el" href="classXPath.html">XPath</a> return types.
<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="XNodeSetBase::size_type"></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 NodeRefListBase::size_type XNodeSetBase::size_type
</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>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XNodeSetBase::~XNodeSetBase"></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>
XNodeSetBase::~XNodeSetBase (
</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="XNodeSetBase::XNodeSetBase"></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>
XNodeSetBase::XNodeSetBase (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</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>
Create an XNodeSetBase.
<p>
</td>
</tr>
</table>
<a name="b1" doxytag="XNodeSetBase::XNodeSetBase"></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>
XNodeSetBase::XNodeSetBase (
</b></td>
<td valign="bottom"><b>
const XNodeSetBase &amp; <em>source</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</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>
Create an XNodeSetBase from another.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>source</em>
&nbsp;</td><td>
object to copy </td></tr>
</table>
</dl> </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a12" doxytag="XNodeSetBase::ProcessXObjectTypeCallback"></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 XNodeSetBase::ProcessXObjectTypeCallback (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXObjectTypeCallback.html">XObjectTypeCallback</a> &amp; <em>theCallbackObject</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>
Process a callback request for preferred type information.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theCallbackObject</em>
&nbsp;</td><td>
object to call back </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXObject.html#a12">XObject</a>. </td>
</tr>
</table>
<a name="a11" doxytag="XNodeSetBase::ProcessXObjectTypeCallback"></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 XNodeSetBase::ProcessXObjectTypeCallback (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXObjectTypeCallback.html">XObjectTypeCallback</a> &amp; <em>theCallbackObject</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Process a callback request for preferred type information.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theCallbackObject</em>
&nbsp;</td><td>
object to call back </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXObject.html#a11">XObject</a>. </td>
</tr>
</table>
<a name="a4" doxytag="XNodeSetBase::boolean"></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 XNodeSetBase::boolean (
</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>
Cast result object to a boolean.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
boolean value </dl>
<p>
Reimplemented from <a class="el" href="classXObject.html#a4">XObject</a>. </td>
</tr>
</table>
<a name="b2" doxytag="XNodeSetBase::clearCachedValues"></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 XNodeSetBase::clearCachedValues (
</b></td>
<td valign="bottom"><b>
)<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="a14" doxytag="XNodeSetBase::getLength"></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="classXNodeSetBase.html#s0">size_type</a> XNodeSetBase::getLength (
</b></td>
<td valign="bottom"><b>
) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Reimplemented in <a class="el" href="classXNodeSet.html#a5">XNodeSet</a>, and <a class="el" href="classXNodeSetNodeProxy.html#a5">XNodeSetNodeProxy</a>. </td>
</tr>
</table>
<a name="a1" doxytag="XNodeSetBase::getMemoryManager"></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="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; XNodeSetBase::getMemoryManager (
</b></td>
<td valign="bottom"><b>
) const
</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="a2" doxytag="XNodeSetBase::getTypeString"></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="classXalanDOMString.html">XalanDOMString</a> &amp; XNodeSetBase::getTypeString (
</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>
Given a request type, return the equivalent string.
<p>
For diagnostic purposes.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
string for type </dl>
<p>
Reimplemented from <a class="el" href="classXObject.html#a2">XObject</a>. </td>
</tr>
</table>
<a name="a13" doxytag="XNodeSetBase::item"></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> * XNodeSetBase::item (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXNodeSetBase.html#s0">size_type</a> <em>index</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Reimplemented in <a class="el" href="classXNodeSet.html#a4">XNodeSet</a>, and <a class="el" href="classXNodeSetNodeProxy.html#a4">XNodeSetNodeProxy</a>. </td>
</tr>
</table>
<a name="a10" doxytag="XNodeSetBase::nodeset"></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="classNodeRefListBase.html">NodeRefListBase</a> &amp; XNodeSetBase::nodeset (
</b></td>
<td valign="bottom"><b>
) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Cast result object to a nodelist.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
node list </dl>
<p>
Reimplemented from <a class="el" href="classXObject.html#a10">XObject</a>.
<p>
Reimplemented in <a class="el" href="classXNodeSet.html#a3">XNodeSet</a>, and <a class="el" href="classXNodeSetNodeProxy.html#a3">XNodeSetNodeProxy</a>. </td>
</tr>
</table>
<a name="a3" doxytag="XNodeSetBase::num"></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>
double XNodeSetBase::num (
</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>
Cast result object to a number.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
numeric value </dl>
<p>
Reimplemented from <a class="el" href="classXObject.html#a3">XObject</a>. </td>
</tr>
</table>
<a name="a9" doxytag="XNodeSetBase::rtree"></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="classXalanDocumentFragment.html">XalanDocumentFragment</a> &amp; XNodeSetBase::rtree (
</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>
Cast result object to a result tree fragment.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
result tree fragment </dl>
<p>
Reimplemented from <a class="el" href="classXObject.html#a9">XObject</a>. </td>
</tr>
</table>
<a name="a7" doxytag="XNodeSetBase::str"></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 XNodeSetBase::str (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theBuffer</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>
Append the string value directly a string.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theBuffer</em>
&nbsp;</td><td>
The buffer for the data </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXObject.html#a8">XObject</a>. </td>
</tr>
</table>
<a name="a6" doxytag="XNodeSetBase::str"></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 XNodeSetBase::str (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp; <em>formatterListener</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXObject.html#s0">MemberFunctionPtr</a> <em>function</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>
Send the string value to a <a class="el" href="classFormatterListener.html">FormatterListener</a> instance.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>formatterListener</em>
&nbsp;</td><td>
The <a class="el" href="classFormatterListener.html">FormatterListener</a> instance </td></tr>
<tr><td valign=top><em>function</em>
&nbsp;</td><td>
A pointer to the member function of <a class="el" href="classFormatterListener.html">FormatterListener</a> to call </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXObject.html#a6">XObject</a>. </td>
</tr>
</table>
<a name="a5" doxytag="XNodeSetBase::str"></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="classXalanDOMString.html">XalanDOMString</a> &amp; XNodeSetBase::str (
</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>
Cast result object to a string.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
string value </dl>
<p>
Reimplemented from <a class="el" href="classXObject.html#a5">XObject</a>. </td>
</tr>
</table>
<a name="a8" doxytag="XNodeSetBase::stringLength"></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>
double XNodeSetBase::stringLength (
</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 length of the string value of the instance..
<p>
<dl compact><dt>
<b>Returns: </b><dd>
The length of the string value </dl>
<p>
Reimplemented from <a class="el" href="classXObject.html#a7">XObject</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XNodeSetBase_8hpp-source.html">XNodeSetBase.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>