Added detach() method to strip off a root parent element, fixed bug in namespace...
[shibboleth/cpp-xmltooling.git] / xmltooling / AbstractDOMCachingXMLObject.h
index fc740f3..1e357b9 100644 (file)
@@ -61,6 +61,8 @@ namespace xmltooling {
     \r
         XMLObject* clone() const;\r
 \r
+        void detach();\r
+\r
      protected:\r
         AbstractDOMCachingXMLObject() : m_dom(NULL), m_document(NULL) {}\r
 \r