From 0f7139e9ae4261b2b63e643239fc14c4c84850c0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 25 Aug 2013 11:05:05 +0100 Subject: Add ::namespace_prefix method. --- src/cxml.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cxml.h') diff --git a/src/cxml.h b/src/cxml.h index 9581adc..8a7a82c 100644 --- a/src/cxml.h +++ b/src/cxml.h @@ -146,6 +146,9 @@ public: /** @return The content of this node */ std::string content () const; + /** @return namespace prefix of this node */ + std::string namespace_prefix () const; + boost::shared_ptr node_child (std::string) const; boost::shared_ptr optional_node_child (std::string) const; -- cgit v1.2.3