blob: 71ab1fac8c54e4df6337ec0ba10d7b8ed7ed415d [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="#pub-static-methods">Static Public Member Functions</a> </div>
<div class="headertitle">
<h1>XUnknown Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XUnknown" --><!-- doxytag: inherits="XObject" -->
<p><code>#include &lt;<a class="el" href="XUnknown_8hpp_source.html">XUnknown.hpp</a>&gt;</code></p>
<p>Inherits <a class="el" href="classXObject.html">XObject</a>.</p>
<div class="dynheader">
Collaboration diagram for XUnknown:</div>
<div class="dyncontent">
<div class="center"><img src="classXUnknown__coll__graph.png" border="0" usemap="#XUnknown_coll__map" alt="Collaboration graph"/></div>
<map name="XUnknown_coll__map" id="XUnknown_coll__map">
<area shape="rect" id="node2" href="classXObject.html" title="Class to hold XPath return types." alt="" coords="319,320,391,349"/><area shape="rect" id="node4" href="classXalanReferenceCountedObject.html" title="Class to hold reference count information." alt="" coords="5,101,224,131"/><area shape="rect" id="node6" href="classXObjectFactory.html" title="This class handles the creation of XObjects and manages their lifetime." alt="" coords="248,101,365,131"/><area shape="rect" id="node8" href="classXalanDOMString.html" title="XalanDOMString" alt="" coords="463,101,591,131"/><area shape="rect" id="node10" href="classXalanVector.html" title="XalanVector\&lt; XalanDOMChar \&gt;" alt="" coords="413,5,640,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXUnknown-members.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef <a class="el" href="classXObject.html">XObject</a> <a class="el" href="classXUnknown.html#aa8ebebb283c5e829ecd7dbdc7b7c8429">ParentType</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXUnknown.html#a13757831142550aa92e53160a8f78351">XUnknown</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;name, MemoryManager &amp;theMemoryManager)
<dl class="el"><dd class="mdescRight">Construct an <a class="el" href="classXUnknown.html">XUnknown</a> object from a string. <a href="#a13757831142550aa92e53160a8f78351"></a><br/></dl><li><a class="el" href="classXUnknown.html#a15ffadadc2ad6eb6a4063130f8106916">XUnknown</a> (const <a class="el" href="classXUnknown.html">XUnknown</a> &amp;source, MemoryManager &amp;theMemoryManager)
<dl class="el"><dd class="mdescRight">Construct an <a class="el" href="classXUnknown.html">XUnknown</a> from another one. <a href="#a15ffadadc2ad6eb6a4063130f8106916"></a><br/></dl><li>virtual <a class="el" href="classXUnknown.html#a48a439fc85a3fb26859f2df7c98d1819">~XUnknown</a> ()
<li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXUnknown.html#ad46a46857e92e0ba7c6978787a24c739">getTypeString</a> () const
<dl class="el"><dd class="mdescRight">Given a request type, return the equivalent string. <a href="#ad46a46857e92e0ba7c6978787a24c739"></a><br/></dl><li>virtual double <a class="el" href="classXUnknown.html#a0d6ab4df2575747ae0aa2469bf77af83">num</a> (<a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;executionContext) const
<dl class="el"><dd class="mdescRight">Cast result object to a number. <a href="#a0d6ab4df2575747ae0aa2469bf77af83"></a><br/></dl><li>virtual double <a class="el" href="classXUnknown.html#a8ca913b10e7b505c5f8cff71c18da80d">num</a> () const
<dl class="el"><dd class="mdescRight">Cast result object to a number. <a href="#a8ca913b10e7b505c5f8cff71c18da80d"></a><br/></dl><li>virtual bool <a class="el" href="classXUnknown.html#a0fa8db37d09b6ef1116f10e7593be596">boolean</a> (<a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;executionContext) const
<dl class="el"><dd class="mdescRight">Cast result object to a boolean. <a href="#a0fa8db37d09b6ef1116f10e7593be596"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXUnknown.html#a7cdbb7169a7cca613f6332d8a90bfe52">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="#a7cdbb7169a7cca613f6332d8a90bfe52"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXUnknown.html#a2340a4c09168e1cd17779de6be1ddc89">str</a> () const
<dl class="el"><dd class="mdescRight">Cast result object to a string. <a href="#a2340a4c09168e1cd17779de6be1ddc89"></a><br/></dl><li>virtual void <a class="el" href="classXUnknown.html#a22ee3b8a69d387122ec19cfc786b2ee3">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="#a22ee3b8a69d387122ec19cfc786b2ee3"></a><br/></dl><li>virtual void <a class="el" href="classXUnknown.html#ac3cec48a924968b7424887edac8a55b5">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="#ac3cec48a924968b7424887edac8a55b5"></a><br/></dl><li>virtual void <a class="el" href="classXUnknown.html#a5ac2107edd258ff9d5674864aefb6ffd">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="#a5ac2107edd258ff9d5674864aefb6ffd"></a><br/></dl><li>virtual void <a class="el" href="classXUnknown.html#aee4a18aef389d3f69c5f6a617f4fa30e">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="#aee4a18aef389d3f69c5f6a617f4fa30e"></a><br/></dl><li>virtual double <a class="el" href="classXUnknown.html#a4c997dafbc5d7738446007d47bf43d00">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="#a4c997dafbc5d7738446007d47bf43d00"></a><br/></dl><li>virtual void <a class="el" href="classXUnknown.html#a36a3ef907a2fcb6907b94a5c856ecf0c">ProcessXObjectTypeCallback</a> (<a class="el" href="classXObjectTypeCallback.html">XObjectTypeCallback</a> &amp;theCallbackObject)
<dl class="el"><dd class="mdescRight">Process a callback request for preferred type information. <a href="#a36a3ef907a2fcb6907b94a5c856ecf0c"></a><br/></dl><li>virtual void <a class="el" href="classXUnknown.html#ab11a46bf819510f05628299187910272">ProcessXObjectTypeCallback</a> (<a class="el" href="classXObjectTypeCallback.html">XObjectTypeCallback</a> &amp;theCallbackObject) const
<dl class="el"><dd class="mdescRight">Process a callback request for preferred type information. <a href="#ab11a46bf819510f05628299187910272"></a><br/></dl></ul>
<h2><a name="pub-static-methods"></a>
Static Public Member Functions</h2>
<ul>
<li>static void <a class="el" href="classXUnknown.html#a3e55ea7b3aa70d96e54a98332271706b">initialize</a> (MemoryManager &amp;theManager)
<dl class="el"><dd class="mdescRight">Perform static initialization. <a href="#a3e55ea7b3aa70d96e54a98332271706b"></a><br/></dl><li>static void <a class="el" href="classXUnknown.html#a6dda507e1718c0e02e9e795c5ef03fd8">terminate</a> ()
<dl class="el"><dd class="mdescRight">Perform static shut down. <a href="#a6dda507e1718c0e02e9e795c5ef03fd8"></a><br/></dl><li>static <a class="el" href="classXUnknown.html">XUnknown</a> * <a class="el" href="classXUnknown.html#a9035799fc76b5c208ace37c1a1e52697">create</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;name, MemoryManager &amp;theMemoryManager)
<dl class="el"><dd class="mdescRight">Create an <a class="el" href="classXUnknown.html">XUnknown</a> object from a string. <a href="#a9035799fc76b5c208ace37c1a1e52697"></a><br/></dl></ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XUnknown_8hpp_source.html#l00041">41</a> of file <a class="el" href="XUnknown_8hpp_source.html">XUnknown.hpp</a>.</p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="aa8ebebb283c5e829ecd7dbdc7b7c8429"></a><!-- doxytag: member="XUnknown::ParentType" ref="aa8ebebb283c5e829ecd7dbdc7b7c8429" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXObject.html">XObject</a> <a class="el" href="classXObject.html">XUnknown::ParentType</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XUnknown_8hpp_source.html#l00045">45</a> of file <a class="el" href="XUnknown_8hpp_source.html">XUnknown.hpp</a>.</p>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a13757831142550aa92e53160a8f78351"></a><!-- doxytag: member="XUnknown::XUnknown" ref="a13757831142550aa92e53160a8f78351" args="(const XalanDOMString &amp;name, MemoryManager &amp;theMemoryManager)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XUnknown::XUnknown </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theMemoryManager</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Construct an <a class="el" href="classXUnknown.html">XUnknown</a> object from 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>name</em>&nbsp;</td><td>The source string. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>theMemoryManager</em>&nbsp;</td><td>The MemoryManager instance. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a15ffadadc2ad6eb6a4063130f8106916"></a><!-- doxytag: member="XUnknown::XUnknown" ref="a15ffadadc2ad6eb6a4063130f8106916" args="(const XUnknown &amp;source, MemoryManager &amp;theMemoryManager)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XUnknown::XUnknown </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXUnknown.html">XUnknown</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>theMemoryManager</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Construct an <a class="el" href="classXUnknown.html">XUnknown</a> from another one. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>source</em>&nbsp;</td><td>The <a class="el" href="classXUnknown.html">XUnknown</a> instance to copy. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>theMemoryManager</em>&nbsp;</td><td>The MemoryManager instance. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a48a439fc85a3fb26859f2df7c98d1819"></a><!-- doxytag: member="XUnknown::~XUnknown" ref="a48a439fc85a3fb26859f2df7c98d1819" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual XUnknown::~XUnknown </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="a0fa8db37d09b6ef1116f10e7593be596"></a><!-- doxytag: member="XUnknown::boolean" ref="a0fa8db37d09b6ef1116f10e7593be596" args="(XPathExecutionContext &amp;executionContext) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool XUnknown::boolean </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 boolean. </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>boolean value </dd></dl>
<p>Implements <a class="el" href="classXObject.html#af888500b30e13e575b482fc57b87dabd">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="a9035799fc76b5c208ace37c1a1e52697"></a><!-- doxytag: member="XUnknown::create" ref="a9035799fc76b5c208ace37c1a1e52697" args="(const XalanDOMString &amp;name, MemoryManager &amp;theMemoryManager)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classXUnknown.html">XUnknown</a>* XUnknown::create </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theMemoryManager</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create an <a class="el" href="classXUnknown.html">XUnknown</a> object from 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>name</em>&nbsp;</td><td>the source string. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>theMemoryManager</em>&nbsp;</td><td>The MemoryManager instance. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ad46a46857e92e0ba7c6978787a24c739"></a><!-- doxytag: member="XUnknown::getTypeString" ref="ad46a46857e92e0ba7c6978787a24c739" 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; XUnknown::getTypeString </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Given a request type, return the equivalent string. </p>
<p>For diagnostic purposes.</p>
<dl class="return"><dt><b>Returns:</b></dt><dd>string for type </dd></dl>
<p>Implements <a class="el" href="classXObject.html#ab62a47b5585aead1f04dd67057c6bac7">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="a3e55ea7b3aa70d96e54a98332271706b"></a><!-- doxytag: member="XUnknown::initialize" ref="a3e55ea7b3aa70d96e54a98332271706b" args="(MemoryManager &amp;theManager)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XUnknown::initialize </td>
<td>(</td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Perform static initialization. </p>
<p>See class <a class="el" href="classXPathInit.html">XPathInit</a>. </p>
<p>Reimplemented from <a class="el" href="classXObject.html#a7fce70df2d2fe97b6af0e8405ce24a21">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="a0d6ab4df2575747ae0aa2469bf77af83"></a><!-- doxytag: member="XUnknown::num" ref="a0d6ab4df2575747ae0aa2469bf77af83" args="(XPathExecutionContext &amp;executionContext) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual double XUnknown::num </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 number. </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>numeric value </dd></dl>
<p>Reimplemented from <a class="el" href="classXObject.html#a4cb3578404b7ec57eae79fea6560f710">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="a8ca913b10e7b505c5f8cff71c18da80d"></a><!-- doxytag: member="XUnknown::num" ref="a8ca913b10e7b505c5f8cff71c18da80d" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual double XUnknown::num </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 number. </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 class="return"><dt><b>Returns:</b></dt><dd>numeric value </dd></dl>
<p>Reimplemented from <a class="el" href="classXObject.html#a6abeb86c51a1db373495ecf02eba0adb">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="ab11a46bf819510f05628299187910272"></a><!-- doxytag: member="XUnknown::ProcessXObjectTypeCallback" ref="ab11a46bf819510f05628299187910272" args="(XObjectTypeCallback &amp;theCallbackObject) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XUnknown::ProcessXObjectTypeCallback </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXObjectTypeCallback.html">XObjectTypeCallback</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theCallbackObject</em></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Process a callback request for preferred type information. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theCallbackObject</em>&nbsp;</td><td>object to call back </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classXObject.html#ad90e310e891c8feef71da0fa0f7b5696">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="a36a3ef907a2fcb6907b94a5c856ecf0c"></a><!-- doxytag: member="XUnknown::ProcessXObjectTypeCallback" ref="a36a3ef907a2fcb6907b94a5c856ecf0c" args="(XObjectTypeCallback &amp;theCallbackObject)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XUnknown::ProcessXObjectTypeCallback </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXObjectTypeCallback.html">XObjectTypeCallback</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theCallbackObject</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Process a callback request for preferred type information. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theCallbackObject</em>&nbsp;</td><td>object to call back </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classXObject.html#a4bac0f3361a5d2d6b900308ad94c27d8">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="a2340a4c09168e1cd17779de6be1ddc89"></a><!-- doxytag: member="XUnknown::str" ref="a2340a4c09168e1cd17779de6be1ddc89" 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; XUnknown::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="classXObject.html#a0fc1c7e495a1c61c0a5fe06abf308c63">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="a7cdbb7169a7cca613f6332d8a90bfe52"></a><!-- doxytag: member="XUnknown::str" ref="a7cdbb7169a7cca613f6332d8a90bfe52" 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; XUnknown::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="classXObject.html#ae262489aa21c0d8fe857faf218435bf0">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="ac3cec48a924968b7424887edac8a55b5"></a><!-- doxytag: member="XUnknown::str" ref="ac3cec48a924968b7424887edac8a55b5" args="(FormatterListener &amp;formatterListener, MemberFunctionPtr function) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XUnknown::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="classXObject.html#a1eaef4bdc0f494d12d07e9cdcc45722d">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="aee4a18aef389d3f69c5f6a617f4fa30e"></a><!-- doxytag: member="XUnknown::str" ref="aee4a18aef389d3f69c5f6a617f4fa30e" args="(XalanDOMString &amp;theBuffer) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XUnknown::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="classXObject.html#a0de023b96d4cf82929c6270c34622741">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="a22ee3b8a69d387122ec19cfc786b2ee3"></a><!-- doxytag: member="XUnknown::str" ref="a22ee3b8a69d387122ec19cfc786b2ee3" 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 XUnknown::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="classXObject.html#a946fb2e5352b8257cfaf40f55b077607">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="a5ac2107edd258ff9d5674864aefb6ffd"></a><!-- doxytag: member="XUnknown::str" ref="a5ac2107edd258ff9d5674864aefb6ffd" args="(XPathExecutionContext &amp;executionContext, XalanDOMString &amp;theBuffer) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XUnknown::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="classXObject.html#aa6a4f612203757f3f480f9ae70b6ba77">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="a4c997dafbc5d7738446007d47bf43d00"></a><!-- doxytag: member="XUnknown::stringLength" ref="a4c997dafbc5d7738446007d47bf43d00" args="(XPathExecutionContext &amp;executionContext) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual double XUnknown::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="classXObject.html#aca3e2bfdb8dddf4eab4db9faf04d4a20">XObject</a>.</p>
</div>
</div>
<a class="anchor" id="a6dda507e1718c0e02e9e795c5ef03fd8"></a><!-- doxytag: member="XUnknown::terminate" ref="a6dda507e1718c0e02e9e795c5ef03fd8" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void XUnknown::terminate </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Perform static shut down. </p>
<p>See class <a class="el" href="classXPathInit.html">XPathInit</a>. </p>
<p>Reimplemented from <a class="el" href="classXObject.html#a4198f202dd7c384d9c5d8c55f3243acf">XObject</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XUnknown_8hpp_source.html">XUnknown.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>