Sets whether parsing should be done using "masterminds/html5".
$this
public function useHtml5Parser(bool $useHtml5Parser) : static { $this->useHtml5Parser = $useHtml5Parser; return $this; }