parseHTMLtext method

Document parseHTMLtext(
  1. String html
)

Implementation

dom.Document parseHTMLtext(String html) {
  return parse(html);
}