blob: 00df80d51d698ddbf5fc83e2b201ade837119848 [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="#nested-classes">Classes</a> &#124;
<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> &#124;
<a href="#friends">Friends</a> </div>
<div class="headertitle">
<h1>XObjectFactory Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XObjectFactory" -->
<p>This class handles the creation of XObjects and manages their lifetime.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="XObjectFactory_8hpp_source.html">XObjectFactory.hpp</a>&gt;</code></p>
<p>Inherited by <a class="el" href="classXObjectFactoryDefault.html">XObjectFactoryDefault</a>.</p>
<p><a href="classXObjectFactory-members.html">List of all members.</a></p>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>struct <a class="el" href="structXObjectFactory_1_1DeleteXObjectFunctor.html">DeleteXObjectFunctor</a>
<dl class="el"><dd class="mdescRight">A public functor for use with stl algorithms. <a href="structXObjectFactory_1_1DeleteXObjectFunctor.html#_details">More...</a><br/></dl></ul>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef <br class="typebreak"/>
<a class="el" href="classXPathExecutionContext_1_1GetCachedNodeList.html">XPathExecutionContext::BorrowReturnMutableNodeRefList</a> <a class="el" href="classXObjectFactory.html#a30645d3c27414677bbb80b0d3d959903">BorrowReturnMutableNodeRefList</a>
<li>typedef <br class="typebreak"/>
<a class="el" href="classXPathExecutionContext_1_1GetCachedString.html">XPathExecutionContext::GetCachedString</a> <a class="el" href="classXObjectFactory.html#a1a6a8e6b9345d58c2bcbdfa5f95e8e10">GetCachedString</a>
<li>typedef <br class="typebreak"/>
<a class="el" href="classXPathExecutionContext_1_1GetCachedString.html">XPathExecutionContext::GetCachedString</a> <a class="el" href="classXObjectFactory.html#ada0b883bccf252184788aadb04de708a">GetAndReleaseCachedString</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXObjectFactory.html#a8fca17bc84394d364e86c516a7f171cd">XObjectFactory</a> (MemoryManager &amp;theManager)
<li>virtual <a class="el" href="classXObjectFactory.html#a5f96eabc85a6051a68cf1c6722d846d6">~XObjectFactory</a> ()
<li>MemoryManager &amp; <a class="el" href="classXObjectFactory.html#ac99515200ba01f4692cf760551d21b58">getMemoryManager</a> ()
<li>bool <a class="el" href="classXObjectFactory.html#a9c2df336743433cbb6af972bd7836385">returnObject</a> (<a class="el" href="classXObject.html">XObject</a> *theXObject)
<dl class="el"><dd class="mdescRight">Return an <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> to the factory. <a href="#a9c2df336743433cbb6af972bd7836385"></a><br/></dl><li>virtual void <a class="el" href="classXObjectFactory.html#ae7bcee75d0253f3660c7deed6235cc76">reset</a> ()=0
<dl class="el"><dd class="mdescRight">Reset the instance. <a href="#ae7bcee75d0253f3660c7deed6235cc76"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#aea74fa521da0e3e1840fbcf7f0866955">createBoolean</a> (bool theValue)=0
<dl class="el"><dd class="mdescRight">Create a boolean <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from a boolean value. <a href="#aea74fa521da0e3e1840fbcf7f0866955"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#a13b121883da5ce2ae115dc284f2c80ae">createNodeSet</a> (<a class="el" href="classXPathExecutionContext_1_1GetCachedNodeList.html">BorrowReturnMutableNodeRefList</a> &amp;theValue)=0
<dl class="el"><dd class="mdescRight">Create a node set <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from a node list. <a href="#a13b121883da5ce2ae115dc284f2c80ae"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#a11264315cbb461c64b783fbb6c43584c">createNodeSet</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theValue)=0
<dl class="el"><dd class="mdescRight">Create a node set <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from a node. <a href="#a11264315cbb461c64b783fbb6c43584c"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#a6a034987eee8074de238dbc0e7c78632">createNumber</a> (double theValue)=0
<dl class="el"><dd class="mdescRight">Create a numeric <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from a number. <a href="#a6a034987eee8074de238dbc0e7c78632"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#a73adac9915e8ad99e738e1a3226fb2ad">createNumber</a> (const <a class="el" href="classXToken.html">XToken</a> &amp;theValue)=0
<dl class="el"><dd class="mdescRight">Create a numeric <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from an <a class="el" href="classXToken.html">XToken</a>. <a href="#a73adac9915e8ad99e738e1a3226fb2ad"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#af5515cca3340e5e74a74a98d82baaa6a">createString</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theValue)=0
<dl class="el"><dd class="mdescRight">Create a string <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from a string. <a href="#af5515cca3340e5e74a74a98d82baaa6a"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#a0436ba417e5a2e9b4de9a47d78962a7b">createString</a> (const XalanDOMChar *theValue)=0
<dl class="el"><dd class="mdescRight">Create a string <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from a null-terminated array of characters. <a href="#a0436ba417e5a2e9b4de9a47d78962a7b"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#a7ef527537621e2c616a3b93eb833ed39">createString</a> (const XalanDOMChar *theValue, XalanSize_t theLength)=0
<dl class="el"><dd class="mdescRight">Create a string <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from an array of characters. <a href="#a7ef527537621e2c616a3b93eb833ed39"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#af6c4f6df7638ac2c7a1f80a9708d2c6c">createString</a> (const <a class="el" href="classXToken.html">XToken</a> &amp;theValue)=0
<dl class="el"><dd class="mdescRight">Create a string <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from an <a class="el" href="classXToken.html">XToken</a>. <a href="#af6c4f6df7638ac2c7a1f80a9708d2c6c"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#ab8e6d57d69eaca63d8d24182c3074305">createStringReference</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theValue)=0
<dl class="el"><dd class="mdescRight">Create a string <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from a string. <a href="#ab8e6d57d69eaca63d8d24182c3074305"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#ae9085819528781bebd773a360c433c64">createStringAdapter</a> (const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> &amp;theValue, <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;theExecutionContext)=0
<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="#ae9085819528781bebd773a360c433c64"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#aeefb9eb2dd936690ff5aa00b2484c8a9">createString</a> (<a class="el" href="classXPathExecutionContext_1_1GetCachedString.html">GetCachedString</a> &amp;theValue)=0
<dl class="el"><dd class="mdescRight">Create a string <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from a cached <a class="el" href="classXalanDOMString.html">XalanDOMString</a>,. <a href="#aeefb9eb2dd936690ff5aa00b2484c8a9"></a><br/></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactory.html#abc4d1bc3c3f873cae710c68ef5ffb0a0">createUnknown</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theValue)=0
<dl class="el"><dd class="mdescRight">Create an "unknown" <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from a string. <a href="#abc4d1bc3c3f873cae710c68ef5ffb0a0"></a><br/></dl><li>virtual void <a class="el" href="classXObjectFactory.html#aa118a44829523004c8ebcd1de542f5de">holdReference</a> (<a class="el" href="classXObjectPtr.html">XObjectPtr</a> theValue)=0
<dl class="el"><dd class="mdescRight">Hold a reference to an <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> instance until the factory is reset. <a href="#aa118a44829523004c8ebcd1de542f5de"></a><br/></dl></ul>
<h2><a name="pro-methods"></a>
Protected Member Functions</h2>
<ul>
<li><a class="el" href="classXObject.html#a05d141ef03891c9d8d6a44633c02556c">XObject::eObjectType</a> <a class="el" href="classXObjectFactory.html#a5088c1b58e60c633ed4a6f69ffb7e20e">getRealType</a> (const <a class="el" href="classXObject.html">XObject</a> &amp;theXObject) const
<dl class="el"><dd class="mdescRight">Return the actual implementation type of an <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a>. <a href="#a5088c1b58e60c633ed4a6f69ffb7e20e"></a><br/></dl><li>void <a class="el" href="classXObjectFactory.html#add3a3d8a972249362e13163b3e9a9901">deleteObject</a> (const <a class="el" href="classXObject.html">XObject</a> *theXObject) const
<dl class="el"><dd class="mdescRight">Delete a FactoryObject instance. <a href="#add3a3d8a972249362e13163b3e9a9901"></a><br/></dl><li>virtual bool <a class="el" href="classXObjectFactory.html#a55e55b99500e832f454c08c3904d7dd3">doReturnObject</a> (<a class="el" href="classXObject.html">XObject</a> *theXObject, bool fInReset=false)=0
<dl class="el"><dd class="mdescRight">Return an <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> to the factory. <a href="#a55e55b99500e832f454c08c3904d7dd3"></a><br/></dl></ul>
<h2><a name="friends"></a>
Friends</h2>
<ul>
<li>struct <a class="el" href="classXObjectFactory.html#af18d668077814879ccdddb7ae6ed02e4">DeleteXObjectFunctor</a>
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>This class handles the creation of XObjects and manages their lifetime. </p>
<p>Definition at line <a class="el" href="XObjectFactory_8hpp_source.html#l00053">53</a> of file <a class="el" href="XObjectFactory_8hpp_source.html">XObjectFactory.hpp</a>.</p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a30645d3c27414677bbb80b0d3d959903"></a><!-- doxytag: member="XObjectFactory::BorrowReturnMutableNodeRefList" ref="a30645d3c27414677bbb80b0d3d959903" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXPathExecutionContext_1_1GetCachedNodeList.html">XPathExecutionContext::BorrowReturnMutableNodeRefList</a> <a class="el" href="classXPathExecutionContext_1_1GetCachedNodeList.html">XObjectFactory::BorrowReturnMutableNodeRefList</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XObjectFactory_8hpp_source.html#l00057">57</a> of file <a class="el" href="XObjectFactory_8hpp_source.html">XObjectFactory.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ada0b883bccf252184788aadb04de708a"></a><!-- doxytag: member="XObjectFactory::GetAndReleaseCachedString" ref="ada0b883bccf252184788aadb04de708a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXPathExecutionContext_1_1GetCachedString.html">XPathExecutionContext::GetCachedString</a> <a class="el" href="classXPathExecutionContext_1_1GetCachedString.html">XObjectFactory::GetAndReleaseCachedString</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XObjectFactory_8hpp_source.html#l00059">59</a> of file <a class="el" href="XObjectFactory_8hpp_source.html">XObjectFactory.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a1a6a8e6b9345d58c2bcbdfa5f95e8e10"></a><!-- doxytag: member="XObjectFactory::GetCachedString" ref="a1a6a8e6b9345d58c2bcbdfa5f95e8e10" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXPathExecutionContext_1_1GetCachedString.html">XPathExecutionContext::GetCachedString</a> <a class="el" href="classXPathExecutionContext_1_1GetCachedString.html">XObjectFactory::GetCachedString</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XObjectFactory_8hpp_source.html#l00058">58</a> of file <a class="el" href="XObjectFactory_8hpp_source.html">XObjectFactory.hpp</a>.</p>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a8fca17bc84394d364e86c516a7f171cd"></a><!-- doxytag: member="XObjectFactory::XObjectFactory" ref="a8fca17bc84394d364e86c516a7f171cd" args="(MemoryManager &amp;theManager)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XObjectFactory::XObjectFactory </td>
<td>(</td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a5f96eabc85a6051a68cf1c6722d846d6"></a><!-- doxytag: member="XObjectFactory::~XObjectFactory" ref="a5f96eabc85a6051a68cf1c6722d846d6" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual XObjectFactory::~XObjectFactory </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="aea74fa521da0e3e1840fbcf7f0866955"></a><!-- doxytag: member="XObjectFactory::createBoolean" ref="aea74fa521da0e3e1840fbcf7f0866955" args="(bool theValue)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createBoolean </td>
<td>(</td>
<td class="paramtype">bool&nbsp;</td>
<td class="paramname"> <em>theValue</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a boolean <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from a boolean value. </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>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#a6fba7558fa431210e9e42916a4e5723e">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a13b121883da5ce2ae115dc284f2c80ae"></a><!-- doxytag: member="XObjectFactory::createNodeSet" ref="a13b121883da5ce2ae115dc284f2c80ae" args="(BorrowReturnMutableNodeRefList &amp;theValue)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createNodeSet </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXPathExecutionContext_1_1GetCachedNodeList.html">BorrowReturnMutableNodeRefList</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theValue</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a node set <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from a node list. </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. theValue will be owned by the new <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a>. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#a96441246bbfa49d395d14bd0464e7270">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a11264315cbb461c64b783fbb6c43584c"></a><!-- doxytag: member="XObjectFactory::createNodeSet" ref="a11264315cbb461c64b783fbb6c43584c" args="(XalanNode *theValue)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createNodeSet </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>theValue</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a node set <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from a node. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theNOde</em>&nbsp;</td><td>value used to create object. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#a87020aae6d53284fa43fa8be7c2908b0">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a73adac9915e8ad99e738e1a3226fb2ad"></a><!-- doxytag: member="XObjectFactory::createNumber" ref="a73adac9915e8ad99e738e1a3226fb2ad" args="(const XToken &amp;theValue)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createNumber </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXToken.html">XToken</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theValue</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a numeric <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from an <a class="el" href="classXToken.html">XToken</a>. </p>
<p>The <a class="el" href="classXToken.html">XToken</a> instance must be inexistence for the lifetime of the object.</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>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#ac43beb3a1a6d7fc3b775544f35a8d74d">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a6a034987eee8074de238dbc0e7c78632"></a><!-- doxytag: member="XObjectFactory::createNumber" ref="a6a034987eee8074de238dbc0e7c78632" args="(double theValue)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createNumber </td>
<td>(</td>
<td class="paramtype">double&nbsp;</td>
<td class="paramname"> <em>theValue</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a numeric <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> from 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>theValue</em>&nbsp;</td><td>value used to create object </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#aeab44a874f16c8291aece0b1fd092c2a">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="af5515cca3340e5e74a74a98d82baaa6a"></a><!-- doxytag: member="XObjectFactory::createString" ref="af5515cca3340e5e74a74a98d82baaa6a" args="(const XalanDOMString &amp;theValue)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createString </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theValue</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></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> 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>theValue</em>&nbsp;</td><td>value used to create object </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#a996618a6be5594cc495ca500a9dc021c">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a0436ba417e5a2e9b4de9a47d78962a7b"></a><!-- doxytag: member="XObjectFactory::createString" ref="a0436ba417e5a2e9b4de9a47d78962a7b" args="(const XalanDOMChar *theValue)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createString </td>
<td>(</td>
<td class="paramtype">const XalanDOMChar *&nbsp;</td>
<td class="paramname"> <em>theValue</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></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> from a null-terminated array of characters. </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>a pointer to the array </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#af7da383a4fe7ac8b2c8934c2201a201f">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a7ef527537621e2c616a3b93eb833ed39"></a><!-- doxytag: member="XObjectFactory::createString" ref="a7ef527537621e2c616a3b93eb833ed39" args="(const XalanDOMChar *theValue, XalanSize_t theLength)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createString </td>
<td>(</td>
<td class="paramtype">const XalanDOMChar *&nbsp;</td>
<td class="paramname"> <em>theValue</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">XalanSize_t&nbsp;</td>
<td class="paramname"> <em>theLength</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [pure virtual]</code></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> from an array of characters. </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>a pointer to the array theLength the length of the array </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#a3b3c6b7909a2c2d56739795019e2894e">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="af6c4f6df7638ac2c7a1f80a9708d2c6c"></a><!-- doxytag: member="XObjectFactory::createString" ref="af6c4f6df7638ac2c7a1f80a9708d2c6c" args="(const XToken &amp;theValue)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createString </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXToken.html">XToken</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theValue</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></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> from an <a class="el" href="classXToken.html">XToken</a>. </p>
<p>The <a class="el" href="classXToken.html">XToken</a> instance must be inexistence for the lifetime of the object.</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>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#a2ca5f6087161e3aed04561e6c9cf0baa">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="aeefb9eb2dd936690ff5aa00b2484c8a9"></a><!-- doxytag: member="XObjectFactory::createString" ref="aeefb9eb2dd936690ff5aa00b2484c8a9" args="(GetCachedString &amp;theValue)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createString </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXPathExecutionContext_1_1GetCachedString.html">GetCachedString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theValue</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></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> from a cached <a class="el" href="classXalanDOMString.html">XalanDOMString</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>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#a545fcfe136d1ff8c11c68808808c3a27">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="ae9085819528781bebd773a360c433c64"></a><!-- doxytag: member="XObjectFactory::createStringAdapter" ref="ae9085819528781bebd773a360c433c64" args="(const XObjectPtr &amp;theValue, XPathExecutionContext &amp;theExecutionContext)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createStringAdapter </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theValue</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><code> [pure virtual]</code></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 theExecutionContext The current execution context </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#aad45c88cec82c7f44e10f50be09d9547">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="ab8e6d57d69eaca63d8d24182c3074305"></a><!-- doxytag: member="XObjectFactory::createStringReference" ref="ab8e6d57d69eaca63d8d24182c3074305" args="(const XalanDOMString &amp;theValue)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createStringReference </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theValue</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></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> from a string. </p>
<p>The <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> will hold a reference to the supplied string, so the string must be in scope for the lifetime of the 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>theValue</em>&nbsp;</td><td>value used to create object </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#a4052a85826dd0fb6c7d0f4847164fa2b">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="abc4d1bc3c3f873cae710c68ef5ffb0a0"></a><!-- doxytag: member="XObjectFactory::createUnknown" ref="abc4d1bc3c3f873cae710c68ef5ffb0a0" args="(const XalanDOMString &amp;theValue)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactory::createUnknown </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theValue</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create an "unknown" <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> 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>theValue</em>&nbsp;</td><td>value used to create object </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to new object </dd></dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#a1be049871e8bd7b50626953db64681ff">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="add3a3d8a972249362e13163b3e9a9901"></a><!-- doxytag: member="XObjectFactory::deleteObject" ref="add3a3d8a972249362e13163b3e9a9901" args="(const XObject *theXObject) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XObjectFactory::deleteObject </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXObject.html">XObject</a> *&nbsp;</td>
<td class="paramname"> <em>theXObject</em></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline, protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Delete a FactoryObject 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>theXObject</em>&nbsp;</td><td>the <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> instance to delete. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XObjectFactory_8hpp_source.html#l00300">300</a> of file <a class="el" href="XObjectFactory_8hpp_source.html">XObjectFactory.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a55e55b99500e832f454c08c3904d7dd3"></a><!-- doxytag: member="XObjectFactory::doReturnObject" ref="a55e55b99500e832f454c08c3904d7dd3" args="(XObject *theXObject, bool fInReset=false)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool XObjectFactory::doReturnObject </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXObject.html">XObject</a> *&nbsp;</td>
<td class="paramname"> <em>theXObject</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&nbsp;</td>
<td class="paramname"> <em>fInReset</em> = <code>false</code></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [protected, pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return an <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> to the factory. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theXObject</em>&nbsp;</td><td><a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> to be returned </td></tr>
<tr><td valign="top"></td><td valign="top"><em>fInReset</em>&nbsp;</td><td>true when called during <a class="el" href="classXObjectFactory.html#ae7bcee75d0253f3660c7deed6235cc76" title="Reset the instance.">reset()</a>. </td></tr>
</table>
</dd>
</dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#a392f0a795d196cfec84645ae674fcce6">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="ac99515200ba01f4692cf760551d21b58"></a><!-- doxytag: member="XObjectFactory::getMemoryManager" ref="ac99515200ba01f4692cf760551d21b58" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">MemoryManager&amp; XObjectFactory::getMemoryManager </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reimplemented in <a class="el" href="classXObjectFactoryDefault.html#a54a451bdf8b5b1a05e9d3041187f6d1c">XObjectFactoryDefault</a>.</p>
<p>Definition at line <a class="el" href="XObjectFactory_8hpp_source.html#l00069">69</a> of file <a class="el" href="XObjectFactory_8hpp_source.html">XObjectFactory.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a5088c1b58e60c633ed4a6f69ffb7e20e"></a><!-- doxytag: member="XObjectFactory::getRealType" ref="a5088c1b58e60c633ed4a6f69ffb7e20e" args="(const XObject &amp;theXObject) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXObject.html#a05d141ef03891c9d8d6a44633c02556c">XObject::eObjectType</a> XObjectFactory::getRealType </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXObject.html">XObject</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theXObject</em></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline, protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return the actual implementation type of an <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>theXObject</em>&nbsp;</td><td>the <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XObjectFactory_8hpp_source.html#l00289">289</a> of file <a class="el" href="XObjectFactory_8hpp_source.html">XObjectFactory.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="aa118a44829523004c8ebcd1de542f5de"></a><!-- doxytag: member="XObjectFactory::holdReference" ref="aa118a44829523004c8ebcd1de542f5de" args="(XObjectPtr theValue)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XObjectFactory::holdReference </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXObjectPtr.html">XObjectPtr</a>&nbsp;</td>
<td class="paramname"> <em>theValue</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Hold a reference to an <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> instance until the factory is reset. </p>
<p>This is needed in a very few cases when the object lifetime needs to extend after the execution of an <a class="el" href="classXPath.html">XPath</a> expression.</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>The <a class="el" href="classXObjectPtr.html" title="Class to hold XObjectPtr return types.">XObjectPtr</a> instance. </td></tr>
</table>
</dd>
</dl>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#af1e55ff137745afa5a9795488e47ed12">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="ae7bcee75d0253f3660c7deed6235cc76"></a><!-- doxytag: member="XObjectFactory::reset" ref="ae7bcee75d0253f3660c7deed6235cc76" args="()=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XObjectFactory::reset </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reset the instance. </p>
<p>This invalidates all existing instances created with this <a class="el" href="classXObjectFactory.html" title="This class handles the creation of XObjects and manages their lifetime.">XObjectFactory</a>. </p>
<p>Implemented in <a class="el" href="classXObjectFactoryDefault.html#a007f1a9822fdae11af25ee80838e0b88">XObjectFactoryDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a9c2df336743433cbb6af972bd7836385"></a><!-- doxytag: member="XObjectFactory::returnObject" ref="a9c2df336743433cbb6af972bd7836385" args="(XObject *theXObject)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool XObjectFactory::returnObject </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXObject.html">XObject</a> *&nbsp;</td>
<td class="paramname"> <em>theXObject</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return an <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> to the factory. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theXObject</em>&nbsp;</td><td>The <a class="el" href="classXObject.html" title="Class to hold XPath return types.">XObject</a> to be returned </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>true if the object belongs to the factory, false if not. </dd></dl>
<p>Definition at line <a class="el" href="XObjectFactory_8hpp_source.html#l00081">81</a> of file <a class="el" href="XObjectFactory_8hpp_source.html">XObjectFactory.hpp</a>.</p>
</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="af18d668077814879ccdddb7ae6ed02e4"></a><!-- doxytag: member="XObjectFactory::DeleteXObjectFunctor" ref="af18d668077814879ccdddb7ae6ed02e4" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">friend struct <a class="el" href="structXObjectFactory_1_1DeleteXObjectFunctor.html">DeleteXObjectFunctor</a><code> [friend]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XObjectFactory_8hpp_source.html#l00279">279</a> of file <a class="el" href="XObjectFactory_8hpp_source.html">XObjectFactory.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XObjectFactory_8hpp_source.html">XObjectFactory.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>