DOMParser
https://developer.mozilla.org/ja/docs/Web/API/DOMParser
DOMParser.parseFromString
メソッドは、引数に与えられた文字列を
DOM
として解析し、
Document
オブジェクトを返す。