summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_DocumentType.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/web-sys/src/features/gen_DocumentType.rs')
-rw-r--r--vendor/web-sys/src/features/gen_DocumentType.rs660
1 files changed, 660 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_DocumentType.rs b/vendor/web-sys/src/features/gen_DocumentType.rs
new file mode 100644
index 000000000..2b6280c9b
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_DocumentType.rs
@@ -0,0 +1,660 @@
+#![allow(unused_imports)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+extern "C" {
+ # [wasm_bindgen (extends = Node , extends = EventTarget , extends = :: js_sys :: Object , js_name = DocumentType , typescript_type = "DocumentType")]
+ #[derive(Debug, Clone, PartialEq, Eq)]
+ #[doc = "The `DocumentType` class."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub type DocumentType;
+ # [wasm_bindgen (structural , method , getter , js_class = "DocumentType" , js_name = name)]
+ #[doc = "Getter for the `name` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/name)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn name(this: &DocumentType) -> String;
+ # [wasm_bindgen (structural , method , getter , js_class = "DocumentType" , js_name = publicId)]
+ #[doc = "Getter for the `publicId` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/publicId)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn public_id(this: &DocumentType) -> String;
+ # [wasm_bindgen (structural , method , getter , js_class = "DocumentType" , js_name = systemId)]
+ #[doc = "Getter for the `systemId` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/systemId)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn system_id(this: &DocumentType) -> String;
+ # [wasm_bindgen (catch , method , structural , variadic , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_node(this: &DocumentType, nodes: &::js_sys::Array) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_node_0(this: &DocumentType) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_node_1(this: &DocumentType, nodes_1: &Node) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_node_2(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_node_3(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_node_4(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ nodes_4: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_node_5(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ nodes_4: &Node,
+ nodes_5: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_node_6(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ nodes_4: &Node,
+ nodes_5: &Node,
+ nodes_6: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_node_7(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ nodes_4: &Node,
+ nodes_5: &Node,
+ nodes_6: &Node,
+ nodes_7: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , variadic , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_str(this: &DocumentType, nodes: &::js_sys::Array) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_str_0(this: &DocumentType) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_str_1(this: &DocumentType, nodes_1: &str) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_str_2(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_str_3(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_str_4(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ nodes_4: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_str_5(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ nodes_4: &str,
+ nodes_5: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_str_6(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ nodes_4: &str,
+ nodes_5: &str,
+ nodes_6: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = after)]
+ #[doc = "The `after()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/after)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn after_with_str_7(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ nodes_4: &str,
+ nodes_5: &str,
+ nodes_6: &str,
+ nodes_7: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , variadic , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_node(this: &DocumentType, nodes: &::js_sys::Array) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_node_0(this: &DocumentType) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_node_1(this: &DocumentType, nodes_1: &Node) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_node_2(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_node_3(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_node_4(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ nodes_4: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_node_5(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ nodes_4: &Node,
+ nodes_5: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_node_6(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ nodes_4: &Node,
+ nodes_5: &Node,
+ nodes_6: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_node_7(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ nodes_4: &Node,
+ nodes_5: &Node,
+ nodes_6: &Node,
+ nodes_7: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , variadic , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_str(this: &DocumentType, nodes: &::js_sys::Array) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_str_0(this: &DocumentType) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_str_1(this: &DocumentType, nodes_1: &str) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_str_2(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_str_3(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_str_4(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ nodes_4: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_str_5(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ nodes_4: &str,
+ nodes_5: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_str_6(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ nodes_4: &str,
+ nodes_5: &str,
+ nodes_6: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = before)]
+ #[doc = "The `before()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/before)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn before_with_str_7(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ nodes_4: &str,
+ nodes_5: &str,
+ nodes_6: &str,
+ nodes_7: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (method , structural , js_class = "DocumentType" , js_name = remove)]
+ #[doc = "The `remove()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/remove)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn remove(this: &DocumentType);
+ # [wasm_bindgen (catch , method , structural , variadic , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_node(
+ this: &DocumentType,
+ nodes: &::js_sys::Array,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_node_0(this: &DocumentType) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_node_1(this: &DocumentType, nodes_1: &Node) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_node_2(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_node_3(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_node_4(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ nodes_4: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_node_5(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ nodes_4: &Node,
+ nodes_5: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_node_6(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ nodes_4: &Node,
+ nodes_5: &Node,
+ nodes_6: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_node_7(
+ this: &DocumentType,
+ nodes_1: &Node,
+ nodes_2: &Node,
+ nodes_3: &Node,
+ nodes_4: &Node,
+ nodes_5: &Node,
+ nodes_6: &Node,
+ nodes_7: &Node,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , variadic , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_str(
+ this: &DocumentType,
+ nodes: &::js_sys::Array,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_str_0(this: &DocumentType) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_str_1(this: &DocumentType, nodes_1: &str) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_str_2(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_str_3(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_str_4(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ nodes_4: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_str_5(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ nodes_4: &str,
+ nodes_5: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_str_6(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ nodes_4: &str,
+ nodes_5: &str,
+ nodes_6: &str,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "DocumentType" , js_name = replaceWith)]
+ #[doc = "The `replaceWith()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/replaceWith)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DocumentType`*"]
+ pub fn replace_with_with_str_7(
+ this: &DocumentType,
+ nodes_1: &str,
+ nodes_2: &str,
+ nodes_3: &str,
+ nodes_4: &str,
+ nodes_5: &str,
+ nodes_6: &str,
+ nodes_7: &str,
+ ) -> Result<(), JsValue>;
+}