From 9777a3cef3f434c5c9ba60161602a9305c705eb1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 May 2017 13:05:37 +0100 Subject: Add node_children() method. --- src/cxml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cxml.h') diff --git a/src/cxml.h b/src/cxml.h index 2636ca0..b7f1ef5 100644 --- a/src/cxml.h +++ b/src/cxml.h @@ -200,6 +200,7 @@ public: boost::shared_ptr node_child (std::string) const; boost::shared_ptr optional_node_child (std::string) const; + std::list > node_children () const; std::list > node_children (std::string) const; xmlpp::Node* node () const { -- cgit v1.2.3