<h1>DOMXPathExpression.hpp</h1><ahref="DOMXPathExpression_8hpp.html">Go to the documentation of this file.</a><divclass="fragment"><preclass="fragment"><aname="l00001"></a>00001 <spanclass="comment">/*</span>
<aname="l00002"></a>00002 <spanclass="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
<aname="l00003"></a>00003 <spanclass="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
<aname="l00004"></a>00004 <spanclass="comment"> * this work for additional information regarding copyright ownership.</span>
<aname="l00005"></a>00005 <spanclass="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
<aname="l00006"></a>00006 <spanclass="comment"> * (the "License"); you may not use this file except in compliance with</span>
<aname="l00007"></a>00007 <spanclass="comment"> * the License. You may obtain a copy of the License at</span>
<aname="l00054"></a>00054 <spanclass="comment"></span><aclass="code"href="classxercesc_1_1DOMXPathExpression.html"title="The DOMXPathExpression interface represents a parsed and resolved XPath expression...">DOMXPathExpression</a>(<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMXPathExpression.html"title="The DOMXPathExpression interface represents a parsed and resolved XPath expression...">DOMXPathExpression</a>&);
<aname="l00055"></a>00055 <aclass="code"href="classxercesc_1_1DOMXPathExpression.html"title="The DOMXPathExpression interface represents a parsed and resolved XPath expression...">DOMXPathExpression</a>& operator = (<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMXPathExpression.html"title="The DOMXPathExpression interface represents a parsed and resolved XPath expression...">DOMXPathExpression</a>&);
<aname="l00106"></a>00106 <spanclass="keyword">virtual</span><aclass="code"href="classxercesc_1_1DOMXPathResult.html"title="The DOMXPathResult interface represents the result of the evaluation of an XPath...">DOMXPathResult</a>* evaluate(<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *contextNode,
<aname="l00108"></a>00108 <aclass="code"href="classxercesc_1_1DOMXPathResult.html"title="The DOMXPathResult interface represents the result of the evaluation of an XPath...">DOMXPathResult</a>* result) <spanclass="keyword">const</span> = 0;