From a50f47f8056ffbb5fc52f2db07858c7dcd511d2e Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine@gmail.com" Date: Mon, 30 Apr 2012 15:37:36 +0000 Subject: docs: Regenerated HTML documentation git-svn-id: http://pugixml.googlecode.com/svn/trunk@910 99668b35-9821-0410-8761-19e4c4f06640 --- docs/manual/access.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/manual/access.html') diff --git a/docs/manual/access.html b/docs/manual/access.html index dcb072d..c6abd05 100644 --- a/docs/manual/access.html +++ b/docs/manual/access.html @@ -757,13 +757,14 @@ xml_text is essentially a helper class that operates on xml_node values. It is bound to a node of type node_pcdata - or [node_cdata]. You can use the following function to retrieve this node: + or node_cdata. You can use the following + function to retrieve this node:

xml_node xml_text::data() const;
 

Essentially, assuming text - is an xml_text object, callling + is an xml_text object, calling text.get() is equivalent to calling text.data().value().

-- cgit v1.2.3