X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2FXMLObject.h;h=46157b8c9bd7ead3fea9c4883218d6f87298775c;hb=c162396a9f005de0648b6e6598ff90b4d641deb1;hp=09e72c96811fb6734a41a5fc4bfa6a37ef946e0d;hpb=a039baceeda19f0e5c3269332a668763c0889e90;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/XMLObject.h b/xmltooling/XMLObject.h index 09e72c9..46157b8 100644 --- a/xmltooling/XMLObject.h +++ b/xmltooling/XMLObject.h @@ -133,14 +133,6 @@ namespace xmltooling { virtual const QName* getSchemaType() const=0; /** - * Sets the XML schema type of this element. This translates to contents the xsi:type - * attribute for the element. - * - * @param type XML schema type of this element - */ - virtual void setSchemaType(const QName* type)=0; - - /** * Checks to see if this object has a parent. * * @return true if the object has a parent, false if not