Set xsi:type during object construction.
[shibboleth/cpp-xmltooling.git] / xmltooling / XMLObject.h
index 09e72c9..46157b8 100644 (file)
@@ -133,14 +133,6 @@ namespace xmltooling {
         virtual const QName* getSchemaType() const=0;\r
         \r
         /**\r
-         * Sets the XML schema type of this element.  This translates to contents the xsi:type\r
-         * attribute for the element.\r
-         * \r
-         * @param type XML schema type of this element\r
-         */\r
-        virtual void setSchemaType(const QName* type)=0;\r
-        \r
-        /**\r
          * Checks to see if this object has a parent.\r
          * \r
          * @return true if the object has a parent, false if not\r