parseContent: d(function (maxLength) {
        if (this._parsedContent) return this._parsedContent;

        if (typeof maxLength !== "number") maxLength = DEFAULT_MAX_CONTENT_LENGTH;