Added detach() method to strip off a root parent element, fixed bug in namespace...
[shibboleth/cpp-xmltooling.git] / xmltooling / AbstractChildlessElement.h
index f903885..bb87812 100644 (file)
@@ -49,6 +49,8 @@ namespace xmltooling {
             return m_no_children;\r
         }\r
 \r
+        void removeChild(XMLObject* child);\r
+\r
     protected:\r
         AbstractChildlessElement() {}\r
         \r