WEBCORE_EXPORT ExceptionOr<Element*> insertAdjacentElement(const String& where, Element& newChild);
WEBCORE_EXPORT ExceptionOr<void> insertAdjacentHTML(const String& where, const String& html);
WEBCORE_EXPORT ExceptionOr<void> insertAdjacentText(const String& where, const String& text);
WEBCORE_EXPORT ExceptionOr<Element*> insertAdjacentElement(const String& where, Element& newChild);
WEBCORE_EXPORT ExceptionOr<void> insertAdjacentHTML(const String& where, const String& html);
WEBCORE_EXPORT ExceptionOr<void> insertAdjacentText(const String& where, const String& text);