#include "third_party/blink/renderer/modules/content_extraction/inner_html_builder.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
#include "third_party/blink/renderer/core/html/html_body_element.h"
#include "third_party/blink/renderer/core/html/html_document.h"
namespace blink {
String InnerHtmlBuilder::Build(LocalFrame& frame) { … }
InnerHtmlBuilder::InnerHtmlBuilder(Document& d)
: … { … }
String InnerHtmlBuilder::Build(HTMLElement& body) { … }
bool InnerHtmlBuilder::ShouldIgnoreElement(const Element& e) const { … }
}