diff options
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; |
