2019-06-15 13:55:47 -03:00
|
|
|
#pragma once
|
|
|
|
|
|
2019-06-21 13:45:35 -03:00
|
|
|
#include <AK/NonnullRefPtr.h>
|
2019-06-15 18:41:15 -03:00
|
|
|
#include <LibHTML/DOM/Document.h>
|
2019-06-15 13:55:47 -03:00
|
|
|
|
2019-10-07 14:11:33 -03:00
|
|
|
NonnullRefPtr<Document> parse_html(const StringView&, const URL& = URL());
|
2019-06-15 13:55:47 -03:00
|
|
|
|