Moved DOM methods up the tree, add copy c'tors, KeyInfo sample
[shibboleth/xmltooling.git] / xmltooling / io / AbstractXMLObjectMarshaller.h
index e7c6647..82d1621 100644 (file)
@@ -35,19 +35,13 @@ namespace xmltooling {
     /**\r
      * A thread-safe abstract marshaller.\r
      */\r
-    class XMLTOOL_API AbstractXMLObjectMarshaller : public virtual AbstractDOMCachingXMLObject\r
+    class XMLTOOL_API AbstractXMLObjectMarshaller : public virtual AbstractXMLObject\r
     {\r
     public:\r
         virtual ~AbstractXMLObjectMarshaller() {}\r
 \r
-        /**\r
-         * @see XMLObject::marshall(DOMDocument*,const MarshallingContext*)\r
-         */\r
         DOMElement* marshall(DOMDocument* document=NULL, MarshallingContext* ctx=NULL) const;\r
 \r
-        /**\r
-         * @see XMLObject::marshall(DOMElement*,const MarshallingContext*)\r
-         */\r
         DOMElement* marshall(DOMElement* parentElement, MarshallingContext* ctx=NULL) const;\r
         \r
     protected:\r