blob: 6a64030c00bd919e055de886547d730ac402408c [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>XPathExecutionContext Class Reference</h1><code>#include &lt;<a class="el" href="XPathExecutionContext_8hpp-source.html">XPathExecutionContext.hpp</a>&gt;</code>
<p>
Inheritance diagram for XPathExecutionContext:<p><center><img src="classXPathExecutionContext__inherit__graph.gif" border="0" usemap="#XPathExecutionContext_inherit_map" alt="Inheritance graph"></center>
<map name="XPathExecutionContext_inherit_map">
<area href="classStylesheetExecutionContext.html" shape="rect" coords="7,192,183,168">
<area href="classXPathExecutionContextDefault.html" shape="rect" coords="206,192,398,168">
<area href="classExecutionContext.html" shape="rect" coords="140,42,257,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XPathExecutionContext:<p><center><img src="classXPathExecutionContext__coll__graph.gif" border="0" usemap="#XPathExecutionContext_coll_map" alt="Collaboration graph"></center>
<map name="XPathExecutionContext_coll_map">
<area href="classExecutionContext.html" shape="rect" coords="6,42,124,18">
<area href="classXObjectFactory.html" shape="rect" coords="148,42,257,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXPathExecutionContext-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef XalanVector&lt;<a class="el" href="classXObjectPtr.html">XObjectPtr</a>&gt; <a class="el" href="classXPathExecutionContext.html#s0">XObjectArgVectorType</a>
<li>typedef NodeRefListBase::size_type <a class="el" href="classXPathExecutionContext.html#s1">size_type</a>
<li>typedef <a class="el" href="classXPathExecutionContext_1_1GetAndReleaseCachedString.html">GetAndReleaseCachedString</a> <a class="el" href="classXPathExecutionContext.html#s2">GetCachedString</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXPathExecutionContext.html#a0">XPathExecutionContext</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;<a class="el" href="classExecutionContext.html#n0">m_memoryManager</a>, <a class="el" href="classXObjectFactory.html">XObjectFactory</a> *theXObjectFactory=0)
<li>virtual <a class="el" href="classXPathExecutionContext.html#a1">~XPathExecutionContext</a> ()
<li>virtual void <a class="el" href="classXPathExecutionContext.html#a2">reset</a> ()=0
<dl class="el"><dd><font size=-1><em>Reset the instance.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXPathExecutionContext.html#a3">getCurrentNode</a> () const=0
<dl class="el"><dd><font size=-1><em>Retrieve the node currently being executed.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a4">pushCurrentNode</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theCurrentNode)=0
<dl class="el"><dd><font size=-1><em>Change the node currently being executed.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a5">popCurrentNode</a> ()=0
<dl class="el"><dd><font size=-1><em>Reset the node currently being executed.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXObjectFactory.html">XObjectFactory</a>&amp; <a class="el" href="classXPathExecutionContext.html#a6">getXObjectFactory</a> () const
<dl class="el"><dd><font size=-1><em>Retrieve the factory object for creating XObjects.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContext.html#a7">isNodeAfter</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;node1, const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;node2) const=0
<dl class="el"><dd><font size=-1><em>Determine if a node is after another node, in document order.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a8">pushContextNodeList</a> (const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> &amp;theList)=0
<dl class="el"><dd><font size=-1><em>Push the node list for current context.</em> <a href="#a8">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a9">popContextNodeList</a> ()=0
<dl class="el"><dd><font size=-1><em>Pop the node list for current context.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a>&amp; <a class="el" href="classXPathExecutionContext.html#a10">getContextNodeList</a> () const=0
<dl class="el"><dd><font size=-1><em>Get the node list for current context.</em> <a href="#a10">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXPathExecutionContext.html#s1">size_type</a> <a class="el" href="classXPathExecutionContext.html#a11">getContextNodeListLength</a> () const=0
<li>virtual <a class="el" href="classXPathExecutionContext.html#s1">size_type</a> <a class="el" href="classXPathExecutionContext.html#a12">getContextNodeListPosition</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;contextNode) const=0
<li>virtual bool <a class="el" href="classXPathExecutionContext.html#a13">elementAvailable</a> (const <a class="el" href="classXalanQName.html">XalanQName</a> &amp;theQName) const=0
<dl class="el"><dd><font size=-1><em>Determine if an external element is available.</em> <a href="#a13">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContext.html#a14">elementAvailable</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theName, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator) const=0
<dl class="el"><dd><font size=-1><em>Determine if an external element is available by resolving a string to a QName.</em> <a href="#a14">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContext.html#a15">functionAvailable</a> (const <a class="el" href="classXalanQName.html">XalanQName</a> &amp;theQName) const=0
<dl class="el"><dd><font size=-1><em>Determine if a function is available.</em> <a href="#a15">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContext.html#a16">functionAvailable</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theName, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator) const=0
<dl class="el"><dd><font size=-1><em>Determine if a function is available.</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="classXPathExecutionContext.html#a17">extFunction</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theNamespace, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;functionName, <a class="el" href="classXalanNode.html">XalanNode</a> *context, const <a class="el" href="classXPathExecutionContext.html#s0">XObjectArgVectorType</a> &amp;argVec, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator)=0
<dl class="el"><dd><font size=-1><em>Handle an extension function.</em> <a href="#a17">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a>* <a class="el" href="classXPathExecutionContext.html#a18">parseXML</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;urlString, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;base) const=0
<dl class="el"><dd><font size=-1><em>Provides support for XML parsing service.</em> <a href="#a18">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>* <a class="el" href="classXPathExecutionContext.html#a19">borrowMutableNodeRefList</a> ()=0
<dl class="el"><dd><font size=-1><em>Borrow a cached <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> instance.</em> <a href="#a19">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContext.html#a20">returnMutableNodeRefList</a> (<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> *theList)=0
<dl class="el"><dd><font size=-1><em>Return a previously borrowed <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> instance.</em> <a href="#a20">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXPathExecutionContext.html#a21">getCachedString</a> ()=0
<dl class="el"><dd><font size=-1><em>Get a cached string for temporary use.</em> <a href="#a21">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContext.html#a22">releaseCachedString</a> (<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theString)=0
<dl class="el"><dd><font size=-1><em>Return a cached string.</em> <a href="#a22">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>* <a class="el" href="classXPathExecutionContext.html#a23">createMutableNodeRefList</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager) const=0
<dl class="el"><dd><font size=-1><em>Create a <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> with the appropriate context.</em> <a href="#a23">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a24">getNodeSetByKey</a> (<a class="el" href="classXalanDocument.html">XalanDocument</a> *doc, const <a class="el" href="classXalanQName.html">XalanQName</a> &amp;qname, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;ref, <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> &amp;nodelist)=0
<dl class="el"><dd><font size=-1><em>Given a valid element key, return the corresponding node list.</em> <a href="#a24">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a25">getNodeSetByKey</a> (<a class="el" href="classXalanDocument.html">XalanDocument</a> *doc, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;name, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;ref, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator, <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> &amp;nodelist)=0
<dl class="el"><dd><font size=-1><em>Given a valid element key, return the corresponding node list.</em> <a href="#a25">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXPathExecutionContext.html#a26">getVariable</a> (const <a class="el" href="classXalanQName.html">XalanQName</a> &amp;name, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator=0)=0
<dl class="el"><dd><font size=-1><em>Given a name, locate a variable in the current context, and return a pointer to the object.</em> <a href="#a26">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classPrefixResolver.html">PrefixResolver</a>* <a class="el" href="classXPathExecutionContext.html#a27">getPrefixResolver</a> () const=0
<dl class="el"><dd><font size=-1><em>Retrieve the resolver for namespaces.</em> <a href="#a27">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a28">setPrefixResolver</a> (const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> *thePrefixResolver)=0
<dl class="el"><dd><font size=-1><em>Change the resolver for namespaces.</em> <a href="#a28">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>* <a class="el" href="classXPathExecutionContext.html#a29">getNamespaceForPrefix</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;prefix) const=0
<dl class="el"><dd><font size=-1><em>Retrieve the URI corresponding to a namespace prefix.</em> <a href="#a29">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXPathExecutionContext.html#a30">findURIFromDoc</a> (const <a class="el" href="classXalanDocument.html">XalanDocument</a> *owner) const=0
<dl class="el"><dd><font size=-1><em>Given a DOM Document, tell what URI was used to parse it.</em> <a href="#a30">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXPathExecutionContext.html#a31">getUnparsedEntityURI</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theName, const <a class="el" href="classXalanDocument.html">XalanDocument</a> &amp;theDocument) const=0
<dl class="el"><dd><font size=-1><em>The getUnparsedEntityURI function returns the URI of the unparsed entity with the specified name in the same document as the context node (see [3.3 Unparsed Entities]).</em> <a href="#a31">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContext.html#a32">shouldStripSourceNode</a> (const <a class="el" href="classXalanText.html">XalanText</a> &amp;node)=0
<dl class="el"><dd><font size=-1><em>Tells, through the combination of the default-space attribute on xsl:stylesheet, xsl:strip-space, xsl:preserve-space, and the xml:space attribute, whether or not extra whitespace should be stripped from the node.</em> <a href="#a32">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a>* <a class="el" href="classXPathExecutionContext.html#a33">getSourceDocument</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theURI) const=0
<dl class="el"><dd><font size=-1><em>Get the document associated with the given URI.</em> <a href="#a33">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a34">setSourceDocument</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theURI, <a class="el" href="classXalanDocument.html">XalanDocument</a> *theDocument)=0
<dl class="el"><dd><font size=-1><em>Associate a document with a given URI.</em> <a href="#a34">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a35">formatNumber</a> (double number, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;pattern, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theResult, const <a class="el" href="classXalanNode.html">XalanNode</a> *context=0, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator=0)=0
<dl class="el"><dd><font size=-1><em>Formats a number according to the specified pattern.</em> <a href="#a35">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a36">formatNumber</a> (double number, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;pattern, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;dfsName, <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theResult, const <a class="el" href="classXalanNode.html">XalanNode</a> *context=0, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator=0)=0
<dl class="el"><dd><font size=-1><em>Formats a number according to the specified pattern.</em> <a href="#a36">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a37">error</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;msg, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode=0, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator=0) const=0
<dl class="el"><dd><font size=-1><em>Report an error and throw an exception.</em> <a href="#a37">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a38">warn</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;msg, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode=0, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator=0) const=0
<dl class="el"><dd><font size=-1><em>Report a warning.</em> <a href="#a38">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContext.html#a39">message</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;msg, const <a class="el" href="classXalanNode.html">XalanNode</a> *sourceNode=0, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator=0) const=0
<dl class="el"><dd><font size=-1><em>Output a message.</em> <a href="#a39">More...</a><em><br><br></em></font></dl></ul>
<h2>Protected Attributes</h2>
<ul>
<li><a class="el" href="classXObjectFactory.html">XObjectFactory</a>* <a class="el" href="classXPathExecutionContext.html#n0">m_xobjectFactory</a>
</ul>
<hr><h2>Member Typedef Documentation</h2>
<a name="s2" doxytag="XPathExecutionContext::GetCachedString"></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 <a class="el" href="classXPathExecutionContext_1_1GetAndReleaseCachedString.html">GetAndReleaseCachedString</a> XPathExecutionContext::GetCachedString
</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="XPathExecutionContext::XObjectArgVectorType"></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="classXObjectPtr.html">XObjectPtr</a> &gt; XPathExecutionContext::XObjectArgVectorType&lt;<a class="el" href="classXObjectPtr.html">XObjectPtr</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="XPathExecutionContext::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 NodeRefListBase::size_type XPathExecutionContext::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>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XPathExecutionContext::XPathExecutionContext"></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>
XPathExecutionContext::XPathExecutionContext (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>m_memoryManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXObjectFactory.html">XObjectFactory</a> * <em>theXObjectFactory</em> = 0&nbsp;)<code> [explicit]</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="a1" doxytag="XPathExecutionContext::~XPathExecutionContext"></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>
XPathExecutionContext::~XPathExecutionContext (
</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="a19" doxytag="XPathExecutionContext::borrowMutableNodeRefList"></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="classMutableNodeRefList.html">MutableNodeRefList</a> * XPathExecutionContext::borrowMutableNodeRefList (
</b></td>
<td valign="bottom"><b>
)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Borrow a cached <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> instance.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
A pointer to the instance. </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a25">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a135">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a23" doxytag="XPathExecutionContext::createMutableNodeRefList"></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="classMutableNodeRefList.html">MutableNodeRefList</a> * XPathExecutionContext::createMutableNodeRefList (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> with the appropriate context.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
pointer to node list created </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a27">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a137">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a14" doxytag="XPathExecutionContext::elementAvailable"></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 XPathExecutionContext::elementAvailable (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Determine if an external element is available by resolving a string to a QName.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theName</em>
&nbsp;</td><td>
The name of the element </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
A LocatorType instance for error reporting
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
whether the given element is available or not </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a20">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a130">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a13" doxytag="XPathExecutionContext::elementAvailable"></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 XPathExecutionContext::elementAvailable (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanQName.html">XalanQName</a> &amp; <em>theQName</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Determine if an external element is available.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theQName</em>
&nbsp;</td><td>
The QName of the element
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
whether the given element is available or not </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a19">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a129">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a37" doxytag="XPathExecutionContext::error"></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 XPathExecutionContext::error (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>msg</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>sourceNode</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em> = 0&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Report an error and throw an exception.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>msg</em>
&nbsp;</td><td>
The text of the message. </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
The source node where the error occurred. May be 0. </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
A Locator to determine where the error occurred. May be 0. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classExecutionContext.html#a2">ExecutionContext</a>.
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a43">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a163">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a17" doxytag="XPathExecutionContext::extFunction"></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> XPathExecutionContext::extFunction (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theNamespace</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>functionName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>context</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXPathExecutionContext.html#s0">XObjectArgVectorType</a> &amp; <em>argVec</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em>&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Handle an extension function.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theNamespace</em>
&nbsp;</td><td>
namespace of function </td></tr>
<tr><td valign=top><em>functionName</em>
&nbsp;</td><td>
extension function name </td></tr>
<tr><td valign=top><em>context</em>
&nbsp;</td><td>
The context node </td></tr>
<tr><td valign=top><em>argVec</em>
&nbsp;</td><td>
vector of arguments to function </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
A LocatorType instance for error reporting </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to <a class="el" href="classXObject.html">XObject</a> result </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a23">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a133">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a30" doxytag="XPathExecutionContext::findURIFromDoc"></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="classXalanDOMString.html">XalanDOMString</a> &amp; XPathExecutionContext::findURIFromDoc (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDocument.html">XalanDocument</a> * <em>owner</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Given a DOM Document, tell what URI was used to parse it.
<p>
Needed for relative resolution.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>owner</em>
&nbsp;</td><td>
source document </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
document URI </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a36">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a156">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a36" doxytag="XPathExecutionContext::formatNumber"></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 XPathExecutionContext::formatNumber (
</b></td>
<td valign="bottom"><b>
double <em>number</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>pattern</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>dfsName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theResult</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>context</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em> = 0&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Formats a number according to the specified pattern.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>number</em>
&nbsp;</td><td>
the number to be formatted </td></tr>
<tr><td valign=top><em>pattern</em>
&nbsp;</td><td>
the format pattern </td></tr>
<tr><td valign=top><em>dfsName</em>
&nbsp;</td><td>
the name of decimal format to use </td></tr>
<tr><td valign=top><em>theResult</em>
&nbsp;</td><td>
the formatted number </td></tr>
<tr><td valign=top><em>context</em>
&nbsp;</td><td>
the source node </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
the locator </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
a pointer to the functor, 0 if none was found </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a42">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a162">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a35" doxytag="XPathExecutionContext::formatNumber"></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 XPathExecutionContext::formatNumber (
</b></td>
<td valign="bottom"><b>
double <em>number</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>pattern</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theResult</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>context</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em> = 0&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Formats a number according to the specified pattern.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>number</em>
&nbsp;</td><td>
the number to be formatted </td></tr>
<tr><td valign=top><em>pattern</em>
&nbsp;</td><td>
the format pattern </td></tr>
<tr><td valign=top><em>theResult</em>
&nbsp;</td><td>
the formatted number </td></tr>
<tr><td valign=top><em>context</em>
&nbsp;</td><td>
the source node </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
the locator </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a41">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a161">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a16" doxytag="XPathExecutionContext::functionAvailable"></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 XPathExecutionContext::functionAvailable (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Determine if a function is available.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theName</em>
&nbsp;</td><td>
The name of the function </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
A LocatorType instance for error reporting
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
whether the function is available or not </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a22">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a132">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a15" doxytag="XPathExecutionContext::functionAvailable"></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 XPathExecutionContext::functionAvailable (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanQName.html">XalanQName</a> &amp; <em>theQName</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Determine if a function is available.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theQName</em>
&nbsp;</td><td>
The QName of the function
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
whether the function is available or not </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a21">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a131">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a21" doxytag="XPathExecutionContext::getCachedString"></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="classXalanDOMString.html">XalanDOMString</a> &amp; XPathExecutionContext::getCachedString (
</b></td>
<td valign="bottom"><b>
)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get a cached string for temporary use.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
A reference to the string </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a28">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a148">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a10" doxytag="XPathExecutionContext::getContextNodeList"></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="classNodeRefListBase.html">NodeRefListBase</a> &amp; XPathExecutionContext::getContextNodeList (
</b></td>
<td valign="bottom"><b>
) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the node list for current context.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
node list </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a16">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a126">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a11" doxytag="XPathExecutionContext::getContextNodeListLength"></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="classXPathExecutionContext.html#s1">size_type</a> XPathExecutionContext::getContextNodeListLength (
</b></td>
<td valign="bottom"><b>
) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a17">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a127">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a12" doxytag="XPathExecutionContext::getContextNodeListPosition"></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="classXPathExecutionContext.html#s1">size_type</a> XPathExecutionContext::getContextNodeListPosition (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>contextNode</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a18">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a128">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a3" doxytag="XPathExecutionContext::getCurrentNode"></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="classXalanNode.html">XalanNode</a> * XPathExecutionContext::getCurrentNode (
</b></td>
<td valign="bottom"><b>
) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieve the node currently being executed.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
current node </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a10">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a120">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a29" doxytag="XPathExecutionContext::getNamespaceForPrefix"></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="classXalanDOMString.html">XalanDOMString</a> * XPathExecutionContext::getNamespaceForPrefix (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>prefix</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieve the URI corresponding to a namespace prefix.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>prefix</em>
&nbsp;</td><td>
prefix for a namespace </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
URI corresponding to namespace </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a35">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a155">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a25" doxytag="XPathExecutionContext::getNodeSetByKey"></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 XPathExecutionContext::getNodeSetByKey (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDocument.html">XalanDocument</a> * <em>doc</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>name</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>ref</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> &amp; <em>nodelist</em>&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Given a valid element key, return the corresponding node list.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>doc</em>
&nbsp;</td><td>
source document </td></tr>
<tr><td valign=top><em>name</em>
&nbsp;</td><td>
name of the key, which must match the 'name' attribute on xsl:key. Will be resolved to a qname using the provided resolver. </td></tr>
<tr><td valign=top><em>ref</em>
&nbsp;</td><td>
value that must match the value found by the 'match' attribute on xsl:key </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
The LocatorType to use for error reporting. Can be 0. </td></tr>
<tr><td valign=top><em>nodelist</em>
&nbsp;</td><td>
A node list to contain the nodes found </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a31">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a151">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a24" doxytag="XPathExecutionContext::getNodeSetByKey"></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 XPathExecutionContext::getNodeSetByKey (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDocument.html">XalanDocument</a> * <em>doc</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanQName.html">XalanQName</a> &amp; <em>qname</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>ref</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> &amp; <em>nodelist</em>&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Given a valid element key, return the corresponding node list.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>doc</em>
&nbsp;</td><td>
source document </td></tr>
<tr><td valign=top><em>name</em>
&nbsp;</td><td>
qname of the key, which must match the 'name' attribute on xsl:key </td></tr>
<tr><td valign=top><em>ref</em>
&nbsp;</td><td>
value that must match the value found by the 'match' attribute on xsl:key </td></tr>
<tr><td valign=top><em>nodelist</em>
&nbsp;</td><td>
A node list to contain the nodes found </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a30">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a150">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a27" doxytag="XPathExecutionContext::getPrefixResolver"></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="classPrefixResolver.html">PrefixResolver</a> * XPathExecutionContext::getPrefixResolver (
</b></td>
<td valign="bottom"><b>
) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieve the resolver for namespaces.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
object for namespace resolution </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a33">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a153">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a33" doxytag="XPathExecutionContext::getSourceDocument"></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="classXalanDocument.html">XalanDocument</a> * XPathExecutionContext::getSourceDocument (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theURI</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the document associated with the given URI.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theURI</em>
&nbsp;</td><td>
document URI </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
a pointer to the document instance, if any. </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a39">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a159">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a31" doxytag="XPathExecutionContext::getUnparsedEntityURI"></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="classXalanDOMString.html">XalanDOMString</a> &amp; XPathExecutionContext::getUnparsedEntityURI (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDocument.html">XalanDocument</a> &amp; <em>theDocument</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
The getUnparsedEntityURI function returns the URI of the unparsed entity with the specified name in the same document as the context node (see [3.3 Unparsed Entities]).
<p>
It returns the empty string if there is no such entity.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theName</em>
&nbsp;</td><td>
name of entity </td></tr>
<tr><td valign=top><em>theDocument</em>
&nbsp;</td><td>
document containing entity </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
URI for the entity </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a37">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a157">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a26" doxytag="XPathExecutionContext::getVariable"></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> XPathExecutionContext::getVariable (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanQName.html">XalanQName</a> &amp; <em>name</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em> = 0&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Given a name, locate a variable in the current context, and return a pointer to the object.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theName</em>
&nbsp;</td><td>
name of variable </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
An <a class="el" href="classXObjectPtr.html">XObjectPtr</a> instance. If the variable is not found, an exception is thrown, or the routine returns an instance of <a class="el" href="classXUnknown.html">XUnknown</a>. </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a32">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a152">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a6" doxytag="XPathExecutionContext::getXObjectFactory"></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="classXObjectFactory.html">XObjectFactory</a> &amp; XPathExecutionContext::getXObjectFactory (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieve the factory object for creating XObjects.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
factory object instance </dl> </td>
</tr>
</table>
<a name="a7" doxytag="XPathExecutionContext::isNodeAfter"></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 XPathExecutionContext::isNodeAfter (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>node1</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>node2</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Determine if a node is after another node, in document order.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>node1</em>
&nbsp;</td><td>
The first node </td></tr>
<tr><td valign=top><em>node2</em>
&nbsp;</td><td>
The second node </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true if node1 one is after node2, or false if it is not. </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a13">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a123">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a39" doxytag="XPathExecutionContext::message"></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 XPathExecutionContext::message (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>msg</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>sourceNode</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em> = 0&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Output a message.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>msg</em>
&nbsp;</td><td>
The text of the message. </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
The source node where the message occurred. May be 0. </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
A Locator to determine where the message occurred. May be 0. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classExecutionContext.html#a4">ExecutionContext</a>.
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a45">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a165">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a18" doxytag="XPathExecutionContext::parseXML"></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="classXalanDocument.html">XalanDocument</a> * XPathExecutionContext::parseXML (
</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>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>urlString</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>base</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Provides support for XML parsing service.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>urlString</em>
&nbsp;</td><td>
location of the XML </td></tr>
<tr><td valign=top><em>base</em>
&nbsp;</td><td>
base location for URI </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
parsed document </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a24">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a134">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a9" doxytag="XPathExecutionContext::popContextNodeList"></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 XPathExecutionContext::popContextNodeList (
</b></td>
<td valign="bottom"><b>
)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Pop the node list for current context.
<p>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a15">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a125">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a5" doxytag="XPathExecutionContext::popCurrentNode"></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 XPathExecutionContext::popCurrentNode (
</b></td>
<td valign="bottom"><b>
)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Reset the node currently being executed.
<p>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a12">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a122">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a8" doxytag="XPathExecutionContext::pushContextNodeList"></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 XPathExecutionContext::pushContextNodeList (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> &amp; <em>theList</em>&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Push the node list for current context.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theList</em>
&nbsp;</td><td>
new node list </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a14">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a124">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a4" doxytag="XPathExecutionContext::pushCurrentNode"></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 XPathExecutionContext::pushCurrentNode (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theCurrentNode</em>&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Change the node currently being executed.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theCurrentNode</em>
&nbsp;</td><td>
new current node </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a11">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a121">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a22" doxytag="XPathExecutionContext::releaseCachedString"></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 XPathExecutionContext::releaseCachedString (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theString</em>&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Return a cached string.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theString</em>
&nbsp;</td><td>
The string to release.
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true if the string was released successfully. </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a29">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a149">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a2" doxytag="XPathExecutionContext::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 XPathExecutionContext::reset (
</b></td>
<td valign="bottom"><b>
)<code> [pure 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 must be called before another execution is attempted.
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a9">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a119">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a20" doxytag="XPathExecutionContext::returnMutableNodeRefList"></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 XPathExecutionContext::returnMutableNodeRefList (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> * <em>theList</em>&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Return a previously borrowed <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> instance.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theList</em>
&nbsp;</td><td>
A pointer the to previously borrowed instance. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true if the list was borrowed (at therefore, destroyed), false if not. </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a26">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a136">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a28" doxytag="XPathExecutionContext::setPrefixResolver"></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 XPathExecutionContext::setPrefixResolver (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> * <em>thePrefixResolver</em>&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Change the resolver for namespaces.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>thePrefixResolver</em>
&nbsp;</td><td>
new object for namespace resolution </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a34">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a154">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a34" doxytag="XPathExecutionContext::setSourceDocument"></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 XPathExecutionContext::setSourceDocument (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theURI</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDocument.html">XalanDocument</a> * <em>theDocument</em>&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Associate a document with a given URI.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theURI</em>
&nbsp;</td><td>
document URI </td></tr>
<tr><td valign=top><em>theDocument</em>
&nbsp;</td><td>
source document </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a40">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a160">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a32" doxytag="XPathExecutionContext::shouldStripSourceNode"></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 XPathExecutionContext::shouldStripSourceNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanText.html">XalanText</a> &amp; <em>node</em>&nbsp;)<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Tells, through the combination of the default-space attribute on xsl:stylesheet, xsl:strip-space, xsl:preserve-space, and the xml:space attribute, whether or not extra whitespace should be stripped from the node.
<p>
Literal elements from template elements should <em>not</em> be tested with this function.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>textNode</em>
&nbsp;</td><td>
text node from the source tree </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
true if the text node should be stripped of extra whitespace </dl>
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a38">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a158">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<a name="a38" doxytag="XPathExecutionContext::warn"></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 XPathExecutionContext::warn (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>msg</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> * <em>sourceNode</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em> = 0&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Report a warning.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>msg</em>
&nbsp;</td><td>
The text of the message. </td></tr>
<tr><td valign=top><em>sourceNode</em>
&nbsp;</td><td>
The source node where the warning occurred. May be 0. </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
A Locator to determine where the warning occurred. May be 0. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classExecutionContext.html#a3">ExecutionContext</a>.
<p>
Reimplemented in <a class="el" href="classXPathExecutionContextDefault.html#a44">XPathExecutionContextDefault</a>, and <a class="el" href="classStylesheetExecutionContext.html#a164">StylesheetExecutionContext</a>. </td>
</tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a name="n0" doxytag="XPathExecutionContext::m_xobjectFactory"></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="classXObjectFactory.html">XObjectFactory</a> * XPathExecutionContext::m_xobjectFactory<code> [protected]</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>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XPathExecutionContext_8hpp-source.html">XPathExecutionContext.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>