X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=xml-tree.hpp;h=ff98f216a524ad4ee49bad521b0598edf625c313;hb=6eb6b7bc5f5284f9ee647046b822e47cae62bccc;hp=c2b86cabde2ced6ec04382730ffe3e13850f17c5;hpb=a69b38028aa38dd50b3e5db1acf0ff51faa9b511;p=SXSI%2FXMLTree.git diff --git a/xml-tree.hpp b/xml-tree.hpp index c2b86ca..ff98f21 100644 --- a/xml-tree.hpp +++ b/xml-tree.hpp @@ -62,6 +62,7 @@ public: bool is_child(node_t, node_t) const; inline bool is_first_child(node_t) const; inline bool is_nil(node_t) const; + inline bool is_open(node_t) const; uint32_t depth(node_t) const; uint32_t preorder(node_t) const;