summaryrefslogtreecommitdiff
path: root/docs/manual/xpath.html
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-10-31 17:58:31 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-10-31 17:58:31 +0000
commita049c2db1d9741b3a162e4789f94d711858a0927 (patch)
tree2a81c0ef1e4f8c350906e3723b3fd80c98e27f4d /docs/manual/xpath.html
parentf463f6b744f6a9e523a0d0f2f76d21fff05fddd9 (diff)
docs: Regenerated HTML documentationv1.0
git-svn-id: http://pugixml.googlecode.com/svn/trunk@792 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/manual/xpath.html')
-rw-r--r--docs/manual/xpath.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/xpath.html b/docs/manual/xpath.html
index 5a97a79..ea6b956 100644
--- a/docs/manual/xpath.html
+++ b/docs/manual/xpath.html
@@ -527,8 +527,8 @@
<span class="keyword">bool</span> <span class="identifier">xpath_variable</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">xpath_node_set</span><span class="special">&amp;</span> <span class="identifier">value</span><span class="special">);</span>
</pre>
<p>
- These function modify the variable value. Note that no type conversions are
- performed; if the type mismatch occurs, the functions return <code class="computeroutput"><span class="keyword">false</span></code>; they also return <code class="computeroutput"><span class="keyword">false</span></code>
+ These functions modify the variable value. Note that no type conversions
+ are performed; if the type mismatch occurs, the functions return <code class="computeroutput"><span class="keyword">false</span></code>; they also return <code class="computeroutput"><span class="keyword">false</span></code>
on allocation failure. The variable values are copied to the internal variable
storage, so you can modify or destroy them after the functions return.
</p>