blob: 805f148c941881044cffb3a830efe0c80cb65443 [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>XPathExecutionContextDefault Class Reference</h1>A basic implementation of the class <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a>.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="XPathExecutionContextDefault_8hpp-source.html">XPathExecutionContextDefault.hpp</a>&gt;</code>
<p>
Inheritance diagram for XPathExecutionContextDefault:<p><center><img src="classXPathExecutionContextDefault__inherit__graph.gif" border="0" usemap="#XPathExecutionContextDefault_inherit_map" alt="Inheritance graph"></center>
<map name="XPathExecutionContextDefault_inherit_map">
<area href="classXPathExecutionContext.html" shape="rect" coords="27,117,178,93">
<area href="classExecutionContext.html" shape="rect" coords="44,42,161,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XPathExecutionContextDefault:<p><center><img src="classXPathExecutionContextDefault__coll__graph.gif" border="0" usemap="#XPathExecutionContextDefault_coll_map" alt="Collaboration graph"></center>
<map name="XPathExecutionContextDefault_coll_map">
<area href="classXPathExecutionContext.html" shape="rect" coords="754,33,906,9">
<area href="structXPathExecutionContextDefault_1_1ContextNodeListPositionCache.html" shape="rect" coords="646,85,1014,61">
<area href="classXalanQNameByValue.html" shape="rect" coords="758,209,902,185">
<area href="classXalanDOMString.html" shape="rect" coords="18,180,136,156">
<area href="classXalanObjectCache.html" shape="rect" coords="269,261,1392,237">
<area href="classPrefixResolver.html" shape="rect" coords="780,324,881,300">
<area href="classNodeRefList.html" shape="rect" coords="788,386,873,362">
<area href="classDOMSupport.html" shape="rect" coords="782,449,878,425">
<area href="classXalanDOMStringCache.html" shape="rect" coords="752,512,909,488">
<area href="classXPathEnvSupport.html" shape="rect" coords="769,574,892,550">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXPathExecutionContextDefault-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef XalanVector&lt;<a class="el" href="classXalanNode.html">XalanNode</a>*&gt; <a class="el" href="classXPathExecutionContextDefault.html#s0">CurrentNodeStackType</a>
<li>typedef XalanVector&lt;const <br>
<a class="el" href="classNodeRefListBase.html">NodeRefListBase</a>*&gt; <a class="el" href="classXPathExecutionContextDefault.html#s1">ContextNodeListStackType</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXPathExecutionContextDefault.html#a0">XPathExecutionContextDefault</a> (<a class="el" href="classXPathEnvSupport.html">XPathEnvSupport</a> &amp;theXPathEnvSupport, <a class="el" href="classDOMSupport.html">DOMSupport</a> &amp;theDOMSupport, <a class="el" href="classXObjectFactory.html">XObjectFactory</a> &amp;theXObjectFactory, <a class="el" href="classXalanNode.html">XalanNode</a> *theCurrentNode=0, const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> *theContextNodeList=0, const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> *thePrefixResolver=0)
<dl class="el"><dd><font size=-1><em>Construct an XPathExecutionContextDefault object.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXPathExecutionContextDefault.html#a1">XPathExecutionContextDefault</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, <a class="el" href="classXalanNode.html">XalanNode</a> *theCurrentNode=0, const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> *theContextNodeList=0, const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> *thePrefixResolver=0)
<dl class="el"><dd><font size=-1><em>Construct an XPathExecutionContextDefault object.</em> <a href="#a1">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXPathExecutionContextDefault.html#a2">~XPathExecutionContextDefault</a> ()
<li><a class="el" href="classXPathEnvSupport.html">XPathEnvSupport</a>* <a class="el" href="classXPathExecutionContextDefault.html#a3">getXPathEnvSupport</a> () const
<dl class="el"><dd><font size=-1><em>Get the <a class="el" href="classXPathEnvSupport.html">XPathEnvSupport</a> instance.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXPathExecutionContextDefault.html#a4">setXPathEnvSupport</a> (<a class="el" href="classXPathEnvSupport.html">XPathEnvSupport</a> *theSupport)
<dl class="el"><dd><font size=-1><em>Set the <a class="el" href="classXPathEnvSupport.html">XPathEnvSupport</a> instance.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXPathExecutionContextDefault.html#a5">setDOMSupport</a> (<a class="el" href="classDOMSupport.html">DOMSupport</a> *theDOMSupport)
<dl class="el"><dd><font size=-1><em>Set the <a class="el" href="classDOMSupport.html">DOMSupport</a> instance.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXPathExecutionContextDefault.html#a6">setXObjectFactory</a> (<a class="el" href="classXObjectFactory.html">XObjectFactory</a> *theXObjectFactory)
<dl class="el"><dd><font size=-1><em>Set the <a class="el" href="classXObjectFactory.html">XObjectFactory</a> instance.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanQNameByValue.html">XalanQNameByValue</a>&amp; <a class="el" href="classXPathExecutionContextDefault.html#a7">getScratchQName</a> () const
<dl class="el"><dd><font size=-1><em>Get a reference to the scratch QNameByValue instance.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a8">doFormatNumber</a> (double number, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;pattern, const <a class="el" href="classXalanDecimalFormatSymbols.html">XalanDecimalFormatSymbols</a> *theDFS, <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)
<li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a9">reset</a> ()
<dl class="el"><dd><font size=-1><em>Reset the instance.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXPathExecutionContextDefault.html#a10">getCurrentNode</a> () const
<dl class="el"><dd><font size=-1><em>Retrieve the node currently being executed.</em> <a href="#a10">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a11">pushCurrentNode</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *theCurrentNode)
<dl class="el"><dd><font size=-1><em>Change the node currently being executed.</em> <a href="#a11">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a12">popCurrentNode</a> ()
<dl class="el"><dd><font size=-1><em>Reset the node currently being executed.</em> <a href="#a12">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContextDefault.html#a13">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
<dl class="el"><dd><font size=-1><em>Determine if a node is after another node, in document order.</em> <a href="#a13">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a14">pushContextNodeList</a> (const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> &amp;theList)
<dl class="el"><dd><font size=-1><em>Push the node list for current context.</em> <a href="#a14">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a15">popContextNodeList</a> ()
<dl class="el"><dd><font size=-1><em>Pop the node list for current context.</em> <a href="#a15">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a>&amp; <a class="el" href="classXPathExecutionContextDefault.html#a16">getContextNodeList</a> () const
<dl class="el"><dd><font size=-1><em>Get the node list for current context.</em> <a href="#a16">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXPathExecutionContext.html#s1">size_type</a> <a class="el" href="classXPathExecutionContextDefault.html#a17">getContextNodeListLength</a> () const
<li>virtual <a class="el" href="classXPathExecutionContext.html#s1">size_type</a> <a class="el" href="classXPathExecutionContextDefault.html#a18">getContextNodeListPosition</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;contextNode) const
<li>virtual bool <a class="el" href="classXPathExecutionContextDefault.html#a19">elementAvailable</a> (const <a class="el" href="classXalanQName.html">XalanQName</a> &amp;theQName) const
<dl class="el"><dd><font size=-1><em>Determine if an external element is available.</em> <a href="#a19">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContextDefault.html#a20">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
<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="#a20">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContextDefault.html#a21">functionAvailable</a> (const <a class="el" href="classXalanQName.html">XalanQName</a> &amp;theQName) const
<dl class="el"><dd><font size=-1><em>Determine if a function is available.</em> <a href="#a21">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContextDefault.html#a22">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
<dl class="el"><dd><font size=-1><em>Determine if a function is available.</em> <a href="#a22">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXPathExecutionContextDefault.html#a23">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)
<dl class="el"><dd><font size=-1><em>Handle an extension function.</em> <a href="#a23">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a>* <a class="el" href="classXPathExecutionContextDefault.html#a24">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
<dl class="el"><dd><font size=-1><em>Provides support for XML parsing service.</em> <a href="#a24">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>* <a class="el" href="classXPathExecutionContextDefault.html#a25">borrowMutableNodeRefList</a> ()
<dl class="el"><dd><font size=-1><em>Borrow a cached <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> instance.</em> <a href="#a25">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContextDefault.html#a26">returnMutableNodeRefList</a> (<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> *theList)
<dl class="el"><dd><font size=-1><em>Return a previously borrowed <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> instance.</em> <a href="#a26">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>* <a class="el" href="classXPathExecutionContextDefault.html#a27">createMutableNodeRefList</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager) const
<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="#a27">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXPathExecutionContextDefault.html#a28">getCachedString</a> ()
<dl class="el"><dd><font size=-1><em>Get a cached string for temporary use.</em> <a href="#a28">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContextDefault.html#a29">releaseCachedString</a> (<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theString)
<dl class="el"><dd><font size=-1><em>Return a cached string.</em> <a href="#a29">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a30">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)
<dl class="el"><dd><font size=-1><em>Given a valid element key, return the corresponding node list.</em> <a href="#a30">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a31">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)
<dl class="el"><dd><font size=-1><em>Given a valid element key, return the corresponding node list.</em> <a href="#a31">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXObjectPtr.html">XObjectPtr</a> <a class="el" href="classXPathExecutionContextDefault.html#a32">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)
<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="#a32">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classPrefixResolver.html">PrefixResolver</a>* <a class="el" href="classXPathExecutionContextDefault.html#a33">getPrefixResolver</a> () const
<dl class="el"><dd><font size=-1><em>Retrieve the resolver for namespaces.</em> <a href="#a33">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a34">setPrefixResolver</a> (const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> *thePrefixResolver)
<dl class="el"><dd><font size=-1><em>Change the resolver for namespaces.</em> <a href="#a34">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>* <a class="el" href="classXPathExecutionContextDefault.html#a35">getNamespaceForPrefix</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;prefix) const
<dl class="el"><dd><font size=-1><em>Retrieve the URI corresponding to a namespace prefix.</em> <a href="#a35">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXPathExecutionContextDefault.html#a36">findURIFromDoc</a> (const <a class="el" href="classXalanDocument.html">XalanDocument</a> *owner) const
<dl class="el"><dd><font size=-1><em>Given a DOM Document, tell what URI was used to parse it.</em> <a href="#a36">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXPathExecutionContextDefault.html#a37">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
<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="#a37">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXPathExecutionContextDefault.html#a38">shouldStripSourceNode</a> (const <a class="el" href="classXalanText.html">XalanText</a> &amp;node)
<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="#a38">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a>* <a class="el" href="classXPathExecutionContextDefault.html#a39">getSourceDocument</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theURI) const
<dl class="el"><dd><font size=-1><em>Get the document associated with the given URI.</em> <a href="#a39">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a40">setSourceDocument</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theURI, <a class="el" href="classXalanDocument.html">XalanDocument</a> *theDocument)
<dl class="el"><dd><font size=-1><em>Associate a document with a given URI.</em> <a href="#a40">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a41">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)
<dl class="el"><dd><font size=-1><em>Formats a number according to the specified pattern.</em> <a href="#a41">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a42">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)
<dl class="el"><dd><font size=-1><em>Formats a number according to the specified pattern.</em> <a href="#a42">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a43">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
<dl class="el"><dd><font size=-1><em>Report an error and throw an exception.</em> <a href="#a43">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a44">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
<dl class="el"><dd><font size=-1><em>Report a warning.</em> <a href="#a44">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXPathExecutionContextDefault.html#a45">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
<dl class="el"><dd><font size=-1><em>Output a message.</em> <a href="#a45">More...</a><em><br><br></em></font></dl></ul>
<h2>Static Public Methods</h2>
<ul>
<li>XPathExecutionContextDefault* <a class="el" href="classXPathExecutionContextDefault.html#d0">create</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, <a class="el" href="classXalanNode.html">XalanNode</a> *theCurrentNode=0, const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> *theContextNodeList=0, const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> *thePrefixResolver=0)
</ul>
<h2>Protected Types</h2>
<ul>
<li>typedef <a class="el" href="classXalanObjectCache.html">XalanObjectCache</a>&lt;<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>,<br>
<a class="el" href="classDefaultCacheCreateFunctorMemMgr.html">DefaultCacheCreateFunctorMemMgr</a>&lt;<br>
<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>&gt;, <a class="el" href="structDeleteFunctor.html">DeleteFunctor</a>&lt;<br>
<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>&gt;, <a class="el" href="classClearCacheResetFunctor.html">ClearCacheResetFunctor</a>&lt;<br>
<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>&gt; &gt; <a class="el" href="classXPathExecutionContextDefault.html#t0">NodeListCacheType</a>
<li>enum { <a class="el" href="classXPathExecutionContextDefault.html#t2t1">eNodeListCacheListSize</a> = 50
}
</ul>
<h2>Protected Attributes</h2>
<ul>
<li><a class="el" href="classXPathEnvSupport.html">XPathEnvSupport</a>* <a class="el" href="classXPathExecutionContextDefault.html#n0">m_xpathEnvSupport</a>
<li><a class="el" href="classDOMSupport.html">DOMSupport</a>* <a class="el" href="classXPathExecutionContextDefault.html#n1">m_domSupport</a>
<li><a class="el" href="classXPathExecutionContextDefault.html#s0">CurrentNodeStackType</a> <a class="el" href="classXPathExecutionContextDefault.html#n2">m_currentNodeStack</a>
<li><a class="el" href="classXPathExecutionContextDefault.html#s1">ContextNodeListStackType</a> <a class="el" href="classXPathExecutionContextDefault.html#n3">m_contextNodeListStack</a>
<li>const <a class="el" href="classPrefixResolver.html">PrefixResolver</a>* <a class="el" href="classXPathExecutionContextDefault.html#n4">m_prefixResolver</a>
<li><a class="el" href="classXalanDOMString.html">XalanDOMString</a> <a class="el" href="classXPathExecutionContextDefault.html#n5">m_currentPattern</a>
<li><a class="el" href="classXPathExecutionContextDefault.html#t0">NodeListCacheType</a> <a class="el" href="classXPathExecutionContextDefault.html#n6">m_nodeListCache</a>
<li><a class="el" href="classXalanDOMStringCache.html">XalanDOMStringCache</a> <a class="el" href="classXPathExecutionContextDefault.html#n7">m_stringCache</a>
<li><a class="el" href="structXPathExecutionContextDefault_1_1ContextNodeListPositionCache.html">ContextNodeListPositionCache</a> <a class="el" href="classXPathExecutionContextDefault.html#n8">m_cachedPosition</a>
<li><a class="el" href="classXalanQNameByValue.html">XalanQNameByValue</a> <a class="el" href="classXPathExecutionContextDefault.html#n9">m_scratchQName</a>
</ul>
<h2>Static Protected Attributes</h2>
<ul>
<li>const <a class="el" href="classNodeRefList.html">NodeRefList</a> <a class="el" href="classXPathExecutionContextDefault.html#q0">s_dummyList</a>
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A basic implementation of the class <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a>.
<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s1" doxytag="XPathExecutionContextDefault::ContextNodeListStackType"></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; const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> *&gt; XPathExecutionContextDefault::ContextNodeListStackType&lt;const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a>*&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s0" doxytag="XPathExecutionContextDefault::CurrentNodeStackType"></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="classXalanNode.html">XalanNode</a> *&gt; XPathExecutionContextDefault::CurrentNodeStackType&lt;<a class="el" href="classXalanNode.html">XalanNode</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="t0" doxytag="XPathExecutionContextDefault::NodeListCacheType"></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="classXalanObjectCache.html">XalanObjectCache</a>&lt; <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>, <a class="el" href="classDefaultCacheCreateFunctorMemMgr.html">DefaultCacheCreateFunctorMemMgr</a>&lt; <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> &gt;, <a class="el" href="structDeleteFunctor.html">DeleteFunctor</a>&lt; <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> &gt;, <a class="el" href="classClearCacheResetFunctor.html">ClearCacheResetFunctor</a>&lt; <a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> &gt; &gt; XPathExecutionContextDefault::NodeListCacheType&lt;<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>, <a class="el" href="classDefaultCacheCreateFunctorMemMgr.html">DefaultCacheCreateFunctorMemMgr</a>&lt;<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>&gt;, <a class="el" href="structDeleteFunctor.html">DeleteFunctor</a>&lt;<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>&gt;, <a class="el" href="classClearCacheResetFunctor.html">ClearCacheResetFunctor</a>&lt;<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a>&gt; &gt;<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><h2>Member Enumeration Documentation</h2>
<a name="t2" doxytag="XPathExecutionContextDefault::@30"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
anonymous enum<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<dl compact><dt>
<b>Enumeration values:</b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><a name="t2t1" doxytag="eNodeListCacheListSize"></a><em>eNodeListCacheListSize</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
</td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XPathExecutionContextDefault::XPathExecutionContextDefault"></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>
XPathExecutionContextDefault::XPathExecutionContextDefault (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXPathEnvSupport.html">XPathEnvSupport</a> &amp; <em>theXPathEnvSupport</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classDOMSupport.html">DOMSupport</a> &amp; <em>theDOMSupport</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXObjectFactory.html">XObjectFactory</a> &amp; <em>theXObjectFactory</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theCurrentNode</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> * <em>theContextNodeList</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> * <em>thePrefixResolver</em> = 0&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Construct an XPathExecutionContextDefault object.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theXPathEnvSupport</em>
&nbsp;</td><td>
<a class="el" href="classXPathEnvSupport.html">XPathEnvSupport</a> class instance </td></tr>
<tr><td valign=top><em>theDOMSupport</em>
&nbsp;</td><td>
<a class="el" href="classDOMSupport.html">DOMSupport</a> class instance </td></tr>
<tr><td valign=top><em>theXobjectFactory</em>
&nbsp;</td><td>
factory class instance for XObjects </td></tr>
<tr><td valign=top><em>theCurrentNode</em>
&nbsp;</td><td>
current node in the source tree </td></tr>
<tr><td valign=top><em>theContextNodeList</em>
&nbsp;</td><td>
node list for current context </td></tr>
<tr><td valign=top><em>thePrefixResolver</em>
&nbsp;</td><td>
pointer to prefix resolver to use </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="XPathExecutionContextDefault::XPathExecutionContextDefault"></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>
XPathExecutionContextDefault::XPathExecutionContextDefault (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theCurrentNode</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> * <em>theContextNodeList</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> * <em>thePrefixResolver</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>
Construct an XPathExecutionContextDefault object.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theXPathEnvSupport</em>
&nbsp;</td><td>
<a class="el" href="classXPathEnvSupport.html">XPathEnvSupport</a> class instance </td></tr>
<tr><td valign=top><em>theXObjectFactory</em>
&nbsp;</td><td>
factory class instance for XObjects </td></tr>
<tr><td valign=top><em>theCurrentNode</em>
&nbsp;</td><td>
current node in the source tree </td></tr>
<tr><td valign=top><em>theContextNodeList</em>
&nbsp;</td><td>
node list for current context </td></tr>
<tr><td valign=top><em>thePrefixResolver</em>
&nbsp;</td><td>
pointer to prefix resolver to use </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a2" doxytag="XPathExecutionContextDefault::~XPathExecutionContextDefault"></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>
XPathExecutionContextDefault::~XPathExecutionContextDefault (
</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="a25" doxytag="XPathExecutionContextDefault::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> * XPathExecutionContextDefault::borrowMutableNodeRefList (
</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>
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 from <a class="el" href="classXPathExecutionContext.html#a19">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="d0" doxytag="XPathExecutionContextDefault::create"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XPathExecutionContextDefault * XPathExecutionContextDefault::create (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theCurrentNode</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> * <em>theContextNodeList</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> * <em>thePrefixResolver</em> = 0&nbsp;)<code> [static]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a27" doxytag="XPathExecutionContextDefault::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> * XPathExecutionContextDefault::createMutableNodeRefList (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a <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 from <a class="el" href="classXPathExecutionContext.html#a23">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a8" doxytag="XPathExecutionContextDefault::doFormatNumber"></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 XPathExecutionContextDefault::doFormatNumber (
</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="classXalanDecimalFormatSymbols.html">XalanDecimalFormatSymbols</a> * <em>theDFS</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> [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>
<a name="a20" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::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> [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 from <a class="el" href="classXPathExecutionContext.html#a14">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a19" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::elementAvailable (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanQName.html">XalanQName</a> &amp; <em>theQName</em>&nbsp;) const<code> [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 from <a class="el" href="classXPathExecutionContext.html#a13">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a43" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::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> [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="classXPathExecutionContext.html#a37">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a23" doxytag="XPathExecutionContextDefault::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> XPathExecutionContextDefault::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> [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 from <a class="el" href="classXPathExecutionContext.html#a17">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a36" doxytag="XPathExecutionContextDefault::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; XPathExecutionContextDefault::findURIFromDoc (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDocument.html">XalanDocument</a> * <em>owner</em>&nbsp;) const<code> [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 from <a class="el" href="classXPathExecutionContext.html#a30">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a42" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::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> [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 from <a class="el" href="classXPathExecutionContext.html#a36">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a41" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::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> [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 from <a class="el" href="classXPathExecutionContext.html#a35">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a22" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::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> [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 from <a class="el" href="classXPathExecutionContext.html#a16">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a21" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::functionAvailable (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanQName.html">XalanQName</a> &amp; <em>theQName</em>&nbsp;) const<code> [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 from <a class="el" href="classXPathExecutionContext.html#a15">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a28" doxytag="XPathExecutionContextDefault::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; XPathExecutionContextDefault::getCachedString (
</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>
Get a cached string for temporary use.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
A reference to the string </dl>
<p>
Reimplemented from <a class="el" href="classXPathExecutionContext.html#a21">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a16" doxytag="XPathExecutionContextDefault::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; XPathExecutionContextDefault::getContextNodeList (
</b></td>
<td valign="bottom"><b>
) const<code> [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 from <a class="el" href="classXPathExecutionContext.html#a10">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a17" doxytag="XPathExecutionContextDefault::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> XPathExecutionContextDefault::getContextNodeListLength (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Reimplemented from <a class="el" href="classXPathExecutionContext.html#a11">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a18" doxytag="XPathExecutionContextDefault::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> XPathExecutionContextDefault::getContextNodeListPosition (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>contextNode</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Reimplemented from <a class="el" href="classXPathExecutionContext.html#a12">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a10" doxytag="XPathExecutionContextDefault::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> * XPathExecutionContextDefault::getCurrentNode (
</b></td>
<td valign="bottom"><b>
) const<code> [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 from <a class="el" href="classXPathExecutionContext.html#a3">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a35" doxytag="XPathExecutionContextDefault::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> * XPathExecutionContextDefault::getNamespaceForPrefix (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>prefix</em>&nbsp;) const<code> [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 from <a class="el" href="classXPathExecutionContext.html#a29">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a31" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::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> [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 from <a class="el" href="classXPathExecutionContext.html#a25">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a30" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::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> [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 from <a class="el" href="classXPathExecutionContext.html#a24">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a33" doxytag="XPathExecutionContextDefault::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> * XPathExecutionContextDefault::getPrefixResolver (
</b></td>
<td valign="bottom"><b>
) const<code> [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 from <a class="el" href="classXPathExecutionContext.html#a27">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a7" doxytag="XPathExecutionContextDefault::getScratchQName"></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="classXalanQNameByValue.html">XalanQNameByValue</a> &amp; XPathExecutionContextDefault::getScratchQName (
</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>
Get a reference to the scratch QNameByValue instance.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
A reference to a QNameByValue instance. </dl> </td>
</tr>
</table>
<a name="a39" doxytag="XPathExecutionContextDefault::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> * XPathExecutionContextDefault::getSourceDocument (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theURI</em>&nbsp;) const<code> [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 from <a class="el" href="classXPathExecutionContext.html#a33">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a37" doxytag="XPathExecutionContextDefault::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; XPathExecutionContextDefault::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> [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 from <a class="el" href="classXPathExecutionContext.html#a31">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a32" doxytag="XPathExecutionContextDefault::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> XPathExecutionContextDefault::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> [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 from <a class="el" href="classXPathExecutionContext.html#a26">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a3" doxytag="XPathExecutionContextDefault::getXPathEnvSupport"></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="classXPathEnvSupport.html">XPathEnvSupport</a> * XPathExecutionContextDefault::getXPathEnvSupport (
</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>
Get the <a class="el" href="classXPathEnvSupport.html">XPathEnvSupport</a> instance.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
a pointer to the instance. </dl> </td>
</tr>
</table>
<a name="a13" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::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> [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 from <a class="el" href="classXPathExecutionContext.html#a7">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a45" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::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> [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="classXPathExecutionContext.html#a39">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a24" doxytag="XPathExecutionContextDefault::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> * XPathExecutionContextDefault::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> [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 from <a class="el" href="classXPathExecutionContext.html#a18">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a15" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::popContextNodeList (
</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>
Pop the node list for current context.
<p>
<p>
Reimplemented from <a class="el" href="classXPathExecutionContext.html#a9">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a12" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::popCurrentNode (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Reset the node currently being executed.
<p>
<p>
Reimplemented from <a class="el" href="classXPathExecutionContext.html#a5">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a14" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::pushContextNodeList (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classNodeRefListBase.html">NodeRefListBase</a> &amp; <em>theList</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
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 from <a class="el" href="classXPathExecutionContext.html#a8">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a11" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::pushCurrentNode (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theCurrentNode</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
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 from <a class="el" href="classXPathExecutionContext.html#a4">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a29" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::releaseCachedString (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theString</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
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 from <a class="el" href="classXPathExecutionContext.html#a22">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a9" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::reset (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Reset the instance.
<p>
This must be called before another execution is attempted.
<p>
Reimplemented from <a class="el" href="classXPathExecutionContext.html#a2">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a26" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::returnMutableNodeRefList (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classMutableNodeRefList.html">MutableNodeRefList</a> * <em>theList</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
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 from <a class="el" href="classXPathExecutionContext.html#a20">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a5" doxytag="XPathExecutionContextDefault::setDOMSupport"></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 XPathExecutionContextDefault::setDOMSupport (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classDOMSupport.html">DOMSupport</a> * <em>theDOMSupport</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the <a class="el" href="classDOMSupport.html">DOMSupport</a> instance.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theDOMSupport</em>
&nbsp;</td><td>
a reference to the instance to use. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a34" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::setPrefixResolver (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> * <em>thePrefixResolver</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
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 from <a class="el" href="classXPathExecutionContext.html#a28">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a40" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::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> [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 from <a class="el" href="classXPathExecutionContext.html#a34">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a6" doxytag="XPathExecutionContextDefault::setXObjectFactory"></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 XPathExecutionContextDefault::setXObjectFactory (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXObjectFactory.html">XObjectFactory</a> * <em>theXObjectFactory</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the <a class="el" href="classXObjectFactory.html">XObjectFactory</a> instance.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theFactory</em>
&nbsp;</td><td>
a reference to the instance to use. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a4" doxytag="XPathExecutionContextDefault::setXPathEnvSupport"></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 XPathExecutionContextDefault::setXPathEnvSupport (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXPathEnvSupport.html">XPathEnvSupport</a> * <em>theSupport</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the <a class="el" href="classXPathEnvSupport.html">XPathEnvSupport</a> instance.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theSupport</em>
&nbsp;</td><td>
a reference to the instance to use. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a38" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::shouldStripSourceNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanText.html">XalanText</a> &amp; <em>node</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
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 from <a class="el" href="classXPathExecutionContext.html#a32">XPathExecutionContext</a>. </td>
</tr>
</table>
<a name="a44" doxytag="XPathExecutionContextDefault::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 XPathExecutionContextDefault::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> [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="classXPathExecutionContext.html#a38">XPathExecutionContext</a>. </td>
</tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a name="n8" doxytag="XPathExecutionContextDefault::m_cachedPosition"></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="structXPathExecutionContextDefault_1_1ContextNodeListPositionCache.html">ContextNodeListPositionCache</a> XPathExecutionContextDefault::m_cachedPosition<code> [mutable, 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>
<a name="n3" doxytag="XPathExecutionContextDefault::m_contextNodeListStack"></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="classXPathExecutionContextDefault.html#s1">ContextNodeListStackType</a> XPathExecutionContextDefault::m_contextNodeListStack<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>
<a name="n2" doxytag="XPathExecutionContextDefault::m_currentNodeStack"></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="classXPathExecutionContextDefault.html#s0">CurrentNodeStackType</a> XPathExecutionContextDefault::m_currentNodeStack<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>
<a name="n5" doxytag="XPathExecutionContextDefault::m_currentPattern"></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> XPathExecutionContextDefault::m_currentPattern<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>
<a name="n1" doxytag="XPathExecutionContextDefault::m_domSupport"></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="classDOMSupport.html">DOMSupport</a> * XPathExecutionContextDefault::m_domSupport<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>
<a name="n6" doxytag="XPathExecutionContextDefault::m_nodeListCache"></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="classXPathExecutionContextDefault.html#t0">NodeListCacheType</a> XPathExecutionContextDefault::m_nodeListCache<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>
<a name="n4" doxytag="XPathExecutionContextDefault::m_prefixResolver"></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> * XPathExecutionContextDefault::m_prefixResolver<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>
<a name="n9" doxytag="XPathExecutionContextDefault::m_scratchQName"></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="classXalanQNameByValue.html">XalanQNameByValue</a> XPathExecutionContextDefault::m_scratchQName<code> [mutable, 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>
<a name="n7" doxytag="XPathExecutionContextDefault::m_stringCache"></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="classXalanDOMStringCache.html">XalanDOMStringCache</a> XPathExecutionContextDefault::m_stringCache<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>
<a name="n0" doxytag="XPathExecutionContextDefault::m_xpathEnvSupport"></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="classXPathEnvSupport.html">XPathEnvSupport</a> * XPathExecutionContextDefault::m_xpathEnvSupport<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>
<a name="q0" doxytag="XPathExecutionContextDefault::s_dummyList"></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="classNodeRefList.html">NodeRefList</a> XPathExecutionContextDefault::s_dummyList<code> [static, 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="XPathExecutionContextDefault_8hpp-source.html">XPathExecutionContextDefault.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>