diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-25 11:05:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-25 11:05:05 +0100 |
| commit | 0f7139e9ae4261b2b63e643239fc14c4c84850c0 (patch) | |
| tree | c69d0fdde5866afc967d891a6565cb63a3808b04 /src/cxml.h | |
| parent | 5ff4c60f4982ec44d34e4cf0d04cab574a76883b (diff) | |
Add ::namespace_prefix method.
Diffstat (limited to 'src/cxml.h')
| -rw-r--r-- | src/cxml.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> node_child (std::string) const; boost::shared_ptr<Node> optional_node_child (std::string) const; |
