Add per-object validation.
[shibboleth/cpp-xmltooling.git] / xmltooling / AbstractAttributeExtensibleXMLObject.h
index 458204c..e474ff8 100644 (file)
@@ -56,16 +56,7 @@ namespace xmltooling {
         virtual void setAttribute(QName& qualifiedName, const XMLCh* value);\r
     \r
      protected:\r
-        /**\r
-         * Constructor\r
-         * \r
-         * @param namespaceURI the namespace the element is in\r
-         * @param elementLocalName the local name of the XML element this Object represents\r
-         * @param namespacePrefix the namespace prefix to use\r
-         */\r
-        AbstractAttributeExtensibleXMLObject(\r
-            const XMLCh* namespaceURI=NULL, const XMLCh* elementLocalName=NULL, const XMLCh* namespacePrefix=NULL\r
-            ) : AbstractDOMCachingXMLObject(namespaceURI,elementLocalName, namespacePrefix) {}\r
+        AbstractAttributeExtensibleXMLObject() {}\r
 \r
         std::map<QName,XMLCh*> m_attributeMap;\r
     };\r