chromium/third_party/blink/renderer/modules/content_extraction/inner_html_builder.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {

// static
String InnerHtmlBuilder::Build(LocalFrame& frame) {}

InnerHtmlBuilder::InnerHtmlBuilder(Document& d)
    :{}

String InnerHtmlBuilder::Build(HTMLElement& body) {}

bool InnerHtmlBuilder::ShouldIgnoreElement(const Element& e) const {}

}  // namespace blink