<h1>xercesc::DOMXPathNSResolver Class Reference</h1><!-- doxytag: class="xercesc::DOMXPathNSResolver" -->The <code><aclass="el"href="classxercesc_1_1DOMXPathNSResolver.html">DOMXPathNSResolver</a></code> interface permit prefix strings in the expression to be properly bound to namespaceURI strings.
Inheritance diagram for xercesc::DOMXPathNSResolver:<p><center><imgsrc="classxercesc_1_1DOMXPathNSResolver__inherit__graph.png"border="0"usemap="#xercesc_1_1DOMXPathNSResolver__inherit__map"alt="Inheritance graph"></center>
<center><fontsize="2">[<ahref="graph_legend.html">legend</a>]</font></center><ahref="classxercesc_1_1DOMXPathNSResolver-members.html">List of all members.</a><tableborder="0"cellpadding="0"cellspacing="0">
<tr><td></td></tr>
<tr><tdcolspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Look up the namespace URI associated to the given namespace prefix. <ahref="#c8a0cf56615b39b156cd4471c567d5f7"></a><br></td></tr>
The <code><aclass="el"href="classxercesc_1_1DOMXPathNSResolver.html">DOMXPathNSResolver</a></code> interface permit prefix strings in the expression to be properly bound to namespaceURI strings.
<p>
<code><aclass="el"href="classxercesc_1_1DOMXPathEvaluator.html">DOMXPathEvaluator</a></code> can construct an implementation of <code><aclass="el"href="classxercesc_1_1DOMXPathNSResolver.html">DOMXPathNSResolver</a></code> from a node, or the interface may be implemented by any application. <dlcompact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
<p>
<hr><h2>Constructor & Destructor Documentation</h2>
Look up the namespace URI associated to the given namespace prefix.
<p>
The XPath evaluator must never call this with a null or empty argument, because the result of doing this is undefined. <dlcompact><dt><b>Parameters:</b></dt><dd>
<tableborder="0"cellspacing="2"cellpadding="0">
<tr><tdvalign="top"></td><tdvalign="top"><em>prefix</em> </td><td>of type XMLCh - The prefix to look for. </td></tr>
</table>
</dl>
<dlcompact><dt><b>Returns:</b></dt><dd>the associated namespace URI or null if none is found. </dd></dl>
<p>
Implemented in <aclass="el"href="classXQillaNSResolver.html#15f91f0db95c7b5a43e65a525b16bf2f">XQillaNSResolver</a>. </td>
XPath2 implementations require a reverse lookup in the static context. Look up the prefix associated with the namespace URI The XPath evaluator must never call this with a null or empty argument, because the result of doing this is undefined. <dlcompact><dt><b>Parameters:</b></dt><dd>
<tableborder="0"cellspacing="2"cellpadding="0">
<tr><tdvalign="top"></td><tdvalign="top"><em>URI</em> </td><td>of type XMLCh - The namespace to look for. </td></tr>
</table>
</dl>
<dlcompact><dt><b>Returns:</b></dt><dd>the associated prefix or null if none is found. </dd></dl>
<p>
Implemented in <aclass="el"href="classXQillaNSResolver.html#091df7c5468484454d77a2fdf26fb69b">XQillaNSResolver</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>