X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2FAbstractAttributeExtensibleXMLObject.h;h=3881deedeec6b3eca39c730cb7a236b18c32188c;hb=be75127874e145c5703c0457e9b7a0d583d6c013;hp=c09d7118f606ba12caad96e266066c7c90a7d347;hpb=81b488b2790e7bdeb2f43560b1d4a7d22c3dfdf5;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/AbstractAttributeExtensibleXMLObject.h b/xmltooling/AbstractAttributeExtensibleXMLObject.h index c09d711..3881dee 100644 --- a/xmltooling/AbstractAttributeExtensibleXMLObject.h +++ b/xmltooling/AbstractAttributeExtensibleXMLObject.h @@ -54,6 +54,7 @@ namespace xmltooling { void setAttribute(const QName& qualifiedName, const XMLCh* value, bool ID=false); const std::map& getExtensionAttributes() const; const XMLCh* getXMLID() const; + const XMLCh* getLang() const; protected: AbstractAttributeExtensibleXMLObject();