From 818bedc799073966a4c56fd83ab1df358b9e9c24 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Apr 2014 11:04:19 +0200 Subject: Add value version, analogous to attribute --- xml/parser.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'xml/parser.hxx') diff --git a/xml/parser.hxx b/xml/parser.hxx index f3a2e34..b9b5d4c 100644 --- a/xml/parser.hxx +++ b/xml/parser.hxx @@ -208,6 +208,7 @@ namespace xml const std::string& prefix () const {return pqname_->prefix ();} const std::string& value () const {return *pvalue_;} + template T value () const; unsigned long long line () const {return line_;} unsigned long long column () const {return column_;} -- cgit v1.1