OO.ui.Element.prototype.getTagName = function () {
    return this.constructor.static.tagName;
};