DOMParser.prototype._get_parser = function() {
      return this._document_parser != null ? this._document_parser : this._document_parser = this._parser_factory();
    };