summaryrefslogtreecommitdiff
path: root/src/cxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cxml.h')
-rw-r--r--src/cxml.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cxml.h b/src/cxml.h
index 7e20b3a..5bccfb0 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -147,6 +147,9 @@ public:
/** @return The content of this node */
std::string content () const;
+ /** @return namespace URI of this node */
+ std::string namespace_uri () const;
+
/** @return namespace prefix of this node */
std::string namespace_prefix () const;