Multi-line svn commit, see body.
[shibboleth/cpp-xmltooling.git] / xmltooling / impl / AnyElement.h
index 85ee2e1..4e668c8 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file AnyElement.h
+ * @file xmltooling/impl/AnyElement.h
  * 
  * Advanced anyType implementation suitable for deep processing of unknown content.
  */
@@ -54,13 +54,12 @@ namespace xmltooling {
         XMLObject* clone() const;
         
     protected:
+        AnyElementImpl() {}
         AnyElementImpl(const AnyElementImpl& src);   
         
         void marshallAttributes(DOMElement* domElement) const;
-        void marshallElementContent(DOMElement* domElement) const;
         void processChildElement(XMLObject* childXMLObject, const DOMElement* root);
         void processAttribute(const DOMAttr* attribute);
-        void processElementContent(const XMLCh* elementContent);
     };
 
     /**