blob: 38ce5f2681847eaffbe515e0c5909abf43c9fde4 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Xalan-C++ API : Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<!-- The head section is copied from Doxygen 1.7.1 generated default output -->
<body>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center"><a href="../index.html">The Xalan C++ XSLT Processor Version 1.11</a></h3>
<hr/>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-methods">Protected Member Functions</a> </div>
<div class="headertitle">
<h1>XStringAdapter Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XStringAdapter" --><!-- doxytag: inherits="XStringBase" -->
<p><code>#include &lt;<a class="el" href="XStringAdapter_8hpp_source.html">XStringAdapter.hpp</a>&gt;</code></p>
<p>Inherits <a class="el" href="classXStringBase.html">XStringBase</a>.</p>
<div class="dynheader">
Collaboration diagram for XStringAdapter:</div>
<div class="dyncontent">
<div class="center"><img src="classXStringAdapter__coll__graph.png" border="0" usemap="#XStringAdapter_coll__map" alt="Collaboration graph"/></div>
<map name="XStringAdapter_coll__map" id="XStringAdapter_coll__map">
<area shape="rect" id="node2" href="classXStringBase.html" title="XStringBase" alt="" coords="1927,328,2028,357"/><area shape="rect" id="node4" href="classXObject.html" title="Class to hold XPath return types." alt="" coords="860,380,932,409"/><area shape="rect" id="node23" href="classXObjectResultTreeFragProxyText.html" title="XObjectResultTreeFragProxyText" alt="" coords="1196,157,1423,187"/><area shape="rect" id="node39" href="classXObjectPtr.html" title="Class to hold XObjectPtr return types." alt="" coords="1448,380,1539,409"/><area shape="rect" id="node6" href="classXalanReferenceCountedObject.html" title="Class to hold reference count information." alt="" coords="333,415,552,444"/><area shape="rect" id="node8" href="classXObjectFactory.html" title="This class handles the creation of XObjects and manages their lifetime." alt="" coords="384,468,501,497"/><area shape="rect" id="node32" href="classXPathExecutionContext.html" title="XPathExecutionContext" alt="" coords="809,327,983,356"/><area shape="rect" id="node10" href="classXalanDOMString.html" title="XalanDOMString" alt="" coords="379,135,507,164"/><area shape="rect" id="node16" href="classXObjectResultTreeFragProxyBase.html" title="XObjectResultTreeFragProxyBase" alt="" coords="779,25,1013,55"/><area shape="rect" id="node12" href="classXalanVector.html" title="XalanVector\&lt; XalanDOMChar \&gt;" alt="" coords="7,135,233,164"/><area shape="rect" id="node14" href="classXObjectResultTreeFragProxy.html" title="XObjectResultTreeFragProxy" alt="" coords="1563,157,1765,187"/><area shape="rect" id="node18" href="classXalanDocumentFragment.html" title="XalanDocumentFragment" alt="" coords="349,5,536,35"/><area shape="rect" id="node20" href="classXalanNode.html" title="XalanNode" alt="" coords="73,37,167,67"/><area shape="rect" id="node27" href="classXalanCharacterData.html" title="XalanCharacterData" alt="" coords="367,59,519,88"/><area shape="rect" id="node25" href="classXalanText.html" title="XalanText" alt="" coords="853,79,939,108"/><area shape="rect" id="node34" href="classExecutionContext.html" title="ExecutionContext" alt="" coords="376,337,509,367"/><area shape="rect" id="node36" href="classProblemListenerBase.html" title="This is the abstract class that is used when reporting a problem some kind, that requires a message..." alt="" coords="41,337,199,367"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXStringAdapter-members.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef <a class="el" href="classXStringBase.html">XStringBase</a> <a class="el" href="classXStringAdapter.html#a46ab2355463418609f0353ab342e17a5">ParentType</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXStringAdapter.html#a2508ff99747f4feb8c6cc048bfec06b9">XStringAdapter</a> (const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> &amp;val, MemoryManager &amp;theManager, <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;theExecutionContext)
<dl class="el"><dd class="mdescRight">Create a string <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> that will adapt another <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> to behave like a string. <a href="#a2508ff99747f4feb8c6cc048bfec06b9"></a><br/></dl><li><a class="el" href="classXStringAdapter.html#a7f92e09877ab19577a0c3afef134d365">XStringAdapter</a> (const <a class="el" href="classXStringAdapter.html">XStringAdapter</a> &amp;source, MemoryManager &amp;theManager)
<li>virtual <a class="el" href="classXStringAdapter.html#a481d3b831f9bd4c07b9d794da394404c">~XStringAdapter</a> ()
<li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXStringAdapter.html#a5673d92e8ef8696413e4f91a20ef1df4">str</a> (<a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;executionContext) const
<dl class="el"><dd class="mdescRight">Cast result object to a string. <a href="#a5673d92e8ef8696413e4f91a20ef1df4"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXStringAdapter.html#a414288411da6c7f4542cd313ff23facc">str</a> () const
<dl class="el"><dd class="mdescRight">Cast result object to a string. <a href="#a414288411da6c7f4542cd313ff23facc"></a><br/></dl><li>virtual void <a class="el" href="classXStringAdapter.html#ae11ffa178fb2805ad014f1d5add3862d">str</a> (<a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;executionContext, <a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;formatterListener, <a class="el" href="classXObject.html#ab5465c81680a86b1a26efea4b230adff">MemberFunctionPtr</a> function) const
<dl class="el"><dd class="mdescRight">Send the string value to a <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> instance. <a href="#ae11ffa178fb2805ad014f1d5add3862d"></a><br/></dl><li>virtual void <a class="el" href="classXStringAdapter.html#a79abdb217f3b97304bac4b87e919416a">str</a> (<a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;formatterListener, <a class="el" href="classXObject.html#ab5465c81680a86b1a26efea4b230adff">MemberFunctionPtr</a> function) const
<dl class="el"><dd class="mdescRight">Send the string value to a <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> instance. <a href="#a79abdb217f3b97304bac4b87e919416a"></a><br/></dl><li>virtual void <a class="el" href="classXStringAdapter.html#ac62e6a58506563e6eb51971f4d399685">str</a> (<a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;executionContext, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theBuffer) const
<dl class="el"><dd class="mdescRight">Append the string value directly a string. <a href="#ac62e6a58506563e6eb51971f4d399685"></a><br/></dl><li>virtual void <a class="el" href="classXStringAdapter.html#a70f9f868d8616ceeb74f2d09d5768983">str</a> (<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theBuffer) const
<dl class="el"><dd class="mdescRight">Append the string value directly a string. <a href="#a70f9f868d8616ceeb74f2d09d5768983"></a><br/></dl><li>virtual double <a class="el" href="classXStringAdapter.html#ad1756f2040584ac6b025c71b1657a2a2">stringLength</a> (<a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;executionContext) const
<dl class="el"><dd class="mdescRight">Get the length of the string value of the instance. <a href="#ad1756f2040584ac6b025c71b1657a2a2"></a><br/></dl></ul>
<h2><a name="pro-methods"></a>
Protected Member Functions</h2>
<ul>
<li>virtual <a class="el" href="classXObject.html#a05d141ef03891c9d8d6a44633c02556c">eObjectType</a> <a class="el" href="classXStringAdapter.html#a982ac83b2202019c02bffb8ce0b41680">getRealType</a> () const
<dl class="el"><dd class="mdescRight">Tell what kind of class this is. <a href="#a982ac83b2202019c02bffb8ce0b41680"></a><br/></dl></ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XStringAdapter_8hpp_source.html#l00037">37</a> of file <a class="el" href="XStringAdapter_8hpp_source.html">XStringAdapter.hpp</a>.</p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a46ab2355463418609f0353ab342e17a5"></a><!-- doxytag: member="XStringAdapter::ParentType" ref="a46ab2355463418609f0353ab342e17a5" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXStringBase.html">XStringBase</a> <a class="el" href="classXStringBase.html">XStringAdapter::ParentType</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reimplemented from <a class="el" href="classXStringBase.html#a8ca65b445929b61d9aada619dabfd763">XStringBase</a>.</p>
<p>Definition at line <a class="el" href="XStringAdapter_8hpp_source.html#l00041">41</a> of file <a class="el" href="XStringAdapter_8hpp_source.html">XStringAdapter.hpp</a>.</p>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a2508ff99747f4feb8c6cc048bfec06b9"></a><!-- doxytag: member="XStringAdapter::XStringAdapter" ref="a2508ff99747f4feb8c6cc048bfec06b9" args="(const XObjectPtr &amp;val, MemoryManager &amp;theManager, XPathExecutionContext &amp;theExecutionContext)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XStringAdapter::XStringAdapter </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> &amp;&nbsp;</td>
<td class="paramname"> <em>val</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theExecutionContext</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a string <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> that will adapt another <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> to behave like a string. </p>
<p>The <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> holds a reference to the other <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a>.</p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theValue</em>&nbsp;</td><td>value used to create object </td></tr>
<tr><td valign="top"></td><td valign="top"><em>theManager</em>&nbsp;</td><td>The MemoryManager instance to use </td></tr>
<tr><td valign="top"></td><td valign="top"><em>theExecutionContext</em>&nbsp;</td><td>The current <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a7f92e09877ab19577a0c3afef134d365"></a><!-- doxytag: member="XStringAdapter::XStringAdapter" ref="a7f92e09877ab19577a0c3afef134d365" args="(const XStringAdapter &amp;source, MemoryManager &amp;theManager)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XStringAdapter::XStringAdapter </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXStringAdapter.html">XStringAdapter</a> &amp;&nbsp;</td>
<td class="paramname"> <em>source</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a481d3b831f9bd4c07b9d794da394404c"></a><!-- doxytag: member="XStringAdapter::~XStringAdapter" ref="a481d3b831f9bd4c07b9d794da394404c" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual XStringAdapter::~XStringAdapter </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a982ac83b2202019c02bffb8ce0b41680"></a><!-- doxytag: member="XStringAdapter::getRealType" ref="a982ac83b2202019c02bffb8ce0b41680" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classXObject.html#a05d141ef03891c9d8d6a44633c02556c">eObjectType</a> XStringAdapter::getRealType </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Tell what kind of class this is. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>numeric type value </dd></dl>
<p>Reimplemented from <a class="el" href="classXObject.html#aeb9785fb683cc91467423ffd5108cea3">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="a79abdb217f3b97304bac4b87e919416a"></a><!-- doxytag: member="XStringAdapter::str" ref="a79abdb217f3b97304bac4b87e919416a" args="(FormatterListener &amp;formatterListener, MemberFunctionPtr function) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XStringAdapter::str </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;&nbsp;</td>
<td class="paramname"> <em>formatterListener</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXObject.html#ab5465c81680a86b1a26efea4b230adff">MemberFunctionPtr</a>&nbsp;</td>
<td class="paramname"> <em>function</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Send the string value to a <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> instance. </p>
<p>This function does not have access to the current <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a>, so the result may contain data from whitespace text nodes that might have been stripped otherwise.</p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>formatterListener</em>&nbsp;</td><td>The <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> instance </td></tr>
<tr><td valign="top"></td><td valign="top"><em>function</em>&nbsp;</td><td>A pointer to the member function of <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> to call </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classXStringBase.html#a398ddbbb9e1a02f2bef0fc8ad034b63d">XStringBase</a>.</p>
</div>
</div>
<a class="anchor" id="a5673d92e8ef8696413e4f91a20ef1df4"></a><!-- doxytag: member="XStringAdapter::str" ref="a5673d92e8ef8696413e4f91a20ef1df4" args="(XPathExecutionContext &amp;executionContext) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; XStringAdapter::str </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;&nbsp;</td>
<td class="paramname"> <em>executionContext</em></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Cast result object to a string. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>executionContext</em>&nbsp;</td><td>The current <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>string value </dd></dl>
<p>Implements <a class="el" href="classXStringBase.html#a2079ee6bcca087e7697f91dcb8a07617">XStringBase</a>.</p>
</div>
</div>
<a class="anchor" id="a70f9f868d8616ceeb74f2d09d5768983"></a><!-- doxytag: member="XStringAdapter::str" ref="a70f9f868d8616ceeb74f2d09d5768983" args="(XalanDOMString &amp;theBuffer) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XStringAdapter::str </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theBuffer</em></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Append the string value directly a string. </p>
<p>This function does not have access to the current <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a>, so the result may contain data from whitespace text nodes that might have been stripped otherwise.</p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theBuffer</em>&nbsp;</td><td>The buffer for the data </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classXStringBase.html#a0f382a77c9267a70216b6d0aae84b744">XStringBase</a>.</p>
</div>
</div>
<a class="anchor" id="ac62e6a58506563e6eb51971f4d399685"></a><!-- doxytag: member="XStringAdapter::str" ref="ac62e6a58506563e6eb51971f4d399685" args="(XPathExecutionContext &amp;executionContext, XalanDOMString &amp;theBuffer) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XStringAdapter::str </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;&nbsp;</td>
<td class="paramname"> <em>executionContext</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theBuffer</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Append the string value directly a string. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>executionContext</em>&nbsp;</td><td>The current <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> </td></tr>
<tr><td valign="top"></td><td valign="top"><em>theBuffer</em>&nbsp;</td><td>The buffer for the data </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classXStringBase.html#a1e101e8e4ddb60b64d0f34a59aab0de4">XStringBase</a>.</p>
</div>
</div>
<a class="anchor" id="a414288411da6c7f4542cd313ff23facc"></a><!-- doxytag: member="XStringAdapter::str" ref="a414288411da6c7f4542cd313ff23facc" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; XStringAdapter::str </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Cast result object to a string. </p>
<p>This function does not have access to the current <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a>, so the result may contain data from whitespace text nodes that might have been stripped otherwise.</p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>executionContext</em>&nbsp;</td><td>The current <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>string value </dd></dl>
<p>Implements <a class="el" href="classXStringBase.html#ad39718043b930cb9ba6189367afb0f13">XStringBase</a>.</p>
</div>
</div>
<a class="anchor" id="ae11ffa178fb2805ad014f1d5add3862d"></a><!-- doxytag: member="XStringAdapter::str" ref="ae11ffa178fb2805ad014f1d5add3862d" args="(XPathExecutionContext &amp;executionContext, FormatterListener &amp;formatterListener, MemberFunctionPtr function) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XStringAdapter::str </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;&nbsp;</td>
<td class="paramname"> <em>executionContext</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classFormatterListener.html">FormatterListener</a> &amp;&nbsp;</td>
<td class="paramname"> <em>formatterListener</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXObject.html#ab5465c81680a86b1a26efea4b230adff">MemberFunctionPtr</a>&nbsp;</td>
<td class="paramname"> <em>function</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Send the string value to a <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> instance. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>executionContext</em>&nbsp;</td><td>The current <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> </td></tr>
<tr><td valign="top"></td><td valign="top"><em>formatterListener</em>&nbsp;</td><td>The <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> instance </td></tr>
<tr><td valign="top"></td><td valign="top"><em>function</em>&nbsp;</td><td>A pointer to the member function of <a class="el" href="classFormatterListener.html" title="A SAX-based formatter interface for the XSL processor.">FormatterListener</a> to call </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classXStringBase.html#af11899c7375cc6f873a1a14572ec2959">XStringBase</a>.</p>
</div>
</div>
<a class="anchor" id="ad1756f2040584ac6b025c71b1657a2a2"></a><!-- doxytag: member="XStringAdapter::stringLength" ref="ad1756f2040584ac6b025c71b1657a2a2" args="(XPathExecutionContext &amp;executionContext) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual double XStringAdapter::stringLength </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;&nbsp;</td>
<td class="paramname"> <em>executionContext</em></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the length of the string value of the instance. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The length of the string value </dd></dl>
<p>Implements <a class="el" href="classXStringBase.html#aa3ed8c111de72607b8e532f0a76de53c">XStringBase</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XStringAdapter_8hpp_source.html">XStringAdapter.hpp</a></li>
</ul>
</div>
<p align="center"><a href="graph_legend.html">Interpreting class diagrams</a></p>
<p><font color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><a href="http://www.doxygen.org/">Doxygen</a> and
<a href="http://www.graphviz.org/">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="80%">
<tr>
<td width="80%" valign="top">
<p align="center"><b>Xalan-C++ XSLT Processor Version 1.11</b><br/>
Copyright &copy; 1999-2012 The Apache Software Foundation.<br/>
All Rights Reserved.</p>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><img src="asf_logo_wide.gif" width="268" height="25" align="bottom" border="0" alt="Apache Logo">
</td>
</tr>
</table>
</body>
</html>