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