summaryrefslogtreecommitdiff
path: root/src/cxml.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 16:48:34 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 16:48:34 +0100
commit78ae9a1909db6e59aa990db060e9e5c8c580482b (patch)
treeec9c5a6cf08ae3fcff57e9a622da6e86142676a5 /src/cxml.h
parentbeac03175fbad7c850a20ee0c7c362e835d8b7b3 (diff)
parentfea74301948e42bb5fd2853ed84a68a4fb86bbc7 (diff)
Merge master.
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 533ce0e..7e20b3a 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 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;