X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltooling%2FAbstractAttributeExtensibleXMLObject.h;h=3881deedeec6b3eca39c730cb7a236b18c32188c;hp=c09d7118f606ba12caad96e266066c7c90a7d347;hb=dc9029c0c058f65f81e405e2f86b0df1ad7da850;hpb=b64d72f5caaf173d32850b1901ac2e19f53d6f44 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();