blob: 6246b60d530ed779cfe2db5820c327d5b6926c7e [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> </div>
<div class="headertitle">
<h1>XPathConstructionContext Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XPathConstructionContext" --><!-- doxytag: inherits="ProblemListenerBase" -->
<p><code>#include &lt;<a class="el" href="XPathConstructionContext_8hpp_source.html">XPathConstructionContext.hpp</a>&gt;</code></p>
<p>Inherits <a class="el" href="classProblemListenerBase.html">ProblemListenerBase</a>.</p>
<p>Inherited by <a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a>, and <a class="el" href="classXPathConstructionContextDefault.html">XPathConstructionContextDefault</a>.</p>
<div class="dynheader">
Collaboration diagram for XPathConstructionContext:</div>
<div class="dyncontent">
<div class="center"><img src="classXPathConstructionContext__coll__graph.png" border="0" usemap="#XPathConstructionContext_coll__map" alt="Collaboration graph"/></div>
<map name="XPathConstructionContext_coll__map" id="XPathConstructionContext_coll__map">
<area shape="rect" id="node2" href="classProblemListenerBase.html" title="This is the abstract class that is used when reporting a problem some kind, that requires a message..." alt="" coords="23,5,180,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXPathConstructionContext-members.html">List of all members.</a></p>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>class <a class="el" href="classXPathConstructionContext_1_1GetCachedString.html">GetCachedString</a>
</ul>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef <a class="el" href="classXPathConstructionContext_1_1GetCachedString.html">GetCachedString</a> <a class="el" href="classXPathConstructionContext.html#a6d85f2f9d2dc61f403d6df56a33bf6ba">GetAndReleaseCachedString</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXPathConstructionContext.html#ac1146d2456655301aaf007ac58e22bf2">XPathConstructionContext</a> (MemoryManager &amp;theManager)
<li>virtual <a class="el" href="classXPathConstructionContext.html#af204c1f2681d16ef1e13ef87a9fc076e">~XPathConstructionContext</a> ()
<li>virtual void <a class="el" href="classXPathConstructionContext.html#a645491db235711f6bef207c1d17579ef">problem</a> (<a class="el" href="classProblemListenerBase.html#ae363b5e4919bbe4e41f6b2c1b322ee7c">eSource</a> source, <a class="el" href="classProblemListenerBase.html#a1fec6cce6cc3429e200355330a41152a">eClassification</a> classification, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;msg, const Locator *locator, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode)=0
<dl class="el"><dd class="mdescRight"><a class="el" href="classFunction.html">Function</a> that is called when a problem event occurs. <a href="#a645491db235711f6bef207c1d17579ef"></a><br/></dl><li>virtual void <a class="el" href="classXPathConstructionContext.html#aae1690ebe9324ab6ba58f2232602dbda">problem</a> (<a class="el" href="classProblemListenerBase.html#ae363b5e4919bbe4e41f6b2c1b322ee7c">eSource</a> source, <a class="el" href="classProblemListenerBase.html#a1fec6cce6cc3429e200355330a41152a">eClassification</a> classification, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;msg, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode)=0
<dl class="el"><dd class="mdescRight"><a class="el" href="classFunction.html">Function</a> that is called when a problem event occurs. <a href="#aae1690ebe9324ab6ba58f2232602dbda"></a><br/></dl><li>virtual void <a class="el" href="classXPathConstructionContext.html#aa8ae8ed14bdbb714f5bdd3e7ef6ed222">reset</a> ()=0
<dl class="el"><dd class="mdescRight">Reset the instance. <a href="#aa8ae8ed14bdbb714f5bdd3e7ef6ed222"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXPathConstructionContext.html#a70f01067b9fa01e48caf763506b722f7">getPooledString</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theString)=0
<dl class="el"><dd class="mdescRight">Get a pooled string given the source string. <a href="#a70f01067b9fa01e48caf763506b722f7"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXPathConstructionContext.html#ae2fb1871d42e56f62029817773837ffc">getPooledString</a> (const XalanDOMChar *theString, <a class="el" href="classXalanDOMString.html#ab8b91a47f3335d6c54c49029dd1074f2">XalanDOMString::size_type</a> theLength=XalanDOMString::npos)=0
<dl class="el"><dd class="mdescRight">Get a pooled string given the source character array. <a href="#ae2fb1871d42e56f62029817773837ffc"></a><br/></dl><li>virtual <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXPathConstructionContext.html#a26ef1b476102eb6bcd76e7285686a034">getCachedString</a> ()=0
<dl class="el"><dd class="mdescRight">Get a cached string for temporary use. <a href="#a26ef1b476102eb6bcd76e7285686a034"></a><br/></dl><li>virtual bool <a class="el" href="classXPathConstructionContext.html#a2728230a39604e1c8b5052642f786709">releaseCachedString</a> (<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theString)=0
<dl class="el"><dd class="mdescRight">Return a cached string. <a href="#a2728230a39604e1c8b5052642f786709"></a><br/></dl><li>MemoryManager &amp; <a class="el" href="classXPathConstructionContext.html#a58ae6789eab23545e5b7f6b257c0e209">getMemoryManager</a> () const
<li>MemoryManager &amp; <a class="el" href="classXPathConstructionContext.html#a227e526ea6495b0d9825f8a91478deeb">getMemoryManager</a> ()
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XPathConstructionContext_8hpp_source.html#l00057">57</a> of file <a class="el" href="XPathConstructionContext_8hpp_source.html">XPathConstructionContext.hpp</a>.</p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a6d85f2f9d2dc61f403d6df56a33bf6ba"></a><!-- doxytag: member="XPathConstructionContext::GetAndReleaseCachedString" ref="a6d85f2f9d2dc61f403d6df56a33bf6ba" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXPathConstructionContext_1_1GetCachedString.html">GetCachedString</a> <a class="el" href="classXPathConstructionContext_1_1GetCachedString.html">XPathConstructionContext::GetAndReleaseCachedString</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XPathConstructionContext_8hpp_source.html#l00187">187</a> of file <a class="el" href="XPathConstructionContext_8hpp_source.html">XPathConstructionContext.hpp</a>.</p>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="ac1146d2456655301aaf007ac58e22bf2"></a><!-- doxytag: member="XPathConstructionContext::XPathConstructionContext" ref="ac1146d2456655301aaf007ac58e22bf2" args="(MemoryManager &amp;theManager)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XPathConstructionContext::XPathConstructionContext </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="af204c1f2681d16ef1e13ef87a9fc076e"></a><!-- doxytag: member="XPathConstructionContext::~XPathConstructionContext" ref="af204c1f2681d16ef1e13ef87a9fc076e" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual XPathConstructionContext::~XPathConstructionContext </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="a26ef1b476102eb6bcd76e7285686a034"></a><!-- doxytag: member="XPathConstructionContext::getCachedString" ref="a26ef1b476102eb6bcd76e7285686a034" args="()=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; XPathConstructionContext::getCachedString </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get a cached string for temporary use. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A reference to the string </dd></dl>
<p>Implemented in <a class="el" href="classStylesheetConstructionContext.html#acdb16a03aa48d53ccdb9deb8c079550b">StylesheetConstructionContext</a>, <a class="el" href="classStylesheetConstructionContextDefault.html#a5b176ebc429531fb00574f9618339f34">StylesheetConstructionContextDefault</a>, and <a class="el" href="classXPathConstructionContextDefault.html#a37e7c319ff13993128ce8408950a702e">XPathConstructionContextDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a58ae6789eab23545e5b7f6b257c0e209"></a><!-- doxytag: member="XPathConstructionContext::getMemoryManager" ref="a58ae6789eab23545e5b7f6b257c0e209" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">MemoryManager&amp; XPathConstructionContext::getMemoryManager </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XPathConstructionContext_8hpp_source.html#l00190">190</a> of file <a class="el" href="XPathConstructionContext_8hpp_source.html">XPathConstructionContext.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a227e526ea6495b0d9825f8a91478deeb"></a><!-- doxytag: member="XPathConstructionContext::getMemoryManager" ref="a227e526ea6495b0d9825f8a91478deeb" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">MemoryManager&amp; XPathConstructionContext::getMemoryManager </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XPathConstructionContext_8hpp_source.html#l00196">196</a> of file <a class="el" href="XPathConstructionContext_8hpp_source.html">XPathConstructionContext.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ae2fb1871d42e56f62029817773837ffc"></a><!-- doxytag: member="XPathConstructionContext::getPooledString" ref="ae2fb1871d42e56f62029817773837ffc" args="(const XalanDOMChar *theString, XalanDOMString::size_type theLength=XalanDOMString::npos)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; XPathConstructionContext::getPooledString </td>
<td>(</td>
<td class="paramtype">const XalanDOMChar *&nbsp;</td>
<td class="paramname"> <em>theString</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanDOMString.html#ab8b91a47f3335d6c54c49029dd1074f2">XalanDOMString::size_type</a>&nbsp;</td>
<td class="paramname"> <em>theLength</em> = <code>XalanDOMString::npos</code></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>Get a pooled string given the source character array. </p>
<p>If the string already exists in the pool, no copy will be made. If not, a copy will be made and kept for later use.</p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theString</em>&nbsp;</td><td>The source character array </td></tr>
<tr><td valign="top"></td><td valign="top"><em>theLength</em>&nbsp;</td><td>The length of the character array </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a const reference to a pooled string. </dd></dl>
<p>Implemented in <a class="el" href="classStylesheetConstructionContext.html#afa7d0bf9f7c3aeb7ac5bbc85d2a03d68">StylesheetConstructionContext</a>, <a class="el" href="classStylesheetConstructionContextDefault.html#ad760ea54b124d2176cb035fae0f6cb37">StylesheetConstructionContextDefault</a>, and <a class="el" href="classXPathConstructionContextDefault.html#a9face462de88331d3caa7506e1e04412">XPathConstructionContextDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a70f01067b9fa01e48caf763506b722f7"></a><!-- doxytag: member="XPathConstructionContext::getPooledString" ref="a70f01067b9fa01e48caf763506b722f7" args="(const XalanDOMString &amp;theString)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; XPathConstructionContext::getPooledString </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theString</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get a pooled string given the source string. </p>
<p>If the string already exists in the pool, no copy will be made. If not, a copy will be made and kept for later use.</p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theString</em>&nbsp;</td><td>The source string </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a const reference to a pooled string. </dd></dl>
<p>Implemented in <a class="el" href="classStylesheetConstructionContext.html#a20652fa6f1bdbf9698c27512e0ecb59d">StylesheetConstructionContext</a>, <a class="el" href="classStylesheetConstructionContextDefault.html#aaec3d2c0e29a6b44d9fcd73e252570ca">StylesheetConstructionContextDefault</a>, and <a class="el" href="classXPathConstructionContextDefault.html#aaae4dedd5221f3449c93a620180ae47b">XPathConstructionContextDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a645491db235711f6bef207c1d17579ef"></a><!-- doxytag: member="XPathConstructionContext::problem" ref="a645491db235711f6bef207c1d17579ef" args="(eSource source, eClassification classification, const XalanDOMString &amp;msg, const Locator *locator, const XalanNode *sourceNode)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XPathConstructionContext::problem </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classProblemListenerBase.html#ae363b5e4919bbe4e41f6b2c1b322ee7c">eSource</a>&nbsp;</td>
<td class="paramname"> <em>source</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classProblemListenerBase.html#a1fec6cce6cc3429e200355330a41152a">eClassification</a>&nbsp;</td>
<td class="paramname"> <em>classification</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>msg</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const Locator *&nbsp;</td>
<td class="paramname"> <em>locator</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>sourceNode</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><a class="el" href="classFunction.html">Function</a> that is called when a problem event occurs. </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>Either eXMLParser, eXSLProcessor, or eXPATH. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>classification</em>&nbsp;</td><td>Either eMessage, eWarning, or eError. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>locator</em>&nbsp;</td><td>The current Locator instance for the stylesheet. Maybe be a null pointer. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>sourceNode</em>&nbsp;</td><td>The current source node, if any. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>msg</em>&nbsp;</td><td>The error message. </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classProblemListenerBase.html#a50a8c4dee286543750b247df7ca99ca0">ProblemListenerBase</a>.</p>
<p>Implemented in <a class="el" href="classStylesheetConstructionContext.html#a772f875de0e8851519f468d362c6b88b">StylesheetConstructionContext</a>, <a class="el" href="classStylesheetConstructionContextDefault.html#addfa242d3e1178a2b1a32da3b81d94ca">StylesheetConstructionContextDefault</a>, and <a class="el" href="classXPathConstructionContextDefault.html#add60e481581bd94f0af280d3e2abdf63">XPathConstructionContextDefault</a>.</p>
</div>
</div>
<a class="anchor" id="aae1690ebe9324ab6ba58f2232602dbda"></a><!-- doxytag: member="XPathConstructionContext::problem" ref="aae1690ebe9324ab6ba58f2232602dbda" args="(eSource source, eClassification classification, const XalanDOMString &amp;msg, const XalanNode *sourceNode)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XPathConstructionContext::problem </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classProblemListenerBase.html#ae363b5e4919bbe4e41f6b2c1b322ee7c">eSource</a>&nbsp;</td>
<td class="paramname"> <em>source</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classProblemListenerBase.html#a1fec6cce6cc3429e200355330a41152a">eClassification</a>&nbsp;</td>
<td class="paramname"> <em>classification</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>msg</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>sourceNode</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><a class="el" href="classFunction.html">Function</a> that is called when a problem event occurs. </p>
<p>This version assumes location information is already formatted into the message.</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>either eXMLPARSER, eXSLPROCESSOR, or eXPATH </td></tr>
<tr><td valign="top"></td><td valign="top"><em>classification</em>&nbsp;</td><td>either eMESSAGE, eERROR or eWARNING </td></tr>
<tr><td valign="top"></td><td valign="top"><em>msg</em>&nbsp;</td><td>string message explaining the problem. </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classProblemListenerBase.html#ab0b6125dce1f0c27a3d91fdca012f3b4">ProblemListenerBase</a>.</p>
<p>Implemented in <a class="el" href="classStylesheetConstructionContext.html#a3b8efce168727e4a3e35e17516af7ecf">StylesheetConstructionContext</a>, <a class="el" href="classStylesheetConstructionContextDefault.html#a6526a2364175c61541cf02727fc1cbf0">StylesheetConstructionContextDefault</a>, and <a class="el" href="classXPathConstructionContextDefault.html#ac306a9b3157757353716caffd80bf918">XPathConstructionContextDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a2728230a39604e1c8b5052642f786709"></a><!-- doxytag: member="XPathConstructionContext::releaseCachedString" ref="a2728230a39604e1c8b5052642f786709" args="(XalanDOMString &amp;theString)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool XPathConstructionContext::releaseCachedString </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theString</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return a cached 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>theString</em>&nbsp;</td><td>The string to release.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>true if the string was released successfully. </dd></dl>
<p>Implemented in <a class="el" href="classStylesheetConstructionContext.html#a26386917b3c81e8225274e9299f2627d">StylesheetConstructionContext</a>, <a class="el" href="classStylesheetConstructionContextDefault.html#a3a28c1d02b6433dfbfedac27c8b71cf4">StylesheetConstructionContextDefault</a>, and <a class="el" href="classXPathConstructionContextDefault.html#a6b6b786ff00c63acd3576ad1abd9f6cb">XPathConstructionContextDefault</a>.</p>
</div>
</div>
<a class="anchor" id="aa8ae8ed14bdbb714f5bdd3e7ef6ed222"></a><!-- doxytag: member="XPathConstructionContext::reset" ref="aa8ae8ed14bdbb714f5bdd3e7ef6ed222" args="()=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XPathConstructionContext::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>Any existing objects created by the instance will be destroyed. </p>
<p>Implemented in <a class="el" href="classStylesheetConstructionContext.html#aae31242fb09006a1135a100414da8d5f">StylesheetConstructionContext</a>, <a class="el" href="classStylesheetConstructionContextDefault.html#a7f5518d34a881b10130d328a4065cfaa">StylesheetConstructionContextDefault</a>, and <a class="el" href="classXPathConstructionContextDefault.html#a760186e55e647903214a442cda3c856d">XPathConstructionContextDefault</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XPathConstructionContext_8hpp_source.html">XPathConstructionContext.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>