Copy as Markdown
Other Tools
/* THIS FILE IS AUTOGENERATED FROM Sanitizer.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_SANITIZERBINDINGFWD_H_
#define DOM_SANITIZERBINDINGFWD_H_
namespace mozilla {
namespace dom {
class OwningStringOrSanitizerElementNamespace;
class StringOrSanitizerElementNamespace;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using SanitizerElement = StringOrSanitizerElementNamespace;
using OwningSanitizerElement = OwningStringOrSanitizerElementNamespace;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
class OwningStringOrSanitizerElementNamespaceWithAttributes;
class StringOrSanitizerElementNamespaceWithAttributes;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using SanitizerElementWithAttributes = StringOrSanitizerElementNamespaceWithAttributes;
using OwningSanitizerElementWithAttributes = OwningStringOrSanitizerElementNamespaceWithAttributes;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
class OwningStringOrSanitizerAttributeNamespace;
class StringOrSanitizerAttributeNamespace;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using SanitizerAttribute = StringOrSanitizerAttributeNamespace;
using OwningSanitizerAttribute = OwningStringOrSanitizerAttributeNamespace;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
struct SanitizerAttributeNamespace;
struct SanitizerElementNamespace;
struct SanitizerElementNamespaceWithAttributes;
struct SanitizerConfig;
struct SetHTMLOptions;
struct SetHTMLUnsafeOptions;
class Sanitizer;
} // namespace dom
} // namespace mozilla
#endif // DOM_SANITIZERBINDINGFWD_H_