[][src]Struct web_sys::XmlDocument

#[repr(transparent)]pub struct XmlDocument { /* fields omitted */ }

The XmlDocument class.

MDN Documentation

This API requires the following crate features to be activated: XmlDocument

Methods

impl XmlDocument[src]

pub fn async(&self) -> bool[src]

Getter for the async field of this object.

MDN Documentation

This API requires the following crate features to be activated: XmlDocument

impl XmlDocument[src]

pub fn set_async(&self, value: bool)[src]

Setter for the async field of this object.

MDN Documentation

This API requires the following crate features to be activated: XmlDocument

impl XmlDocument[src]

pub fn load(&self, url: &str) -> Result<bool, JsValue>[src]

The load() method.

MDN Documentation

This API requires the following crate features to be activated: XmlDocument

Methods from Deref<Target = Document>

pub fn implementation(&self) -> Result<DomImplementation, JsValue>[src]

Getter for the implementation field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, DomImplementation

pub fn url(&self) -> Result<String, JsValue>[src]

Getter for the URL field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn document_uri(&self) -> Result<String, JsValue>[src]

Getter for the documentURI field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn compat_mode(&self) -> String[src]

Getter for the compatMode field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn character_set(&self) -> String[src]

Getter for the characterSet field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn charset(&self) -> String[src]

Getter for the charset field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn input_encoding(&self) -> String[src]

Getter for the inputEncoding field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn content_type(&self) -> String[src]

Getter for the contentType field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn doctype(&self) -> Option<DocumentType>[src]

Getter for the doctype field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, DocumentType

pub fn document_element(&self) -> Option<Element>[src]

Getter for the documentElement field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn location(&self) -> Option<Location>[src]

Getter for the location field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, Location

pub fn referrer(&self) -> String[src]

Getter for the referrer field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn last_modified(&self) -> String[src]

Getter for the lastModified field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ready_state(&self) -> String[src]

Getter for the readyState field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn title(&self) -> String[src]

Getter for the title field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_title(&self, value: &str)[src]

Setter for the title field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn dir(&self) -> String[src]

Getter for the dir field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_dir(&self, value: &str)[src]

Setter for the dir field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn body(&self) -> Option<HtmlElement>[src]

Getter for the body field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlElement

pub fn set_body(&self, value: Option<&HtmlElement>)[src]

Setter for the body field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlElement

pub fn head(&self) -> Option<HtmlHeadElement>[src]

Getter for the head field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlHeadElement

pub fn images(&self) -> HtmlCollection[src]

Getter for the images field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlCollection

pub fn embeds(&self) -> HtmlCollection[src]

Getter for the embeds field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlCollection

pub fn plugins(&self) -> HtmlCollection[src]

Getter for the plugins field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlCollection

Getter for the links field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlCollection

pub fn forms(&self) -> HtmlCollection[src]

Getter for the forms field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlCollection

pub fn scripts(&self) -> HtmlCollection[src]

Getter for the scripts field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlCollection

pub fn default_view(&self) -> Option<Window>[src]

Getter for the defaultView field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, Window

pub fn onreadystatechange(&self) -> Option<Function>[src]

Getter for the onreadystatechange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onreadystatechange(&self, value: Option<&Function>)[src]

Setter for the onreadystatechange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onbeforescriptexecute(&self) -> Option<Function>[src]

Getter for the onbeforescriptexecute field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onbeforescriptexecute(&self, value: Option<&Function>)[src]

Setter for the onbeforescriptexecute field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onafterscriptexecute(&self) -> Option<Function>[src]

Getter for the onafterscriptexecute field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onafterscriptexecute(&self, value: Option<&Function>)[src]

Setter for the onafterscriptexecute field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onselectionchange(&self) -> Option<Function>[src]

Getter for the onselectionchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onselectionchange(&self, value: Option<&Function>)[src]

Setter for the onselectionchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn current_script(&self) -> Option<Element>[src]

Getter for the currentScript field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn anchors(&self) -> HtmlCollection[src]

Getter for the anchors field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlCollection

pub fn applets(&self) -> HtmlCollection[src]

Getter for the applets field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlCollection

pub fn fullscreen(&self) -> bool[src]

Getter for the fullscreen field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn fullscreen_enabled(&self) -> bool[src]

Getter for the fullscreenEnabled field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onfullscreenchange(&self) -> Option<Function>[src]

Getter for the onfullscreenchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onfullscreenchange(&self, value: Option<&Function>)[src]

Setter for the onfullscreenchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onfullscreenerror(&self) -> Option<Function>[src]

Getter for the onfullscreenerror field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onfullscreenerror(&self, value: Option<&Function>)[src]

Setter for the onfullscreenerror field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onpointerlockchange(&self) -> Option<Function>[src]

Getter for the onpointerlockchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onpointerlockchange(&self, value: Option<&Function>)[src]

Setter for the onpointerlockchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onpointerlockerror(&self) -> Option<Function>[src]

Getter for the onpointerlockerror field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onpointerlockerror(&self, value: Option<&Function>)[src]

Setter for the onpointerlockerror field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn hidden(&self) -> bool[src]

Getter for the hidden field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn visibility_state(&self) -> VisibilityState[src]

Getter for the visibilityState field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, VisibilityState

pub fn onvisibilitychange(&self) -> Option<Function>[src]

Getter for the onvisibilitychange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onvisibilitychange(&self, value: Option<&Function>)[src]

Setter for the onvisibilitychange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn selected_style_sheet_set(&self) -> Option<String>[src]

Getter for the selectedStyleSheetSet field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_selected_style_sheet_set(&self, value: Option<&str>)[src]

Setter for the selectedStyleSheetSet field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn last_style_sheet_set(&self) -> Option<String>[src]

Getter for the lastStyleSheetSet field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn preferred_style_sheet_set(&self) -> Option<String>[src]

Getter for the preferredStyleSheetSet field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn style_sheet_sets(&self) -> DomStringList[src]

Getter for the styleSheetSets field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, DomStringList

pub fn scrolling_element(&self) -> Option<Element>[src]

Getter for the scrollingElement field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn timeline(&self) -> DocumentTimeline[src]

Getter for the timeline field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, DocumentTimeline

pub fn root_element(&self) -> Option<SvgsvgElement>[src]

Getter for the rootElement field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, SvgsvgElement

pub fn oncopy(&self) -> Option<Function>[src]

Getter for the oncopy field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_oncopy(&self, value: Option<&Function>)[src]

Setter for the oncopy field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn oncut(&self) -> Option<Function>[src]

Getter for the oncut field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_oncut(&self, value: Option<&Function>)[src]

Setter for the oncut field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onpaste(&self) -> Option<Function>[src]

Getter for the onpaste field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onpaste(&self, value: Option<&Function>)[src]

Setter for the onpaste field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn active_element(&self) -> Option<Element>[src]

Getter for the activeElement field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn style_sheets(&self) -> StyleSheetList[src]

Getter for the styleSheets field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, StyleSheetList

pub fn pointer_lock_element(&self) -> Option<Element>[src]

Getter for the pointerLockElement field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn fullscreen_element(&self) -> Option<Element>[src]

Getter for the fullscreenElement field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn fonts(&self) -> FontFaceSet[src]

Getter for the fonts field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, FontFaceSet

pub fn onabort(&self) -> Option<Function>[src]

Getter for the onabort field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onabort(&self, value: Option<&Function>)[src]

Setter for the onabort field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onblur(&self) -> Option<Function>[src]

Getter for the onblur field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onblur(&self, value: Option<&Function>)[src]

Setter for the onblur field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onfocus(&self) -> Option<Function>[src]

Getter for the onfocus field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onfocus(&self, value: Option<&Function>)[src]

Setter for the onfocus field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onauxclick(&self) -> Option<Function>[src]

Getter for the onauxclick field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onauxclick(&self, value: Option<&Function>)[src]

Setter for the onauxclick field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn oncanplay(&self) -> Option<Function>[src]

Getter for the oncanplay field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_oncanplay(&self, value: Option<&Function>)[src]

Setter for the oncanplay field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn oncanplaythrough(&self) -> Option<Function>[src]

Getter for the oncanplaythrough field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_oncanplaythrough(&self, value: Option<&Function>)[src]

Setter for the oncanplaythrough field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onchange(&self) -> Option<Function>[src]

Getter for the onchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onchange(&self, value: Option<&Function>)[src]

Setter for the onchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onclick(&self) -> Option<Function>[src]

Getter for the onclick field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onclick(&self, value: Option<&Function>)[src]

Setter for the onclick field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onclose(&self) -> Option<Function>[src]

Getter for the onclose field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onclose(&self, value: Option<&Function>)[src]

Setter for the onclose field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn oncontextmenu(&self) -> Option<Function>[src]

Getter for the oncontextmenu field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_oncontextmenu(&self, value: Option<&Function>)[src]

Setter for the oncontextmenu field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ondblclick(&self) -> Option<Function>[src]

Getter for the ondblclick field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ondblclick(&self, value: Option<&Function>)[src]

Setter for the ondblclick field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ondrag(&self) -> Option<Function>[src]

Getter for the ondrag field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ondrag(&self, value: Option<&Function>)[src]

Setter for the ondrag field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ondragend(&self) -> Option<Function>[src]

Getter for the ondragend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ondragend(&self, value: Option<&Function>)[src]

Setter for the ondragend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ondragenter(&self) -> Option<Function>[src]

Getter for the ondragenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ondragenter(&self, value: Option<&Function>)[src]

Setter for the ondragenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ondragexit(&self) -> Option<Function>[src]

Getter for the ondragexit field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ondragexit(&self, value: Option<&Function>)[src]

Setter for the ondragexit field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ondragleave(&self) -> Option<Function>[src]

Getter for the ondragleave field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ondragleave(&self, value: Option<&Function>)[src]

Setter for the ondragleave field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ondragover(&self) -> Option<Function>[src]

Getter for the ondragover field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ondragover(&self, value: Option<&Function>)[src]

Setter for the ondragover field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ondragstart(&self) -> Option<Function>[src]

Getter for the ondragstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ondragstart(&self, value: Option<&Function>)[src]

Setter for the ondragstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ondrop(&self) -> Option<Function>[src]

Getter for the ondrop field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ondrop(&self, value: Option<&Function>)[src]

Setter for the ondrop field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ondurationchange(&self) -> Option<Function>[src]

Getter for the ondurationchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ondurationchange(&self, value: Option<&Function>)[src]

Setter for the ondurationchange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onemptied(&self) -> Option<Function>[src]

Getter for the onemptied field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onemptied(&self, value: Option<&Function>)[src]

Setter for the onemptied field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onended(&self) -> Option<Function>[src]

Getter for the onended field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onended(&self, value: Option<&Function>)[src]

Setter for the onended field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn oninput(&self) -> Option<Function>[src]

Getter for the oninput field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_oninput(&self, value: Option<&Function>)[src]

Setter for the oninput field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn oninvalid(&self) -> Option<Function>[src]

Getter for the oninvalid field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_oninvalid(&self, value: Option<&Function>)[src]

Setter for the oninvalid field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onkeydown(&self) -> Option<Function>[src]

Getter for the onkeydown field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onkeydown(&self, value: Option<&Function>)[src]

Setter for the onkeydown field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onkeypress(&self) -> Option<Function>[src]

Getter for the onkeypress field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onkeypress(&self, value: Option<&Function>)[src]

Setter for the onkeypress field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onkeyup(&self) -> Option<Function>[src]

Getter for the onkeyup field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onkeyup(&self, value: Option<&Function>)[src]

Setter for the onkeyup field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onload(&self) -> Option<Function>[src]

Getter for the onload field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onload(&self, value: Option<&Function>)[src]

Setter for the onload field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onloadeddata(&self) -> Option<Function>[src]

Getter for the onloadeddata field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onloadeddata(&self, value: Option<&Function>)[src]

Setter for the onloadeddata field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onloadedmetadata(&self) -> Option<Function>[src]

Getter for the onloadedmetadata field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onloadedmetadata(&self, value: Option<&Function>)[src]

Setter for the onloadedmetadata field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onloadend(&self) -> Option<Function>[src]

Getter for the onloadend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onloadend(&self, value: Option<&Function>)[src]

Setter for the onloadend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onloadstart(&self) -> Option<Function>[src]

Getter for the onloadstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onloadstart(&self, value: Option<&Function>)[src]

Setter for the onloadstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onmousedown(&self) -> Option<Function>[src]

Getter for the onmousedown field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onmousedown(&self, value: Option<&Function>)[src]

Setter for the onmousedown field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onmouseenter(&self) -> Option<Function>[src]

Getter for the onmouseenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onmouseenter(&self, value: Option<&Function>)[src]

Setter for the onmouseenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onmouseleave(&self) -> Option<Function>[src]

Getter for the onmouseleave field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onmouseleave(&self, value: Option<&Function>)[src]

Setter for the onmouseleave field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onmousemove(&self) -> Option<Function>[src]

Getter for the onmousemove field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onmousemove(&self, value: Option<&Function>)[src]

Setter for the onmousemove field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onmouseout(&self) -> Option<Function>[src]

Getter for the onmouseout field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onmouseout(&self, value: Option<&Function>)[src]

Setter for the onmouseout field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onmouseover(&self) -> Option<Function>[src]

Getter for the onmouseover field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onmouseover(&self, value: Option<&Function>)[src]

Setter for the onmouseover field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onmouseup(&self) -> Option<Function>[src]

Getter for the onmouseup field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onmouseup(&self, value: Option<&Function>)[src]

Setter for the onmouseup field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onwheel(&self) -> Option<Function>[src]

Getter for the onwheel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onwheel(&self, value: Option<&Function>)[src]

Setter for the onwheel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onpause(&self) -> Option<Function>[src]

Getter for the onpause field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onpause(&self, value: Option<&Function>)[src]

Setter for the onpause field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onplay(&self) -> Option<Function>[src]

Getter for the onplay field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onplay(&self, value: Option<&Function>)[src]

Setter for the onplay field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onplaying(&self) -> Option<Function>[src]

Getter for the onplaying field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onplaying(&self, value: Option<&Function>)[src]

Setter for the onplaying field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onprogress(&self) -> Option<Function>[src]

Getter for the onprogress field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onprogress(&self, value: Option<&Function>)[src]

Setter for the onprogress field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onratechange(&self) -> Option<Function>[src]

Getter for the onratechange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onratechange(&self, value: Option<&Function>)[src]

Setter for the onratechange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onreset(&self) -> Option<Function>[src]

Getter for the onreset field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onreset(&self, value: Option<&Function>)[src]

Setter for the onreset field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onresize(&self) -> Option<Function>[src]

Getter for the onresize field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onresize(&self, value: Option<&Function>)[src]

Setter for the onresize field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onscroll(&self) -> Option<Function>[src]

Getter for the onscroll field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onscroll(&self, value: Option<&Function>)[src]

Setter for the onscroll field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onseeked(&self) -> Option<Function>[src]

Getter for the onseeked field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onseeked(&self, value: Option<&Function>)[src]

Setter for the onseeked field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onseeking(&self) -> Option<Function>[src]

Getter for the onseeking field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onseeking(&self, value: Option<&Function>)[src]

Setter for the onseeking field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onselect(&self) -> Option<Function>[src]

Getter for the onselect field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onselect(&self, value: Option<&Function>)[src]

Setter for the onselect field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onshow(&self) -> Option<Function>[src]

Getter for the onshow field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onshow(&self, value: Option<&Function>)[src]

Setter for the onshow field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onstalled(&self) -> Option<Function>[src]

Getter for the onstalled field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onstalled(&self, value: Option<&Function>)[src]

Setter for the onstalled field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onsubmit(&self) -> Option<Function>[src]

Getter for the onsubmit field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onsubmit(&self, value: Option<&Function>)[src]

Setter for the onsubmit field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onsuspend(&self) -> Option<Function>[src]

Getter for the onsuspend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onsuspend(&self, value: Option<&Function>)[src]

Setter for the onsuspend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ontimeupdate(&self) -> Option<Function>[src]

Getter for the ontimeupdate field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ontimeupdate(&self, value: Option<&Function>)[src]

Setter for the ontimeupdate field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onvolumechange(&self) -> Option<Function>[src]

Getter for the onvolumechange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onvolumechange(&self, value: Option<&Function>)[src]

Setter for the onvolumechange field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onwaiting(&self) -> Option<Function>[src]

Getter for the onwaiting field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onwaiting(&self, value: Option<&Function>)[src]

Setter for the onwaiting field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onselectstart(&self) -> Option<Function>[src]

Getter for the onselectstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onselectstart(&self, value: Option<&Function>)[src]

Setter for the onselectstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ontoggle(&self) -> Option<Function>[src]

Getter for the ontoggle field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ontoggle(&self, value: Option<&Function>)[src]

Setter for the ontoggle field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onpointercancel(&self) -> Option<Function>[src]

Getter for the onpointercancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onpointercancel(&self, value: Option<&Function>)[src]

Setter for the onpointercancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onpointerdown(&self) -> Option<Function>[src]

Getter for the onpointerdown field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onpointerdown(&self, value: Option<&Function>)[src]

Setter for the onpointerdown field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onpointerup(&self) -> Option<Function>[src]

Getter for the onpointerup field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onpointerup(&self, value: Option<&Function>)[src]

Setter for the onpointerup field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onpointermove(&self) -> Option<Function>[src]

Getter for the onpointermove field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onpointermove(&self, value: Option<&Function>)[src]

Setter for the onpointermove field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onpointerout(&self) -> Option<Function>[src]

Getter for the onpointerout field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onpointerout(&self, value: Option<&Function>)[src]

Setter for the onpointerout field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onpointerover(&self) -> Option<Function>[src]

Getter for the onpointerover field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onpointerover(&self, value: Option<&Function>)[src]

Setter for the onpointerover field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onpointerenter(&self) -> Option<Function>[src]

Getter for the onpointerenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onpointerenter(&self, value: Option<&Function>)[src]

Setter for the onpointerenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onpointerleave(&self) -> Option<Function>[src]

Getter for the onpointerleave field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onpointerleave(&self, value: Option<&Function>)[src]

Setter for the onpointerleave field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ongotpointercapture(&self) -> Option<Function>[src]

Getter for the ongotpointercapture field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ongotpointercapture(&self, value: Option<&Function>)[src]

Setter for the ongotpointercapture field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onlostpointercapture(&self) -> Option<Function>[src]

Getter for the onlostpointercapture field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onlostpointercapture(&self, value: Option<&Function>)[src]

Setter for the onlostpointercapture field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onanimationcancel(&self) -> Option<Function>[src]

Getter for the onanimationcancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onanimationcancel(&self, value: Option<&Function>)[src]

Setter for the onanimationcancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onanimationend(&self) -> Option<Function>[src]

Getter for the onanimationend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onanimationend(&self, value: Option<&Function>)[src]

Setter for the onanimationend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onanimationiteration(&self) -> Option<Function>[src]

Getter for the onanimationiteration field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onanimationiteration(&self, value: Option<&Function>)[src]

Setter for the onanimationiteration field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onanimationstart(&self) -> Option<Function>[src]

Getter for the onanimationstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onanimationstart(&self, value: Option<&Function>)[src]

Setter for the onanimationstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ontransitioncancel(&self) -> Option<Function>[src]

Getter for the ontransitioncancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ontransitioncancel(&self, value: Option<&Function>)[src]

Setter for the ontransitioncancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ontransitionend(&self) -> Option<Function>[src]

Getter for the ontransitionend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ontransitionend(&self, value: Option<&Function>)[src]

Setter for the ontransitionend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ontransitionrun(&self) -> Option<Function>[src]

Getter for the ontransitionrun field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ontransitionrun(&self, value: Option<&Function>)[src]

Setter for the ontransitionrun field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ontransitionstart(&self) -> Option<Function>[src]

Getter for the ontransitionstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ontransitionstart(&self, value: Option<&Function>)[src]

Setter for the ontransitionstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onwebkitanimationend(&self) -> Option<Function>[src]

Getter for the onwebkitanimationend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onwebkitanimationend(&self, value: Option<&Function>)[src]

Setter for the onwebkitanimationend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onwebkitanimationiteration(&self) -> Option<Function>[src]

Getter for the onwebkitanimationiteration field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onwebkitanimationiteration(&self, value: Option<&Function>)[src]

Setter for the onwebkitanimationiteration field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onwebkitanimationstart(&self) -> Option<Function>[src]

Getter for the onwebkitanimationstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onwebkitanimationstart(&self, value: Option<&Function>)[src]

Setter for the onwebkitanimationstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onwebkittransitionend(&self) -> Option<Function>[src]

Getter for the onwebkittransitionend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onwebkittransitionend(&self, value: Option<&Function>)[src]

Setter for the onwebkittransitionend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn onerror(&self) -> Option<Function>[src]

Getter for the onerror field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_onerror(&self, value: Option<&Function>)[src]

Setter for the onerror field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn children(&self) -> HtmlCollection[src]

Getter for the children field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlCollection

pub fn first_element_child(&self) -> Option<Element>[src]

Getter for the firstElementChild field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn last_element_child(&self) -> Option<Element>[src]

Getter for the lastElementChild field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn child_element_count(&self) -> u32[src]

Getter for the childElementCount field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ontouchstart(&self) -> Option<Function>[src]

Getter for the ontouchstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ontouchstart(&self, value: Option<&Function>)[src]

Setter for the ontouchstart field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ontouchend(&self) -> Option<Function>[src]

Getter for the ontouchend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ontouchend(&self, value: Option<&Function>)[src]

Setter for the ontouchend field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ontouchmove(&self) -> Option<Function>[src]

Getter for the ontouchmove field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ontouchmove(&self, value: Option<&Function>)[src]

Setter for the ontouchmove field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn ontouchcancel(&self) -> Option<Function>[src]

Getter for the ontouchcancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn set_ontouchcancel(&self, value: Option<&Function>)[src]

Setter for the ontouchcancel field of this object.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn adopt_node(&self, node: &Node) -> Result<Node, JsValue>[src]

The adoptNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn caret_position_from_point(&self, x: f32, y: f32) -> Option<CaretPosition>[src]

The caretPositionFromPoint() method.

MDN Documentation

This API requires the following crate features to be activated: CaretPosition, Document

pub fn create_attribute(&self, name: &str) -> Result<Attr, JsValue>[src]

The createAttribute() method.

MDN Documentation

This API requires the following crate features to be activated: Attr, Document

pub fn create_attribute_ns(
    &self,
    namespace: Option<&str>,
    name: &str
) -> Result<Attr, JsValue>
[src]

The createAttributeNS() method.

MDN Documentation

This API requires the following crate features to be activated: Attr, Document

pub fn create_cdata_section(&self, data: &str) -> Result<CdataSection, JsValue>[src]

The createCDATASection() method.

MDN Documentation

This API requires the following crate features to be activated: CdataSection, Document

pub fn create_comment(&self, data: &str) -> Comment[src]

The createComment() method.

MDN Documentation

This API requires the following crate features to be activated: Comment, Document

pub fn create_document_fragment(&self) -> DocumentFragment[src]

The createDocumentFragment() method.

MDN Documentation

This API requires the following crate features to be activated: Document, DocumentFragment

pub fn create_element(&self, local_name: &str) -> Result<Element, JsValue>[src]

The createElement() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn create_element_with_element_creation_options(
    &self,
    local_name: &str,
    options: &ElementCreationOptions
) -> Result<Element, JsValue>
[src]

The createElement() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Element, ElementCreationOptions

pub fn create_element_with_str(
    &self,
    local_name: &str,
    options: &str
) -> Result<Element, JsValue>
[src]

The createElement() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn create_element_ns(
    &self,
    namespace: Option<&str>,
    qualified_name: &str
) -> Result<Element, JsValue>
[src]

The createElementNS() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn create_element_ns_with_element_creation_options(
    &self,
    namespace: Option<&str>,
    qualified_name: &str,
    options: &ElementCreationOptions
) -> Result<Element, JsValue>
[src]

The createElementNS() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Element, ElementCreationOptions

pub fn create_element_ns_with_str(
    &self,
    namespace: Option<&str>,
    qualified_name: &str,
    options: &str
) -> Result<Element, JsValue>
[src]

The createElementNS() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn create_event(&self, interface: &str) -> Result<Event, JsValue>[src]

The createEvent() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Event

pub fn create_node_iterator(&self, root: &Node) -> Result<NodeIterator, JsValue>[src]

The createNodeIterator() method.

MDN Documentation

This API requires the following crate features to be activated: Document, NodeIterator

pub fn create_node_iterator_with_what_to_show(
    &self,
    root: &Node,
    what_to_show: u32
) -> Result<NodeIterator, JsValue>
[src]

The createNodeIterator() method.

MDN Documentation

This API requires the following crate features to be activated: Document, NodeIterator

pub fn create_node_iterator_with_what_to_show_and_filter(
    &self,
    root: &Node,
    what_to_show: u32,
    filter: Option<&NodeFilter>
) -> Result<NodeIterator, JsValue>
[src]

The createNodeIterator() method.

MDN Documentation

This API requires the following crate features to be activated: Document, NodeFilter, NodeIterator

pub fn create_processing_instruction(
    &self,
    target: &str,
    data: &str
) -> Result<ProcessingInstruction, JsValue>
[src]

The createProcessingInstruction() method.

MDN Documentation

This API requires the following crate features to be activated: Document, ProcessingInstruction

pub fn create_range(&self) -> Result<Range, JsValue>[src]

The createRange() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Range

pub fn create_text_node(&self, data: &str) -> Text[src]

The createTextNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Text

pub fn create_tree_walker(&self, root: &Node) -> Result<TreeWalker, JsValue>[src]

The createTreeWalker() method.

MDN Documentation

This API requires the following crate features to be activated: Document, TreeWalker

pub fn create_tree_walker_with_what_to_show(
    &self,
    root: &Node,
    what_to_show: u32
) -> Result<TreeWalker, JsValue>
[src]

The createTreeWalker() method.

MDN Documentation

This API requires the following crate features to be activated: Document, TreeWalker

pub fn create_tree_walker_with_what_to_show_and_filter(
    &self,
    root: &Node,
    what_to_show: u32,
    filter: Option<&NodeFilter>
) -> Result<TreeWalker, JsValue>
[src]

The createTreeWalker() method.

MDN Documentation

This API requires the following crate features to be activated: Document, NodeFilter, TreeWalker

pub fn enable_style_sheets_for_set(&self, name: Option<&str>)[src]

The enableStyleSheetsForSet() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn exit_fullscreen(&self)[src]

The exitFullscreen() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn exit_pointer_lock(&self)[src]

The exitPointerLock() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn get_animations(&self) -> Array[src]

The getAnimations() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn get_element_by_id(&self, element_id: &str) -> Option<Element>[src]

The getElementById() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn get_elements_by_class_name(&self, class_names: &str) -> HtmlCollection[src]

The getElementsByClassName() method.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlCollection

pub fn get_elements_by_name(&self, element_name: &str) -> NodeList[src]

The getElementsByName() method.

MDN Documentation

This API requires the following crate features to be activated: Document, NodeList

pub fn get_elements_by_tag_name(&self, local_name: &str) -> HtmlCollection[src]

The getElementsByTagName() method.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlCollection

pub fn get_elements_by_tag_name_ns(
    &self,
    namespace: Option<&str>,
    local_name: &str
) -> Result<HtmlCollection, JsValue>
[src]

The getElementsByTagNameNS() method.

MDN Documentation

This API requires the following crate features to be activated: Document, HtmlCollection

pub fn get_selection(&self) -> Result<Option<Selection>, JsValue>[src]

The getSelection() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Selection

pub fn has_focus(&self) -> Result<bool, JsValue>[src]

The hasFocus() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn import_node(&self, node: &Node) -> Result<Node, JsValue>[src]

The importNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn import_node_with_deep(
    &self,
    node: &Node,
    deep: bool
) -> Result<Node, JsValue>
[src]

The importNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn query_selector(
    &self,
    selectors: &str
) -> Result<Option<Element>, JsValue>
[src]

The querySelector() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn query_selector_all(&self, selectors: &str) -> Result<NodeList, JsValue>[src]

The querySelectorAll() method.

MDN Documentation

This API requires the following crate features to be activated: Document, NodeList

pub fn release_capture(&self)[src]

The releaseCapture() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn element_from_point(&self, x: f32, y: f32) -> Option<Element>[src]

The elementFromPoint() method.

MDN Documentation

This API requires the following crate features to be activated: Document, Element

pub fn elements_from_point(&self, x: f32, y: f32) -> Array[src]

The elementsFromPoint() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn convert_point_from_node_with_text(
    &self,
    point: &DomPointInit,
    from: &Text
) -> Result<DomPoint, JsValue>
[src]

The convertPointFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document, DomPoint, DomPointInit, Text

pub fn convert_point_from_node_with_element(
    &self,
    point: &DomPointInit,
    from: &Element
) -> Result<DomPoint, JsValue>
[src]

The convertPointFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document, DomPoint, DomPointInit, Element

pub fn convert_point_from_node_with_document(
    &self,
    point: &DomPointInit,
    from: &Document
) -> Result<DomPoint, JsValue>
[src]

The convertPointFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document, DomPoint, DomPointInit

pub fn convert_point_from_node_with_text_and_options(
    &self,
    point: &DomPointInit,
    from: &Text,
    options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
[src]

The convertPointFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomPoint, DomPointInit, Text

pub fn convert_point_from_node_with_element_and_options(
    &self,
    point: &DomPointInit,
    from: &Element,
    options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
[src]

The convertPointFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomPoint, DomPointInit, Element

pub fn convert_point_from_node_with_document_and_options(
    &self,
    point: &DomPointInit,
    from: &Document,
    options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
[src]

The convertPointFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomPoint, DomPointInit

pub fn convert_quad_from_node_with_text(
    &self,
    quad: &DomQuad,
    from: &Text
) -> Result<DomQuad, JsValue>
[src]

The convertQuadFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document, DomQuad, Text

pub fn convert_quad_from_node_with_element(
    &self,
    quad: &DomQuad,
    from: &Element
) -> Result<DomQuad, JsValue>
[src]

The convertQuadFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document, DomQuad, Element

pub fn convert_quad_from_node_with_document(
    &self,
    quad: &DomQuad,
    from: &Document
) -> Result<DomQuad, JsValue>
[src]

The convertQuadFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document, DomQuad

pub fn convert_quad_from_node_with_text_and_options(
    &self,
    quad: &DomQuad,
    from: &Text,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
[src]

The convertQuadFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, Text

pub fn convert_quad_from_node_with_element_and_options(
    &self,
    quad: &DomQuad,
    from: &Element,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
[src]

The convertQuadFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, Element

pub fn convert_quad_from_node_with_document_and_options(
    &self,
    quad: &DomQuad,
    from: &Document,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
[src]

The convertQuadFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad

pub fn convert_rect_from_node_with_text(
    &self,
    rect: &DomRectReadOnly,
    from: &Text
) -> Result<DomQuad, JsValue>
[src]

The convertRectFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document, DomQuad, DomRectReadOnly, Text

pub fn convert_rect_from_node_with_element(
    &self,
    rect: &DomRectReadOnly,
    from: &Element
) -> Result<DomQuad, JsValue>
[src]

The convertRectFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document, DomQuad, DomRectReadOnly, Element

pub fn convert_rect_from_node_with_document(
    &self,
    rect: &DomRectReadOnly,
    from: &Document
) -> Result<DomQuad, JsValue>
[src]

The convertRectFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: Document, DomQuad, DomRectReadOnly

pub fn convert_rect_from_node_with_text_and_options(
    &self,
    rect: &DomRectReadOnly,
    from: &Text,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
[src]

The convertRectFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, DomRectReadOnly, Text

pub fn convert_rect_from_node_with_element_and_options(
    &self,
    rect: &DomRectReadOnly,
    from: &Element,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
[src]

The convertRectFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, DomRectReadOnly, Element

pub fn convert_rect_from_node_with_document_and_options(
    &self,
    rect: &DomRectReadOnly,
    from: &Document,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
[src]

The convertRectFromNode() method.

MDN Documentation

This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, DomRectReadOnly

pub fn get_box_quads(&self) -> Result<Array, JsValue>[src]

The getBoxQuads() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn get_box_quads_with_options(
    &self,
    options: &BoxQuadOptions
) -> Result<Array, JsValue>
[src]

The getBoxQuads() method.

MDN Documentation

This API requires the following crate features to be activated: BoxQuadOptions, Document

pub fn append_with_node(&self, nodes: &Array) -> Result<(), JsValue>[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_node_0(&self) -> Result<(), JsValue>[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_node_1(&self, nodes_1: &Node) -> Result<(), JsValue>[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_node_2(
    &self,
    nodes_1: &Node,
    nodes_2: &Node
) -> Result<(), JsValue>
[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_node_3(
    &self,
    nodes_1: &Node,
    nodes_2: &Node,
    nodes_3: &Node
) -> Result<(), JsValue>
[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_node_4(
    &self,
    nodes_1: &Node,
    nodes_2: &Node,
    nodes_3: &Node,
    nodes_4: &Node
) -> Result<(), JsValue>
[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_node_5(
    &self,
    nodes_1: &Node,
    nodes_2: &Node,
    nodes_3: &Node,
    nodes_4: &Node,
    nodes_5: &Node
) -> Result<(), JsValue>
[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_node_6(
    &self,
    nodes_1: &Node,
    nodes_2: &Node,
    nodes_3: &Node,
    nodes_4: &Node,
    nodes_5: &Node,
    nodes_6: &Node
) -> Result<(), JsValue>
[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_node_7(
    &self,
    nodes_1: &Node,
    nodes_2: &Node,
    nodes_3: &Node,
    nodes_4: &Node,
    nodes_5: &Node,
    nodes_6: &Node,
    nodes_7: &Node
) -> Result<(), JsValue>
[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_str(&self, nodes: &Array) -> Result<(), JsValue>[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_str_0(&self) -> Result<(), JsValue>[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_str_1(&self, nodes_1: &str) -> Result<(), JsValue>[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_str_2(
    &self,
    nodes_1: &str,
    nodes_2: &str
) -> Result<(), JsValue>
[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_str_3(
    &self,
    nodes_1: &str,
    nodes_2: &str,
    nodes_3: &str
) -> Result<(), JsValue>
[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_str_4(
    &self,
    nodes_1: &str,
    nodes_2: &str,
    nodes_3: &str,
    nodes_4: &str
) -> Result<(), JsValue>
[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_str_5(
    &self,
    nodes_1: &str,
    nodes_2: &str,
    nodes_3: &str,
    nodes_4: &str,
    nodes_5: &str
) -> Result<(), JsValue>
[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_str_6(
    &self,
    nodes_1: &str,
    nodes_2: &str,
    nodes_3: &str,
    nodes_4: &str,
    nodes_5: &str,
    nodes_6: &str
) -> Result<(), JsValue>
[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn append_with_str_7(
    &self,
    nodes_1: &str,
    nodes_2: &str,
    nodes_3: &str,
    nodes_4: &str,
    nodes_5: &str,
    nodes_6: &str,
    nodes_7: &str
) -> Result<(), JsValue>
[src]

The append() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_node(&self, nodes: &Array) -> Result<(), JsValue>[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_node_0(&self) -> Result<(), JsValue>[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_node_1(&self, nodes_1: &Node) -> Result<(), JsValue>[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_node_2(
    &self,
    nodes_1: &Node,
    nodes_2: &Node
) -> Result<(), JsValue>
[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_node_3(
    &self,
    nodes_1: &Node,
    nodes_2: &Node,
    nodes_3: &Node
) -> Result<(), JsValue>
[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_node_4(
    &self,
    nodes_1: &Node,
    nodes_2: &Node,
    nodes_3: &Node,
    nodes_4: &Node
) -> Result<(), JsValue>
[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_node_5(
    &self,
    nodes_1: &Node,
    nodes_2: &Node,
    nodes_3: &Node,
    nodes_4: &Node,
    nodes_5: &Node
) -> Result<(), JsValue>
[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_node_6(
    &self,
    nodes_1: &Node,
    nodes_2: &Node,
    nodes_3: &Node,
    nodes_4: &Node,
    nodes_5: &Node,
    nodes_6: &Node
) -> Result<(), JsValue>
[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_node_7(
    &self,
    nodes_1: &Node,
    nodes_2: &Node,
    nodes_3: &Node,
    nodes_4: &Node,
    nodes_5: &Node,
    nodes_6: &Node,
    nodes_7: &Node
) -> Result<(), JsValue>
[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_str(&self, nodes: &Array) -> Result<(), JsValue>[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_str_0(&self) -> Result<(), JsValue>[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_str_1(&self, nodes_1: &str) -> Result<(), JsValue>[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_str_2(
    &self,
    nodes_1: &str,
    nodes_2: &str
) -> Result<(), JsValue>
[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_str_3(
    &self,
    nodes_1: &str,
    nodes_2: &str,
    nodes_3: &str
) -> Result<(), JsValue>
[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_str_4(
    &self,
    nodes_1: &str,
    nodes_2: &str,
    nodes_3: &str,
    nodes_4: &str
) -> Result<(), JsValue>
[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_str_5(
    &self,
    nodes_1: &str,
    nodes_2: &str,
    nodes_3: &str,
    nodes_4: &str,
    nodes_5: &str
) -> Result<(), JsValue>
[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_str_6(
    &self,
    nodes_1: &str,
    nodes_2: &str,
    nodes_3: &str,
    nodes_4: &str,
    nodes_5: &str,
    nodes_6: &str
) -> Result<(), JsValue>
[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn prepend_with_str_7(
    &self,
    nodes_1: &str,
    nodes_2: &str,
    nodes_3: &str,
    nodes_4: &str,
    nodes_5: &str,
    nodes_6: &str,
    nodes_7: &str
) -> Result<(), JsValue>
[src]

The prepend() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn create_expression(
    &self,
    expression: &str
) -> Result<XPathExpression, JsValue>
[src]

The createExpression() method.

MDN Documentation

This API requires the following crate features to be activated: Document, XPathExpression

pub fn create_expression_with_opt_callback(
    &self,
    expression: &str,
    resolver: Option<&Function>
) -> Result<XPathExpression, JsValue>
[src]

The createExpression() method.

MDN Documentation

This API requires the following crate features to be activated: Document, XPathExpression

pub fn create_expression_with_opt_x_path_ns_resolver(
    &self,
    expression: &str,
    resolver: Option<&XPathNsResolver>
) -> Result<XPathExpression, JsValue>
[src]

The createExpression() method.

MDN Documentation

This API requires the following crate features to be activated: Document, XPathExpression, XPathNsResolver

pub fn create_ns_resolver(&self, node_resolver: &Node) -> Node[src]

The createNSResolver() method.

MDN Documentation

This API requires the following crate features to be activated: Document

pub fn evaluate(
    &self,
    expression: &str,
    context_node: &Node
) -> Result<XPathResult, JsValue>
[src]

The evaluate() method.

MDN Documentation

This API requires the following crate features to be activated: Document, XPathResult

pub fn evaluate_with_opt_callback(
    &self,
    expression: &str,
    context_node: &Node,
    resolver: Option<&Function>
) -> Result<XPathResult, JsValue>
[src]

The evaluate() method.

MDN Documentation

This API requires the following crate features to be activated: Document, XPathResult

pub fn evaluate_with_opt_x_path_ns_resolver(
    &self,
    expression: &str,
    context_node: &Node,
    resolver: Option<&XPathNsResolver>
) -> Result<XPathResult, JsValue>
[src]

The evaluate() method.

MDN Documentation

This API requires the following crate features to be activated: Document, XPathNsResolver, XPathResult

pub fn evaluate_with_opt_callback_and_type(
    &self,
    expression: &str,
    context_node: &Node,
    resolver: Option<&Function>,
    type_: u16
) -> Result<XPathResult, JsValue>
[src]

The evaluate() method.

MDN Documentation

This API requires the following crate features to be activated: Document, XPathResult

pub fn evaluate_with_opt_x_path_ns_resolver_and_type(
    &self,
    expression: &str,
    context_node: &Node,
    resolver: Option<&XPathNsResolver>,
    type_: u16
) -> Result<XPathResult, JsValue>
[src]

The evaluate() method.

MDN Documentation

This API requires the following crate features to be activated: Document, XPathNsResolver, XPathResult

pub fn evaluate_with_opt_callback_and_type_and_result(
    &self,
    expression: &str,
    context_node: &Node,
    resolver: Option<&Function>,
    type_: u16,
    result: Option<&Object>
) -> Result<XPathResult, JsValue>
[src]

The evaluate() method.

MDN Documentation

This API requires the following crate features to be activated: Document, XPathResult

pub fn evaluate_with_opt_x_path_ns_resolver_and_type_and_result(
    &self,
    expression: &str,
    context_node: &Node,
    resolver: Option<&XPathNsResolver>,
    type_: u16,
    result: Option<&Object>
) -> Result<XPathResult, JsValue>
[src]

The evaluate() method.

MDN Documentation

This API requires the following crate features to be activated: Document, XPathNsResolver, XPathResult

Trait Implementations

impl AsRef<Document> for XmlDocument[src]

impl AsRef<EventTarget> for XmlDocument[src]

impl AsRef<JsValue> for XmlDocument[src]

impl AsRef<Node> for XmlDocument[src]

impl AsRef<Object> for XmlDocument[src]

impl AsRef<XmlDocument> for XmlDocument[src]

impl Clone for XmlDocument[src]

impl Debug for XmlDocument[src]

impl Deref for XmlDocument[src]

type Target = Document

The resulting type after dereferencing.

impl Eq for XmlDocument[src]

impl From<JsValue> for XmlDocument[src]

impl From<XmlDocument> for JsValue[src]

impl From<XmlDocument> for Document[src]

impl From<XmlDocument> for Node[src]

impl From<XmlDocument> for EventTarget[src]

impl From<XmlDocument> for Object[src]

impl FromWasmAbi for XmlDocument[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for XmlDocument[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a XmlDocument[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for XmlDocument[src]

impl OptionFromWasmAbi for XmlDocument[src]

impl OptionIntoWasmAbi for XmlDocument[src]

impl<'a> OptionIntoWasmAbi for &'a XmlDocument[src]

impl PartialEq<XmlDocument> for XmlDocument[src]

impl RefFromWasmAbi for XmlDocument[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<XmlDocument>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more

impl StructuralEq for XmlDocument[src]

impl StructuralPartialEq for XmlDocument[src]

impl WasmDescribe for XmlDocument[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.