summaryrefslogtreecommitdiff
path: root/src/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.h')
-rw-r--r--src/xml.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xml.h b/src/xml.h
index 5c071958..85589a0f 100644
--- a/src/xml.h
+++ b/src/xml.h
@@ -8,6 +8,7 @@
#include <boost/shared_ptr.hpp>
#include "types.h"
#include "exceptions.h"
+#include "dcp_time.h"
namespace xmlpp {
class Node;
@@ -35,6 +36,9 @@ protected:
Time time_attribute (std::string);
float float_attribute (std::string);
+ std::string string_attribute (std::string);
+
+ std::string content ();
template <class T>
boost::shared_ptr<T> sub_node (std::string name) {