From 5e33adbc682aebd99cc86cfe54188857026a3ad4 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine@gmail.com" Date: Fri, 23 Mar 2012 03:40:12 +0000 Subject: Added xml_text::data() (for regular xml_node operations, i.e. remove_child) git-svn-id: http://pugixml.googlecode.com/svn/trunk@876 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pugixml.hpp') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 53f4b63..beb5aa5 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -612,6 +612,9 @@ namespace pugi xml_text& operator=(unsigned int rhs); xml_text& operator=(double rhs); xml_text& operator=(bool rhs); + + // Get the data node (node_pcdata or node_cdata) for this object + xml_node data() const; }; #ifdef __BORLANDC__ -- cgit v1.2.3