blob: c474bfcd5c6f8e79e3785c2434cb39d9457f1d1c [file] [log] [blame]
<HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
<BODY>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center">The Xalan C++ XSLT Processor Version 1.10</h3>
</BODY>
<!-- Generated by Doxygen 1.2.8.1 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>XObjectFactoryDefault Class Reference</h1>This class handles the creation of XObjects and manages their lifetime.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="XObjectFactoryDefault_8hpp-source.html">XObjectFactoryDefault.hpp</a>&gt;</code>
<p>
Inheritance diagram for XObjectFactoryDefault:<p><center><img src="classXObjectFactoryDefault__inherit__graph.gif" border="0" usemap="#XObjectFactoryDefault_inherit_map" alt="Inheritance graph"></center>
<map name="XObjectFactoryDefault_inherit_map">
<area href="classXObjectFactory.html" shape="rect" coords="26,42,136,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XObjectFactoryDefault:<p><center><img src="classXObjectFactoryDefault__coll__graph.gif" border="0" usemap="#XObjectFactoryDefault_coll_map" alt="Collaboration graph"></center>
<map name="XObjectFactoryDefault_coll_map">
<area href="classXObjectFactory.html" shape="rect" coords="65,32,174,8">
<area href="classXNumberAllocator.html" shape="rect" coords="57,84,182,60">
<area href="classXNodeSetAllocator.html" shape="rect" coords="57,146,182,122">
<area href="classXStringAllocator.html" shape="rect" coords="64,209,176,185">
<area href="classXNull.html" shape="rect" coords="94,272,145,248">
<area href="classXTokenNumberAdapterAllocator.html" shape="rect" coords="17,334,222,310">
<area href="classXStringReferenceAllocator.html" shape="rect" coords="33,397,206,373">
<area href="classXTokenStringAdapterAllocator.html" shape="rect" coords="24,460,216,436">
<area href="classXStringAdapterAllocator.html" shape="rect" coords="40,522,200,498">
<area href="classXStringCachedAllocator.html" shape="rect" coords="41,585,198,561">
<area href="classXNodeSetNodeProxyAllocator.html" shape="rect" coords="26,648,213,624">
<area href="classXBoolean.html" shape="rect" coords="84,725,156,701">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXObjectFactoryDefault-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef XNodeSetAllocator::size_type <a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a>
<li>typedef XalanVector&lt;<a class="el" href="classXObject.html">XObject</a>*&gt; <a class="el" href="classXObjectFactoryDefault.html#s1">XObjectCollectionType</a>
<li>typedef XalanVector&lt;<a class="el" href="classXNumber.html">XNumber</a>*&gt; <a class="el" href="classXObjectFactoryDefault.html#s2">XNumberCacheType</a>
<li>typedef XalanVector&lt;<a class="el" href="classXNodeSet.html">XNodeSet</a>*&gt; <a class="el" href="classXObjectFactoryDefault.html#s3">XNodeSetCacheType</a>
<li>typedef XalanVector&lt;<a class="el" href="classXString.html">XString</a>*&gt; <a class="el" href="classXObjectFactoryDefault.html#s4">XStringCacheType</a>
<li>enum { <br>
&nbsp;&nbsp;<a class="el" href="classXObjectFactoryDefault.html#s13s5">eDefaultXStringBlockSize</a> = 10,
<a class="el" href="classXObjectFactoryDefault.html#s13s6">eDefaultXNumberBlockSize</a> = 10,
<a class="el" href="classXObjectFactoryDefault.html#s13s7">eDefaultXNodeSetBlockSize</a> = 10,
<a class="el" href="classXObjectFactoryDefault.html#s13s8">eDefaultXNodeSetNodeProxyBlockSize</a> = 5,
<br>
&nbsp;&nbsp;<a class="el" href="classXObjectFactoryDefault.html#s13s9">eXNumberCacheMax</a> = 40,
<a class="el" href="classXObjectFactoryDefault.html#s13s10">eXNodeSetCacheMax</a> = 40,
<a class="el" href="classXObjectFactoryDefault.html#s13s11">eXStringCacheMax</a> = 40,
<a class="el" href="classXObjectFactoryDefault.html#s13s12">eXResultTreeFragCacheMax</a> = 40
<br>
}
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXObjectFactoryDefault.html#a0">XObjectFactoryDefault</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_MEMMGR, <a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> theXStringBlockSize=eDefaultXStringBlockSize, <a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> theXNumberBlockSize=eDefaultXNumberBlockSize, <a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> theXNodeSetBlockSize=eDefaultXNodeSetBlockSize, <a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> theXNodeSetNodeProxyBlockSize=eDefaultXNodeSetNodeProxyBlockSize)
<dl class="el"><dd><font size=-1><em>Construct a factory for creating XObjects.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXObjectFactoryDefault.html#a1">~XObjectFactoryDefault</a> ()
<li><a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a>&amp; <a class="el" href="classXObjectFactoryDefault.html#a2">getMemoryManager</a> ()
<li>virtual void <a class="el" href="classXObjectFactoryDefault.html#a3">reset</a> ()
<dl class="el"><dd><font size=-1><em>Reset the instance.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a4">createBoolean</a> (bool theValue)
<dl class="el"><dd><font size=-1><em>Create a boolean <a class="el" href="classXObject.html">XObject</a> from a boolean value.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a5">createNodeSet</a> (<a class="el" href="classXObjectFactory.html#s0">BorrowReturnMutableNodeRefList</a> &amp;theValue)
<dl class="el"><dd><font size=-1><em>Create a node set <a class="el" href="classXObject.html">XObject</a> from a node list.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a6">createNodeSet</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theValue)
<dl class="el"><dd><font size=-1><em>Create a node set <a class="el" href="classXObject.html">XObject</a> from a node.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a7">createNull</a> ()
<dl class="el"><dd><font size=-1><em>Create a null <a class="el" href="classXObject.html">XObject</a>.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a8">createNumber</a> (double theValue)
<dl class="el"><dd><font size=-1><em>Create a numeric <a class="el" href="classXObject.html">XObject</a> from a number.</em> <a href="#a8">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a9">createNumber</a> (const <a class="el" href="classXToken.html">XToken</a> &amp;theValue)
<dl class="el"><dd><font size=-1><em>Create a numeric <a class="el" href="classXObject.html">XObject</a> from an <a class="el" href="classXToken.html">XToken</a>.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a10">createString</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theValue)
<dl class="el"><dd><font size=-1><em>Create a string <a class="el" href="classXObject.html">XObject</a> from a string.</em> <a href="#a10">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a11">createString</a> (const XalanDOMChar *theValue)
<dl class="el"><dd><font size=-1><em>Create a string <a class="el" href="classXObject.html">XObject</a> from a null-terminated array of characters.</em> <a href="#a11">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a12">createString</a> (const XalanDOMChar *theValue, unsigned int theLength)
<dl class="el"><dd><font size=-1><em>Create a string <a class="el" href="classXObject.html">XObject</a> from an array of characters.</em> <a href="#a12">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a13">createString</a> (const <a class="el" href="classXToken.html">XToken</a> &amp;theValue)
<dl class="el"><dd><font size=-1><em>Create a string <a class="el" href="classXObject.html">XObject</a> from an <a class="el" href="classXToken.html">XToken</a>.</em> <a href="#a13">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a14">createStringReference</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theValue)
<dl class="el"><dd><font size=-1><em>Create a string <a class="el" href="classXObject.html">XObject</a> from a string.</em> <a href="#a14">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a15">createStringAdapter</a> (const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> &amp;theValue)
<dl class="el"><dd><font size=-1><em>Create a string <a class="el" href="classXObject.html">XObject</a> that will adapt another <a class="el" href="classXObject.html">XObject</a> to behave like a string.</em> <a href="#a15">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a16">createString</a> (<a class="el" href="classXObjectFactory.html#s1">GetAndReleaseCachedString</a> &amp;theValue)
<dl class="el"><dd><font size=-1><em>Create a string <a class="el" href="classXObject.html">XObject</a> from a cached <a class="el" href="classXalanDOMString.html">XalanDOMString</a>,.</em> <a href="#a16">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXObjectFactoryDefault.html#a17">createUnknown</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theValue)
<dl class="el"><dd><font size=-1><em>Create an "unknown" <a class="el" href="classXObject.html">XObject</a> from a string.</em> <a href="#a17">More...</a><em><br><br></em></font></dl></ul>
<h2>Static Public Methods</h2>
<ul>
<li>XObjectFactoryDefault* <a class="el" href="classXObjectFactoryDefault.html#d0">create</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, <a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> theXStringBlockSize=eDefaultXStringBlockSize, <a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> theXNumberBlockSize=eDefaultXNumberBlockSize, <a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> theXNodeSetBlockSize=eDefaultXNodeSetBlockSize, <a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> theXNodeSetNodeProxyBlockSize=eDefaultXNodeSetNodeProxyBlockSize)
</ul>
<h2>Protected Methods</h2>
<ul>
<li>virtual bool <a class="el" href="classXObjectFactoryDefault.html#b0">doReturnObject</a> (<a class="el" href="classXObject.html">XObject</a> *theXObject, bool fInReset=false)
<dl class="el"><dd><font size=-1><em>Return an <a class="el" href="classXObject.html">XObject</a> to the factory.</em> <a href="#b0">More...</a><em><br><br></em></font></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This class handles the creation of XObjects and manages their lifetime.
<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s3" doxytag="XObjectFactoryDefault::XNodeSetCacheType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef XalanVector&lt; <a class="el" href="classXNodeSet.html">XNodeSet</a> *&gt; XObjectFactoryDefault::XNodeSetCacheType&lt;<a class="el" href="classXNodeSet.html">XNodeSet</a>*&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s2" doxytag="XObjectFactoryDefault::XNumberCacheType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef XalanVector&lt; <a class="el" href="classXNumber.html">XNumber</a> *&gt; XObjectFactoryDefault::XNumberCacheType&lt;<a class="el" href="classXNumber.html">XNumber</a>*&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s1" doxytag="XObjectFactoryDefault::XObjectCollectionType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef XalanVector&lt; <a class="el" href="classXObject.html">XObject</a> *&gt; XObjectFactoryDefault::XObjectCollectionType&lt;<a class="el" href="classXObject.html">XObject</a>*&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s4" doxytag="XObjectFactoryDefault::XStringCacheType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef XalanVector&lt; <a class="el" href="classXString.html">XString</a> *&gt; XObjectFactoryDefault::XStringCacheType&lt;<a class="el" href="classXString.html">XString</a>*&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s0" doxytag="XObjectFactoryDefault::size_type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef XNodeSetAllocator::size_type XObjectFactoryDefault::size_type
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Enumeration Documentation</h2>
<a name="s13" doxytag="XObjectFactoryDefault::@28"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
anonymous enum
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<dl compact><dt>
<b>Enumeration values:</b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><a name="s13s5" doxytag="eDefaultXStringBlockSize"></a><em>eDefaultXStringBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s13s6" doxytag="eDefaultXNumberBlockSize"></a><em>eDefaultXNumberBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s13s7" doxytag="eDefaultXNodeSetBlockSize"></a><em>eDefaultXNodeSetBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s13s8" doxytag="eDefaultXNodeSetNodeProxyBlockSize"></a><em>eDefaultXNodeSetNodeProxyBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s13s9" doxytag="eXNumberCacheMax"></a><em>eXNumberCacheMax</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s13s10" doxytag="eXNodeSetCacheMax"></a><em>eXNodeSetCacheMax</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s13s11" doxytag="eXStringCacheMax"></a><em>eXStringCacheMax</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s13s12" doxytag="eXResultTreeFragCacheMax"></a><em>eXResultTreeFragCacheMax</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
</td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XObjectFactoryDefault::XObjectFactoryDefault"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XObjectFactoryDefault::XObjectFactoryDefault (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_MEMMGR</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> <em>theXStringBlockSize</em> = eDefaultXStringBlockSize,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> <em>theXNumberBlockSize</em> = eDefaultXNumberBlockSize,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> <em>theXNodeSetBlockSize</em> = eDefaultXNodeSetBlockSize,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> <em>theXNodeSetNodeProxyBlockSize</em> = eDefaultXNodeSetNodeProxyBlockSize&nbsp;)<code> [explicit]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Construct a factory for creating XObjects.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theXStringBlockSize</em>
&nbsp;</td><td>
allocation block size </td></tr>
<tr><td valign=top><em>theXNumberBlockSize</em>
&nbsp;</td><td>
allocation block size </td></tr>
<tr><td valign=top><em>theXNodeSetBlockSize</em>
&nbsp;</td><td>
allocation block size </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="XObjectFactoryDefault::~XObjectFactoryDefault"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XObjectFactoryDefault::~XObjectFactoryDefault (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="d0" doxytag="XObjectFactoryDefault::create"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XObjectFactoryDefault * XObjectFactoryDefault::create (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> <em>theXStringBlockSize</em> = eDefaultXStringBlockSize,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> <em>theXNumberBlockSize</em> = eDefaultXNumberBlockSize,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> <em>theXNodeSetBlockSize</em> = eDefaultXNodeSetBlockSize,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXObjectFactoryDefault.html#s0">size_type</a> <em>theXNodeSetNodeProxyBlockSize</em> = eDefaultXNodeSetNodeProxyBlockSize&nbsp;)<code> [static]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a4" doxytag="XObjectFactoryDefault::createBoolean"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createBoolean (
</b></td>
<td valign="bottom"><b>
bool <em>theValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a boolean <a class="el" href="classXObject.html">XObject</a> from a boolean value.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
value used to create object </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a5">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a6" doxytag="XObjectFactoryDefault::createNodeSet"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createNodeSet (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a node set <a class="el" href="classXObject.html">XObject</a> from a node.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theNOde</em>
&nbsp;</td><td>
value used to create object. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a7">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a5" doxytag="XObjectFactoryDefault::createNodeSet"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createNodeSet (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXObjectFactory.html#s0">BorrowReturnMutableNodeRefList</a> &amp; <em>theValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a node set <a class="el" href="classXObject.html">XObject</a> from a node list.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><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">XObject</a>. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a6">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a7" doxytag="XObjectFactoryDefault::createNull"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createNull (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a null <a class="el" href="classXObject.html">XObject</a>.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
value used to create object </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a8">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a9" doxytag="XObjectFactoryDefault::createNumber"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createNumber (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXToken.html">XToken</a> &amp; <em>theValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a numeric <a class="el" href="classXObject.html">XObject</a> from an <a class="el" href="classXToken.html">XToken</a>.
<p>
The <a class="el" href="classXToken.html">XToken</a> instance must be inexistence for the lifetime of the object.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
value used to create object </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a10">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a8" doxytag="XObjectFactoryDefault::createNumber"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createNumber (
</b></td>
<td valign="bottom"><b>
double <em>theValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a numeric <a class="el" href="classXObject.html">XObject</a> from a number.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
value used to create object </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a9">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a16" doxytag="XObjectFactoryDefault::createString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createString (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXObjectFactory.html#s1">GetAndReleaseCachedString</a> &amp; <em>theValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a string <a class="el" href="classXObject.html">XObject</a> from a cached <a class="el" href="classXalanDOMString.html">XalanDOMString</a>,.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
value used to create object </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a17">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a13" doxytag="XObjectFactoryDefault::createString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createString (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXToken.html">XToken</a> &amp; <em>theValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a string <a class="el" href="classXObject.html">XObject</a> from an <a class="el" href="classXToken.html">XToken</a>.
<p>
The <a class="el" href="classXToken.html">XToken</a> instance must be inexistence for the lifetime of the object.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
value used to create object </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a14">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a12" doxytag="XObjectFactoryDefault::createString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createString (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>theValue</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
unsigned int <em>theLength</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a string <a class="el" href="classXObject.html">XObject</a> from an array of characters.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
a pointer to the array </td></tr>
</table>
</dl><dl compact><dt>
<b>an theLength the length of the array</b><dd>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a13">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a11" doxytag="XObjectFactoryDefault::createString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createString (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>theValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a string <a class="el" href="classXObject.html">XObject</a> from a null-terminated array of characters.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
a pointer to the array </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a12">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a10" doxytag="XObjectFactoryDefault::createString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createString (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a string <a class="el" href="classXObject.html">XObject</a> from a string.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
value used to create object </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a11">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a15" doxytag="XObjectFactoryDefault::createStringAdapter"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createStringAdapter (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> &amp; <em>theValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a string <a class="el" href="classXObject.html">XObject</a> that will adapt another <a class="el" href="classXObject.html">XObject</a> to behave like a string.
<p>
The <a class="el" href="classXObject.html">XObject</a> holds a reference to the other <a class="el" href="classXObject.html">XObject</a>.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
value used to create object </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a16">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a14" doxytag="XObjectFactoryDefault::createStringReference"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createStringReference (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a string <a class="el" href="classXObject.html">XObject</a> from a string.
<p>
The <a class="el" href="classXObject.html">XObject</a> will hold a reference to the supplied string, so the string must be in scope for the lifetime of the instance<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
value used to create object </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a15">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a17" doxytag="XObjectFactoryDefault::createUnknown"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> XObjectFactoryDefault::createUnknown (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create an "unknown" <a class="el" href="classXObject.html">XObject</a> from a string.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
value used to create object </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to new object </dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a18">XObjectFactory</a>. </td>
</tr>
</table>
<a name="b0" doxytag="XObjectFactoryDefault::doReturnObject"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
bool XObjectFactoryDefault::doReturnObject (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXObject.html">XObject</a> * <em>theXObject</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <em>fInReset</em> = false&nbsp;)<code> [protected, virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Return an <a class="el" href="classXObject.html">XObject</a> to the factory.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theXObject</em>
&nbsp;</td><td>
<a class="el" href="classXObject.html">XObject</a> to be returned </td></tr>
<tr><td valign=top><em>fInReset</em>
&nbsp;</td><td>
true when called during <a class="el" href="classXObjectFactoryDefault.html#a3">reset</a>(). </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#b2">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a2" doxytag="XObjectFactoryDefault::getMemoryManager"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; XObjectFactoryDefault::getMemoryManager (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a2">XObjectFactory</a>. </td>
</tr>
</table>
<a name="a3" doxytag="XObjectFactoryDefault::reset"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XObjectFactoryDefault::reset (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Reset the instance.
<p>
This invalidates all existing instances created with this <a class="el" href="classXObjectFactory.html">XObjectFactory</a>.
<p>
Reimplemented from <a class="el" href="classXObjectFactory.html#a4">XObjectFactory</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XObjectFactoryDefault_8hpp-source.html">XObjectFactoryDefault.hpp</a></ul>
<p align="center"><a href="diagramnotes.html">Interpreting class diagrams</a></p>
<p><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><A href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</A> and
<A href="http://www.research.att.com/sw/tools/graphviz/">GraphViz</A> are used to generate this API documentation from the Xalan-C header files.</I></FONT></p>
<TABLE border="0" cellpadding="0" cellspacing="0" width="820"><TR><TD bgcolor="#0086b2"><IMG height="1" src="../resources/dot.gif" width="1" alt="dot"></TD></TR></TABLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
<TR>
<TD WIDTH="80%" VALIGN="TOP">
<P ALIGN="CENTER"><B>Xalan-C++ XSLT Processor Version 1.10</B><BR>
Copyright &copy; 1999-2004 The Apache Software Foundation. All Rights Reserved.</i></p>
</TD>
</TR>
<TR>
<TD WIDTH="100%">
<P ALIGN="CENTER"><IMG SRC="ApacheLogo.jpg" WIDTH="387" HEIGHT="100" ALIGN="BOTTOM" BORDER="0" ALT="Apache Logo">
</TD>
</TR>
</TABLE>