diff options
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r-- | src/pugixml.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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__ |