pub struct Img { /* private fields */ }
Expand description
The <img>
HTML element embeds an image into the document.
Methods from Deref<Target = HtmlImageElement>§
sourcepub fn set_srcset(&self, value: &str)
pub fn set_srcset(&self, value: &str)
Setter for the srcset
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn cross_origin(&self) -> Option<String>
pub fn cross_origin(&self) -> Option<String>
Getter for the crossOrigin
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn set_cross_origin(&self, value: Option<&str>)
pub fn set_cross_origin(&self, value: Option<&str>)
Setter for the crossOrigin
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn set_use_map(&self, value: &str)
pub fn set_use_map(&self, value: &str)
Setter for the useMap
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn referrer_policy(&self) -> String
pub fn referrer_policy(&self) -> String
Getter for the referrerPolicy
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn set_referrer_policy(&self, value: &str)
pub fn set_referrer_policy(&self, value: &str)
Setter for the referrerPolicy
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn set_is_map(&self, value: bool)
pub fn set_is_map(&self, value: bool)
Setter for the isMap
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn set_height(&self, value: u32)
pub fn set_height(&self, value: u32)
Setter for the height
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn set_decoding(&self, value: &str)
pub fn set_decoding(&self, value: &str)
Setter for the decoding
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn natural_width(&self) -> u32
pub fn natural_width(&self) -> u32
Getter for the naturalWidth
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn natural_height(&self) -> u32
pub fn natural_height(&self) -> u32
Getter for the naturalHeight
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn set_hspace(&self, value: u32)
pub fn set_hspace(&self, value: u32)
Setter for the hspace
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn set_vspace(&self, value: u32)
pub fn set_vspace(&self, value: u32)
Setter for the vspace
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn set_long_desc(&self, value: &str)
pub fn set_long_desc(&self, value: &str)
Setter for the longDesc
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn set_border(&self, value: &str)
pub fn set_border(&self, value: &str)
Setter for the border
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
sourcepub fn current_src(&self) -> String
pub fn current_src(&self) -> String
Getter for the currentSrc
field of this object.
This API requires the following crate features to be activated: HtmlImageElement
Methods from Deref<Target = HtmlElement>§
sourcepub fn scroll_height(&self) -> i32
pub fn scroll_height(&self) -> i32
Getter for the scrollHeight
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_scroll_height(&self, value: i32)
pub fn set_scroll_height(&self, value: i32)
Setter for the scrollHeight
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn scroll_top(&self) -> i32
pub fn scroll_top(&self) -> i32
Getter for the scrollTop
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_scroll_top(&self, value: i32)
pub fn set_scroll_top(&self, value: i32)
Setter for the scrollTop
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn inner_text(&self) -> String
pub fn inner_text(&self) -> String
Getter for the innerText
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_inner_text(&self, value: &str)
pub fn set_inner_text(&self, value: &str)
Setter for the innerText
field of this object.
This API requires the following crate features to be activated: HtmlElement
Getter for the hidden
field of this object.
This API requires the following crate features to be activated: HtmlElement
Setter for the hidden
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_tab_index(&self, value: i32)
pub fn set_tab_index(&self, value: i32)
Setter for the tabIndex
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn access_key(&self) -> String
pub fn access_key(&self) -> String
Getter for the accessKey
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_access_key(&self, value: &str)
pub fn set_access_key(&self, value: &str)
Setter for the accessKey
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn access_key_label(&self) -> String
pub fn access_key_label(&self) -> String
Getter for the accessKeyLabel
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_draggable(&self, value: bool)
pub fn set_draggable(&self, value: bool)
Setter for the draggable
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn content_editable(&self) -> String
pub fn content_editable(&self) -> String
Getter for the contentEditable
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_content_editable(&self, value: &str)
pub fn set_content_editable(&self, value: &str)
Setter for the contentEditable
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn is_content_editable(&self) -> bool
pub fn is_content_editable(&self) -> bool
Getter for the isContentEditable
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn spellcheck(&self) -> bool
pub fn spellcheck(&self) -> bool
Getter for the spellcheck
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_spellcheck(&self, value: bool)
pub fn set_spellcheck(&self, value: bool)
Setter for the spellcheck
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn offset_parent(&self) -> Option<Element>
pub fn offset_parent(&self) -> Option<Element>
Getter for the offsetParent
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn offset_top(&self) -> i32
pub fn offset_top(&self) -> i32
Getter for the offsetTop
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn offset_left(&self) -> i32
pub fn offset_left(&self) -> i32
Getter for the offsetLeft
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn offset_width(&self) -> i32
pub fn offset_width(&self) -> i32
Getter for the offsetWidth
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn offset_height(&self) -> i32
pub fn offset_height(&self) -> i32
Getter for the offsetHeight
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_oncopy(&self, value: Option<&Function>)
pub fn set_oncopy(&self, value: Option<&Function>)
Setter for the oncopy
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onpaste(&self, value: Option<&Function>)
pub fn set_onpaste(&self, value: Option<&Function>)
Setter for the onpaste
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onabort(&self, value: Option<&Function>)
pub fn set_onabort(&self, value: Option<&Function>)
Setter for the onabort
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onblur(&self, value: Option<&Function>)
pub fn set_onblur(&self, value: Option<&Function>)
Setter for the onblur
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onfocus(&self, value: Option<&Function>)
pub fn set_onfocus(&self, value: Option<&Function>)
Setter for the onfocus
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onauxclick(&self) -> Option<Function>
pub fn onauxclick(&self) -> Option<Function>
Getter for the onauxclick
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onauxclick(&self, value: Option<&Function>)
pub fn set_onauxclick(&self, value: Option<&Function>)
Setter for the onauxclick
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_oncanplay(&self, value: Option<&Function>)
pub fn set_oncanplay(&self, value: Option<&Function>)
Setter for the oncanplay
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn oncanplaythrough(&self) -> Option<Function>
pub fn oncanplaythrough(&self) -> Option<Function>
Getter for the oncanplaythrough
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_oncanplaythrough(&self, value: Option<&Function>)
pub fn set_oncanplaythrough(&self, value: Option<&Function>)
Setter for the oncanplaythrough
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onchange(&self, value: Option<&Function>)
pub fn set_onchange(&self, value: Option<&Function>)
Setter for the onchange
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onclick(&self, value: Option<&Function>)
pub fn set_onclick(&self, value: Option<&Function>)
Setter for the onclick
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onclose(&self, value: Option<&Function>)
pub fn set_onclose(&self, value: Option<&Function>)
Setter for the onclose
field of this object.
This API requires the following crate features to be activated: HtmlElement
Getter for the oncontextmenu
field of this object.
This API requires the following crate features to be activated: HtmlElement
Setter for the oncontextmenu
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ondblclick(&self) -> Option<Function>
pub fn ondblclick(&self) -> Option<Function>
Getter for the ondblclick
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ondblclick(&self, value: Option<&Function>)
pub fn set_ondblclick(&self, value: Option<&Function>)
Setter for the ondblclick
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ondrag(&self, value: Option<&Function>)
pub fn set_ondrag(&self, value: Option<&Function>)
Setter for the ondrag
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ondragend(&self, value: Option<&Function>)
pub fn set_ondragend(&self, value: Option<&Function>)
Setter for the ondragend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ondragenter(&self) -> Option<Function>
pub fn ondragenter(&self) -> Option<Function>
Getter for the ondragenter
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ondragenter(&self, value: Option<&Function>)
pub fn set_ondragenter(&self, value: Option<&Function>)
Setter for the ondragenter
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ondragexit(&self) -> Option<Function>
pub fn ondragexit(&self) -> Option<Function>
Getter for the ondragexit
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ondragexit(&self, value: Option<&Function>)
pub fn set_ondragexit(&self, value: Option<&Function>)
Setter for the ondragexit
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ondragleave(&self) -> Option<Function>
pub fn ondragleave(&self) -> Option<Function>
Getter for the ondragleave
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ondragleave(&self, value: Option<&Function>)
pub fn set_ondragleave(&self, value: Option<&Function>)
Setter for the ondragleave
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ondragover(&self) -> Option<Function>
pub fn ondragover(&self) -> Option<Function>
Getter for the ondragover
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ondragover(&self, value: Option<&Function>)
pub fn set_ondragover(&self, value: Option<&Function>)
Setter for the ondragover
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ondragstart(&self) -> Option<Function>
pub fn ondragstart(&self) -> Option<Function>
Getter for the ondragstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ondragstart(&self, value: Option<&Function>)
pub fn set_ondragstart(&self, value: Option<&Function>)
Setter for the ondragstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ondrop(&self, value: Option<&Function>)
pub fn set_ondrop(&self, value: Option<&Function>)
Setter for the ondrop
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ondurationchange(&self) -> Option<Function>
pub fn ondurationchange(&self) -> Option<Function>
Getter for the ondurationchange
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ondurationchange(&self, value: Option<&Function>)
pub fn set_ondurationchange(&self, value: Option<&Function>)
Setter for the ondurationchange
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onemptied(&self, value: Option<&Function>)
pub fn set_onemptied(&self, value: Option<&Function>)
Setter for the onemptied
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onended(&self, value: Option<&Function>)
pub fn set_onended(&self, value: Option<&Function>)
Setter for the onended
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_oninput(&self, value: Option<&Function>)
pub fn set_oninput(&self, value: Option<&Function>)
Setter for the oninput
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_oninvalid(&self, value: Option<&Function>)
pub fn set_oninvalid(&self, value: Option<&Function>)
Setter for the oninvalid
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onkeydown(&self, value: Option<&Function>)
pub fn set_onkeydown(&self, value: Option<&Function>)
Setter for the onkeydown
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onkeypress(&self) -> Option<Function>
pub fn onkeypress(&self) -> Option<Function>
Getter for the onkeypress
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onkeypress(&self, value: Option<&Function>)
pub fn set_onkeypress(&self, value: Option<&Function>)
Setter for the onkeypress
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onkeyup(&self, value: Option<&Function>)
pub fn set_onkeyup(&self, value: Option<&Function>)
Setter for the onkeyup
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onload(&self, value: Option<&Function>)
pub fn set_onload(&self, value: Option<&Function>)
Setter for the onload
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onloadeddata(&self) -> Option<Function>
pub fn onloadeddata(&self) -> Option<Function>
Getter for the onloadeddata
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onloadeddata(&self, value: Option<&Function>)
pub fn set_onloadeddata(&self, value: Option<&Function>)
Setter for the onloadeddata
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onloadedmetadata(&self) -> Option<Function>
pub fn onloadedmetadata(&self) -> Option<Function>
Getter for the onloadedmetadata
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onloadedmetadata(&self, value: Option<&Function>)
pub fn set_onloadedmetadata(&self, value: Option<&Function>)
Setter for the onloadedmetadata
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onloadend(&self, value: Option<&Function>)
pub fn set_onloadend(&self, value: Option<&Function>)
Setter for the onloadend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onloadstart(&self) -> Option<Function>
pub fn onloadstart(&self) -> Option<Function>
Getter for the onloadstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onloadstart(&self, value: Option<&Function>)
pub fn set_onloadstart(&self, value: Option<&Function>)
Setter for the onloadstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onmousedown(&self) -> Option<Function>
pub fn onmousedown(&self) -> Option<Function>
Getter for the onmousedown
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onmousedown(&self, value: Option<&Function>)
pub fn set_onmousedown(&self, value: Option<&Function>)
Setter for the onmousedown
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onmouseenter(&self) -> Option<Function>
pub fn onmouseenter(&self) -> Option<Function>
Getter for the onmouseenter
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onmouseenter(&self, value: Option<&Function>)
pub fn set_onmouseenter(&self, value: Option<&Function>)
Setter for the onmouseenter
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onmouseleave(&self) -> Option<Function>
pub fn onmouseleave(&self) -> Option<Function>
Getter for the onmouseleave
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onmouseleave(&self, value: Option<&Function>)
pub fn set_onmouseleave(&self, value: Option<&Function>)
Setter for the onmouseleave
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onmousemove(&self) -> Option<Function>
pub fn onmousemove(&self) -> Option<Function>
Getter for the onmousemove
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onmousemove(&self, value: Option<&Function>)
pub fn set_onmousemove(&self, value: Option<&Function>)
Setter for the onmousemove
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onmouseout(&self) -> Option<Function>
pub fn onmouseout(&self) -> Option<Function>
Getter for the onmouseout
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onmouseout(&self, value: Option<&Function>)
pub fn set_onmouseout(&self, value: Option<&Function>)
Setter for the onmouseout
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onmouseover(&self) -> Option<Function>
pub fn onmouseover(&self) -> Option<Function>
Getter for the onmouseover
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onmouseover(&self, value: Option<&Function>)
pub fn set_onmouseover(&self, value: Option<&Function>)
Setter for the onmouseover
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onmouseup(&self, value: Option<&Function>)
pub fn set_onmouseup(&self, value: Option<&Function>)
Setter for the onmouseup
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onwheel(&self, value: Option<&Function>)
pub fn set_onwheel(&self, value: Option<&Function>)
Setter for the onwheel
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onpause(&self, value: Option<&Function>)
pub fn set_onpause(&self, value: Option<&Function>)
Setter for the onpause
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onplay(&self, value: Option<&Function>)
pub fn set_onplay(&self, value: Option<&Function>)
Setter for the onplay
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onplaying(&self, value: Option<&Function>)
pub fn set_onplaying(&self, value: Option<&Function>)
Setter for the onplaying
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onprogress(&self) -> Option<Function>
pub fn onprogress(&self) -> Option<Function>
Getter for the onprogress
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onprogress(&self, value: Option<&Function>)
pub fn set_onprogress(&self, value: Option<&Function>)
Setter for the onprogress
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onratechange(&self) -> Option<Function>
pub fn onratechange(&self) -> Option<Function>
Getter for the onratechange
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onratechange(&self, value: Option<&Function>)
pub fn set_onratechange(&self, value: Option<&Function>)
Setter for the onratechange
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onreset(&self, value: Option<&Function>)
pub fn set_onreset(&self, value: Option<&Function>)
Setter for the onreset
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onresize(&self, value: Option<&Function>)
pub fn set_onresize(&self, value: Option<&Function>)
Setter for the onresize
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onscroll(&self, value: Option<&Function>)
pub fn set_onscroll(&self, value: Option<&Function>)
Setter for the onscroll
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onseeked(&self, value: Option<&Function>)
pub fn set_onseeked(&self, value: Option<&Function>)
Setter for the onseeked
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onseeking(&self, value: Option<&Function>)
pub fn set_onseeking(&self, value: Option<&Function>)
Setter for the onseeking
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onselect(&self, value: Option<&Function>)
pub fn set_onselect(&self, value: Option<&Function>)
Setter for the onselect
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onshow(&self, value: Option<&Function>)
pub fn set_onshow(&self, value: Option<&Function>)
Setter for the onshow
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onstalled(&self, value: Option<&Function>)
pub fn set_onstalled(&self, value: Option<&Function>)
Setter for the onstalled
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onsubmit(&self, value: Option<&Function>)
pub fn set_onsubmit(&self, value: Option<&Function>)
Setter for the onsubmit
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onsuspend(&self, value: Option<&Function>)
pub fn set_onsuspend(&self, value: Option<&Function>)
Setter for the onsuspend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ontimeupdate(&self) -> Option<Function>
pub fn ontimeupdate(&self) -> Option<Function>
Getter for the ontimeupdate
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ontimeupdate(&self, value: Option<&Function>)
pub fn set_ontimeupdate(&self, value: Option<&Function>)
Setter for the ontimeupdate
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onvolumechange(&self) -> Option<Function>
pub fn onvolumechange(&self) -> Option<Function>
Getter for the onvolumechange
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onvolumechange(&self, value: Option<&Function>)
pub fn set_onvolumechange(&self, value: Option<&Function>)
Setter for the onvolumechange
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onwaiting(&self, value: Option<&Function>)
pub fn set_onwaiting(&self, value: Option<&Function>)
Setter for the onwaiting
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onselectstart(&self) -> Option<Function>
pub fn onselectstart(&self) -> Option<Function>
Getter for the onselectstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onselectstart(&self, value: Option<&Function>)
pub fn set_onselectstart(&self, value: Option<&Function>)
Setter for the onselectstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ontoggle(&self, value: Option<&Function>)
pub fn set_ontoggle(&self, value: Option<&Function>)
Setter for the ontoggle
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onpointercancel(&self) -> Option<Function>
pub fn onpointercancel(&self) -> Option<Function>
Getter for the onpointercancel
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onpointercancel(&self, value: Option<&Function>)
pub fn set_onpointercancel(&self, value: Option<&Function>)
Setter for the onpointercancel
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onpointerdown(&self) -> Option<Function>
pub fn onpointerdown(&self) -> Option<Function>
Getter for the onpointerdown
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onpointerdown(&self, value: Option<&Function>)
pub fn set_onpointerdown(&self, value: Option<&Function>)
Setter for the onpointerdown
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onpointerup(&self) -> Option<Function>
pub fn onpointerup(&self) -> Option<Function>
Getter for the onpointerup
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onpointerup(&self, value: Option<&Function>)
pub fn set_onpointerup(&self, value: Option<&Function>)
Setter for the onpointerup
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onpointermove(&self) -> Option<Function>
pub fn onpointermove(&self) -> Option<Function>
Getter for the onpointermove
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onpointermove(&self, value: Option<&Function>)
pub fn set_onpointermove(&self, value: Option<&Function>)
Setter for the onpointermove
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onpointerout(&self) -> Option<Function>
pub fn onpointerout(&self) -> Option<Function>
Getter for the onpointerout
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onpointerout(&self, value: Option<&Function>)
pub fn set_onpointerout(&self, value: Option<&Function>)
Setter for the onpointerout
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onpointerover(&self) -> Option<Function>
pub fn onpointerover(&self) -> Option<Function>
Getter for the onpointerover
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onpointerover(&self, value: Option<&Function>)
pub fn set_onpointerover(&self, value: Option<&Function>)
Setter for the onpointerover
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onpointerenter(&self) -> Option<Function>
pub fn onpointerenter(&self) -> Option<Function>
Getter for the onpointerenter
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onpointerenter(&self, value: Option<&Function>)
pub fn set_onpointerenter(&self, value: Option<&Function>)
Setter for the onpointerenter
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onpointerleave(&self) -> Option<Function>
pub fn onpointerleave(&self) -> Option<Function>
Getter for the onpointerleave
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onpointerleave(&self, value: Option<&Function>)
pub fn set_onpointerleave(&self, value: Option<&Function>)
Setter for the onpointerleave
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ongotpointercapture(&self) -> Option<Function>
pub fn ongotpointercapture(&self) -> Option<Function>
Getter for the ongotpointercapture
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ongotpointercapture(&self, value: Option<&Function>)
pub fn set_ongotpointercapture(&self, value: Option<&Function>)
Setter for the ongotpointercapture
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onlostpointercapture(&self) -> Option<Function>
pub fn onlostpointercapture(&self) -> Option<Function>
Getter for the onlostpointercapture
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onlostpointercapture(&self, value: Option<&Function>)
pub fn set_onlostpointercapture(&self, value: Option<&Function>)
Setter for the onlostpointercapture
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onanimationcancel(&self) -> Option<Function>
pub fn onanimationcancel(&self) -> Option<Function>
Getter for the onanimationcancel
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onanimationcancel(&self, value: Option<&Function>)
pub fn set_onanimationcancel(&self, value: Option<&Function>)
Setter for the onanimationcancel
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onanimationend(&self) -> Option<Function>
pub fn onanimationend(&self) -> Option<Function>
Getter for the onanimationend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onanimationend(&self, value: Option<&Function>)
pub fn set_onanimationend(&self, value: Option<&Function>)
Setter for the onanimationend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onanimationiteration(&self) -> Option<Function>
pub fn onanimationiteration(&self) -> Option<Function>
Getter for the onanimationiteration
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onanimationiteration(&self, value: Option<&Function>)
pub fn set_onanimationiteration(&self, value: Option<&Function>)
Setter for the onanimationiteration
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onanimationstart(&self) -> Option<Function>
pub fn onanimationstart(&self) -> Option<Function>
Getter for the onanimationstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onanimationstart(&self, value: Option<&Function>)
pub fn set_onanimationstart(&self, value: Option<&Function>)
Setter for the onanimationstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ontransitioncancel(&self) -> Option<Function>
pub fn ontransitioncancel(&self) -> Option<Function>
Getter for the ontransitioncancel
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ontransitioncancel(&self, value: Option<&Function>)
pub fn set_ontransitioncancel(&self, value: Option<&Function>)
Setter for the ontransitioncancel
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ontransitionend(&self) -> Option<Function>
pub fn ontransitionend(&self) -> Option<Function>
Getter for the ontransitionend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ontransitionend(&self, value: Option<&Function>)
pub fn set_ontransitionend(&self, value: Option<&Function>)
Setter for the ontransitionend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ontransitionrun(&self) -> Option<Function>
pub fn ontransitionrun(&self) -> Option<Function>
Getter for the ontransitionrun
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ontransitionrun(&self, value: Option<&Function>)
pub fn set_ontransitionrun(&self, value: Option<&Function>)
Setter for the ontransitionrun
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ontransitionstart(&self) -> Option<Function>
pub fn ontransitionstart(&self) -> Option<Function>
Getter for the ontransitionstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ontransitionstart(&self, value: Option<&Function>)
pub fn set_ontransitionstart(&self, value: Option<&Function>)
Setter for the ontransitionstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onwebkitanimationend(&self) -> Option<Function>
pub fn onwebkitanimationend(&self) -> Option<Function>
Getter for the onwebkitanimationend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onwebkitanimationend(&self, value: Option<&Function>)
pub fn set_onwebkitanimationend(&self, value: Option<&Function>)
Setter for the onwebkitanimationend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onwebkitanimationiteration(&self) -> Option<Function>
pub fn onwebkitanimationiteration(&self) -> Option<Function>
Getter for the onwebkitanimationiteration
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onwebkitanimationiteration(&self, value: Option<&Function>)
pub fn set_onwebkitanimationiteration(&self, value: Option<&Function>)
Setter for the onwebkitanimationiteration
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onwebkitanimationstart(&self) -> Option<Function>
pub fn onwebkitanimationstart(&self) -> Option<Function>
Getter for the onwebkitanimationstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onwebkitanimationstart(&self, value: Option<&Function>)
pub fn set_onwebkitanimationstart(&self, value: Option<&Function>)
Setter for the onwebkitanimationstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn onwebkittransitionend(&self) -> Option<Function>
pub fn onwebkittransitionend(&self) -> Option<Function>
Getter for the onwebkittransitionend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onwebkittransitionend(&self, value: Option<&Function>)
pub fn set_onwebkittransitionend(&self, value: Option<&Function>)
Setter for the onwebkittransitionend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_onerror(&self, value: Option<&Function>)
pub fn set_onerror(&self, value: Option<&Function>)
Setter for the onerror
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ontouchstart(&self) -> Option<Function>
pub fn ontouchstart(&self) -> Option<Function>
Getter for the ontouchstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ontouchstart(&self, value: Option<&Function>)
pub fn set_ontouchstart(&self, value: Option<&Function>)
Setter for the ontouchstart
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ontouchend(&self) -> Option<Function>
pub fn ontouchend(&self) -> Option<Function>
Getter for the ontouchend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ontouchend(&self, value: Option<&Function>)
pub fn set_ontouchend(&self, value: Option<&Function>)
Setter for the ontouchend
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ontouchmove(&self) -> Option<Function>
pub fn ontouchmove(&self) -> Option<Function>
Getter for the ontouchmove
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ontouchmove(&self, value: Option<&Function>)
pub fn set_ontouchmove(&self, value: Option<&Function>)
Setter for the ontouchmove
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn ontouchcancel(&self) -> Option<Function>
pub fn ontouchcancel(&self) -> Option<Function>
Getter for the ontouchcancel
field of this object.
This API requires the following crate features to be activated: HtmlElement
sourcepub fn set_ontouchcancel(&self, value: Option<&Function>)
pub fn set_ontouchcancel(&self, value: Option<&Function>)
Setter for the ontouchcancel
field of this object.
This API requires the following crate features to be activated: HtmlElement
Methods from Deref<Target = Element>§
sourcepub fn namespace_uri(&self) -> Option<String>
pub fn namespace_uri(&self) -> Option<String>
Getter for the namespaceURI
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn local_name(&self) -> String
pub fn local_name(&self) -> String
Getter for the localName
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn class_name(&self) -> String
pub fn class_name(&self) -> String
Getter for the className
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn set_class_name(&self, value: &str)
pub fn set_class_name(&self, value: &str)
Setter for the className
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn class_list(&self) -> DomTokenList
pub fn class_list(&self) -> DomTokenList
Getter for the classList
field of this object.
This API requires the following crate features to be activated: DomTokenList
, Element
sourcepub fn scroll_top(&self) -> i32
pub fn scroll_top(&self) -> i32
Getter for the scrollTop
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn set_scroll_top(&self, value: i32)
pub fn set_scroll_top(&self, value: i32)
Setter for the scrollTop
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn scroll_left(&self) -> i32
pub fn scroll_left(&self) -> i32
Getter for the scrollLeft
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn set_scroll_left(&self, value: i32)
pub fn set_scroll_left(&self, value: i32)
Setter for the scrollLeft
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn scroll_width(&self) -> i32
pub fn scroll_width(&self) -> i32
Getter for the scrollWidth
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn scroll_height(&self) -> i32
pub fn scroll_height(&self) -> i32
Getter for the scrollHeight
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn client_top(&self) -> i32
pub fn client_top(&self) -> i32
Getter for the clientTop
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn client_left(&self) -> i32
pub fn client_left(&self) -> i32
Getter for the clientLeft
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn client_width(&self) -> i32
pub fn client_width(&self) -> i32
Getter for the clientWidth
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn client_height(&self) -> i32
pub fn client_height(&self) -> i32
Getter for the clientHeight
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn inner_html(&self) -> String
pub fn inner_html(&self) -> String
Getter for the innerHTML
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn set_inner_html(&self, value: &str)
pub fn set_inner_html(&self, value: &str)
Setter for the innerHTML
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn outer_html(&self) -> String
pub fn outer_html(&self) -> String
Getter for the outerHTML
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn set_outer_html(&self, value: &str)
pub fn set_outer_html(&self, value: &str)
Setter for the outerHTML
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn assigned_slot(&self) -> Option<HtmlSlotElement>
pub fn assigned_slot(&self) -> Option<HtmlSlotElement>
Getter for the assignedSlot
field of this object.
This API requires the following crate features to be activated: Element
, HtmlSlotElement
sourcepub fn previous_element_sibling(&self) -> Option<Element>
pub fn previous_element_sibling(&self) -> Option<Element>
Getter for the previousElementSibling
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn next_element_sibling(&self) -> Option<Element>
pub fn next_element_sibling(&self) -> Option<Element>
Getter for the nextElementSibling
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn children(&self) -> HtmlCollection
pub fn children(&self) -> HtmlCollection
Getter for the children
field of this object.
This API requires the following crate features to be activated: Element
, HtmlCollection
sourcepub fn first_element_child(&self) -> Option<Element>
pub fn first_element_child(&self) -> Option<Element>
Getter for the firstElementChild
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn last_element_child(&self) -> Option<Element>
pub fn last_element_child(&self) -> Option<Element>
Getter for the lastElementChild
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn child_element_count(&self) -> u32
pub fn child_element_count(&self) -> u32
Getter for the childElementCount
field of this object.
This API requires the following crate features to be activated: Element
sourcepub fn get_attribute(&self, name: &str) -> Option<String>
pub fn get_attribute(&self, name: &str) -> Option<String>
The getAttribute()
method.
This API requires the following crate features to be activated: Element
sourcepub fn get_attribute_names(&self) -> Array
pub fn get_attribute_names(&self) -> Array
The getAttributeNames()
method.
This API requires the following crate features to be activated: Element
sourcepub fn get_elements_by_class_name(&self, class_names: &str) -> HtmlCollection
pub fn get_elements_by_class_name(&self, class_names: &str) -> HtmlCollection
The getElementsByClassName()
method.
This API requires the following crate features to be activated: Element
, HtmlCollection
sourcepub fn get_elements_by_tag_name(&self, local_name: &str) -> HtmlCollection
pub fn get_elements_by_tag_name(&self, local_name: &str) -> HtmlCollection
The getElementsByTagName()
method.
This API requires the following crate features to be activated: Element
, HtmlCollection
sourcepub fn get_elements_by_tag_name_ns(
&self,
namespace: Option<&str>,
local_name: &str
) -> Result<HtmlCollection, JsValue>
pub fn get_elements_by_tag_name_ns( &self, namespace: Option<&str>, local_name: &str ) -> Result<HtmlCollection, JsValue>
The getElementsByTagNameNS()
method.
This API requires the following crate features to be activated: Element
, HtmlCollection
sourcepub fn has_attribute(&self, name: &str) -> bool
pub fn has_attribute(&self, name: &str) -> bool
The hasAttribute()
method.
This API requires the following crate features to be activated: Element
sourcepub fn has_attributes(&self) -> bool
pub fn has_attributes(&self) -> bool
The hasAttributes()
method.
This API requires the following crate features to be activated: Element
sourcepub fn has_pointer_capture(&self, pointer_id: i32) -> bool
pub fn has_pointer_capture(&self, pointer_id: i32) -> bool
The hasPointerCapture()
method.
This API requires the following crate features to be activated: Element
sourcepub fn release_capture(&self)
pub fn release_capture(&self)
The releaseCapture()
method.
This API requires the following crate features to be activated: Element
sourcepub fn request_fullscreen(&self) -> Result<(), JsValue>
pub fn request_fullscreen(&self) -> Result<(), JsValue>
The requestFullscreen()
method.
This API requires the following crate features to be activated: Element
sourcepub fn request_pointer_lock(&self)
pub fn request_pointer_lock(&self)
The requestPointerLock()
method.
This API requires the following crate features to be activated: Element
sourcepub fn scroll_with_x_and_y(&self, x: f64, y: f64)
pub fn scroll_with_x_and_y(&self, x: f64, y: f64)
The scroll()
method.
This API requires the following crate features to be activated: Element
sourcepub fn scroll_by_with_x_and_y(&self, x: f64, y: f64)
pub fn scroll_by_with_x_and_y(&self, x: f64, y: f64)
The scrollBy()
method.
This API requires the following crate features to be activated: Element
sourcepub fn scroll_into_view(&self)
pub fn scroll_into_view(&self)
The scrollIntoView()
method.
This API requires the following crate features to be activated: Element
sourcepub fn scroll_into_view_with_bool(&self, arg: bool)
pub fn scroll_into_view_with_bool(&self, arg: bool)
The scrollIntoView()
method.
This API requires the following crate features to be activated: Element
sourcepub fn scroll_to_with_x_and_y(&self, x: f64, y: f64)
pub fn scroll_to_with_x_and_y(&self, x: f64, y: f64)
The scrollTo()
method.
This API requires the following crate features to be activated: Element
sourcepub fn set_capture(&self)
pub fn set_capture(&self)
The setCapture()
method.
This API requires the following crate features to be activated: Element
sourcepub fn set_capture_with_retarget_to_element(&self, retarget_to_element: bool)
pub fn set_capture_with_retarget_to_element(&self, retarget_to_element: bool)
The setCapture()
method.
This API requires the following crate features to be activated: Element
sourcepub fn after_with_node_0(&self) -> Result<(), JsValue>
pub fn after_with_node_0(&self) -> Result<(), JsValue>
The after()
method.
This API requires the following crate features to be activated: Element
sourcepub fn after_with_str_0(&self) -> Result<(), JsValue>
pub fn after_with_str_0(&self) -> Result<(), JsValue>
The after()
method.
This API requires the following crate features to be activated: Element
sourcepub fn before_with_node_0(&self) -> Result<(), JsValue>
pub fn before_with_node_0(&self) -> Result<(), JsValue>
The before()
method.
This API requires the following crate features to be activated: Element
sourcepub fn before_with_str_0(&self) -> Result<(), JsValue>
pub fn before_with_str_0(&self) -> Result<(), JsValue>
The before()
method.
This API requires the following crate features to be activated: Element
sourcepub fn replace_with_with_node_0(&self) -> Result<(), JsValue>
pub fn replace_with_with_node_0(&self) -> Result<(), JsValue>
The replaceWith()
method.
This API requires the following crate features to be activated: Element
sourcepub fn replace_with_with_str_0(&self) -> Result<(), JsValue>
pub fn replace_with_with_str_0(&self) -> Result<(), JsValue>
The replaceWith()
method.
This API requires the following crate features to be activated: Element
sourcepub fn get_box_quads(&self) -> Result<Array, JsValue>
pub fn get_box_quads(&self) -> Result<Array, JsValue>
The getBoxQuads()
method.
This API requires the following crate features to be activated: Element
sourcepub fn append_with_node_0(&self) -> Result<(), JsValue>
pub fn append_with_node_0(&self) -> Result<(), JsValue>
The append()
method.
This API requires the following crate features to be activated: Element
sourcepub fn append_with_str_0(&self) -> Result<(), JsValue>
pub fn append_with_str_0(&self) -> Result<(), JsValue>
The append()
method.
This API requires the following crate features to be activated: Element
sourcepub fn prepend_with_node_0(&self) -> Result<(), JsValue>
pub fn prepend_with_node_0(&self) -> Result<(), JsValue>
The prepend()
method.
This API requires the following crate features to be activated: Element
sourcepub fn prepend_with_str_0(&self) -> Result<(), JsValue>
pub fn prepend_with_str_0(&self) -> Result<(), JsValue>
The prepend()
method.
This API requires the following crate features to be activated: Element
Methods from Deref<Target = Node>§
sourcepub fn is_connected(&self) -> bool
pub fn is_connected(&self) -> bool
Getter for the isConnected
field of this object.
This API requires the following crate features to be activated: Node
sourcepub fn owner_document(&self) -> Option<Document>
pub fn owner_document(&self) -> Option<Document>
Getter for the ownerDocument
field of this object.
This API requires the following crate features to be activated: Document
, Node
sourcepub fn parent_node(&self) -> Option<Node>
pub fn parent_node(&self) -> Option<Node>
Getter for the parentNode
field of this object.
This API requires the following crate features to be activated: Node
sourcepub fn parent_element(&self) -> Option<Element>
pub fn parent_element(&self) -> Option<Element>
Getter for the parentElement
field of this object.
This API requires the following crate features to be activated: Element
, Node
sourcepub fn child_nodes(&self) -> NodeList
pub fn child_nodes(&self) -> NodeList
Getter for the childNodes
field of this object.
This API requires the following crate features to be activated: Node
, NodeList
sourcepub fn first_child(&self) -> Option<Node>
pub fn first_child(&self) -> Option<Node>
Getter for the firstChild
field of this object.
This API requires the following crate features to be activated: Node
sourcepub fn last_child(&self) -> Option<Node>
pub fn last_child(&self) -> Option<Node>
Getter for the lastChild
field of this object.
This API requires the following crate features to be activated: Node
sourcepub fn previous_sibling(&self) -> Option<Node>
pub fn previous_sibling(&self) -> Option<Node>
Getter for the previousSibling
field of this object.
This API requires the following crate features to be activated: Node
sourcepub fn next_sibling(&self) -> Option<Node>
pub fn next_sibling(&self) -> Option<Node>
Getter for the nextSibling
field of this object.
This API requires the following crate features to be activated: Node
sourcepub fn node_value(&self) -> Option<String>
pub fn node_value(&self) -> Option<String>
Getter for the nodeValue
field of this object.
This API requires the following crate features to be activated: Node
sourcepub fn set_node_value(&self, value: Option<&str>)
pub fn set_node_value(&self, value: Option<&str>)
Setter for the nodeValue
field of this object.
This API requires the following crate features to be activated: Node
sourcepub fn text_content(&self) -> Option<String>
pub fn text_content(&self) -> Option<String>
Getter for the textContent
field of this object.
This API requires the following crate features to be activated: Node
sourcepub fn set_text_content(&self, value: Option<&str>)
pub fn set_text_content(&self, value: Option<&str>)
Setter for the textContent
field of this object.
This API requires the following crate features to be activated: Node
sourcepub fn clone_node(&self) -> Result<Node, JsValue>
pub fn clone_node(&self) -> Result<Node, JsValue>
The cloneNode()
method.
This API requires the following crate features to be activated: Node
sourcepub fn compare_document_position(&self, other: &Node) -> u16
pub fn compare_document_position(&self, other: &Node) -> u16
The compareDocumentPosition()
method.
This API requires the following crate features to be activated: Node
sourcepub fn get_root_node(&self) -> Node
pub fn get_root_node(&self) -> Node
The getRootNode()
method.
This API requires the following crate features to be activated: Node
sourcepub fn has_child_nodes(&self) -> bool
pub fn has_child_nodes(&self) -> bool
The hasChildNodes()
method.
This API requires the following crate features to be activated: Node
sourcepub fn is_default_namespace(&self, namespace: Option<&str>) -> bool
pub fn is_default_namespace(&self, namespace: Option<&str>) -> bool
The isDefaultNamespace()
method.
This API requires the following crate features to be activated: Node
sourcepub fn is_equal_node(&self, node: Option<&Node>) -> bool
pub fn is_equal_node(&self, node: Option<&Node>) -> bool
The isEqualNode()
method.
This API requires the following crate features to be activated: Node
sourcepub fn is_same_node(&self, node: Option<&Node>) -> bool
pub fn is_same_node(&self, node: Option<&Node>) -> bool
The isSameNode()
method.
This API requires the following crate features to be activated: Node
pub const ELEMENT_NODE: u16 = 1u16
pub const ATTRIBUTE_NODE: u16 = 2u16
pub const TEXT_NODE: u16 = 3u16
pub const CDATA_SECTION_NODE: u16 = 4u16
pub const ENTITY_REFERENCE_NODE: u16 = 5u16
pub const ENTITY_NODE: u16 = 6u16
pub const PROCESSING_INSTRUCTION_NODE: u16 = 7u16
pub const COMMENT_NODE: u16 = 8u16
pub const DOCUMENT_NODE: u16 = 9u16
pub const DOCUMENT_TYPE_NODE: u16 = 10u16
pub const DOCUMENT_FRAGMENT_NODE: u16 = 11u16
pub const NOTATION_NODE: u16 = 12u16
pub const DOCUMENT_POSITION_DISCONNECTED: u16 = 1u16
pub const DOCUMENT_POSITION_PRECEDING: u16 = 2u16
pub const DOCUMENT_POSITION_FOLLOWING: u16 = 4u16
pub const DOCUMENT_POSITION_CONTAINS: u16 = 8u16
pub const DOCUMENT_POSITION_CONTAINED_BY: u16 = 16u16
pub const DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: u16 = 32u16
Methods from Deref<Target = EventTarget>§
Methods from Deref<Target = Object>§
sourcepub fn constructor(&self) -> Function
pub fn constructor(&self) -> Function
The constructor property returns a reference to the Object
constructor
function that created the instance object.
sourcepub fn has_own_property(&self, property: &JsValue) -> bool
pub fn has_own_property(&self, property: &JsValue) -> bool
The hasOwnProperty()
method returns a boolean indicating whether the
object has the specified property as its own property (as opposed to
inheriting it).
sourcepub fn is_prototype_of(&self, value: &JsValue) -> bool
pub fn is_prototype_of(&self, value: &JsValue) -> bool
The isPrototypeOf()
method checks if an object exists in another
object’s prototype chain.
sourcepub fn property_is_enumerable(&self, property: &JsValue) -> bool
pub fn property_is_enumerable(&self, property: &JsValue) -> bool
The propertyIsEnumerable()
method returns a Boolean indicating
whether the specified property is enumerable.
sourcepub fn to_locale_string(&self) -> JsString
pub fn to_locale_string(&self) -> JsString
The toLocaleString()
method returns a string representing the object.
This method is meant to be overridden by derived objects for
locale-specific purposes.
Methods from Deref<Target = JsValue>§
pub const NULL: JsValue = JsValue{ idx: JSIDX_NULL, _marker: marker::PhantomData,}
pub const UNDEFINED: JsValue = JsValue{ idx: JSIDX_UNDEFINED, _marker: marker::PhantomData,}
pub const TRUE: JsValue = JsValue{ idx: JSIDX_TRUE, _marker: marker::PhantomData,}
pub const FALSE: JsValue = JsValue{ idx: JSIDX_FALSE, _marker: marker::PhantomData,}
sourcepub fn as_f64(&self) -> Option<f64>
pub fn as_f64(&self) -> Option<f64>
Returns the f64
value of this JS value if it’s an instance of a
number.
If this JS value is not an instance of a number then this returns
None
.
sourcepub fn as_string(&self) -> Option<String>
pub fn as_string(&self) -> Option<String>
If this JS value is a string value, this function copies the JS string
value into wasm linear memory, encoded as UTF-8, and returns it as a
Rust String
.
To avoid the copying and re-encoding, consider the
JsString::try_from()
function from js-sys
instead.
If this JS value is not an instance of a string or if it’s not valid
utf-8 then this returns None
.
UTF-16 vs UTF-8
JavaScript strings in general are encoded as UTF-16, but Rust strings
are encoded as UTF-8. This can cause the Rust string to look a bit
different than the JS string sometimes. For more details see the
documentation about the str
type which contains a few
caveats about the encodings.
sourcepub fn as_bool(&self) -> Option<bool>
pub fn as_bool(&self) -> Option<bool>
Returns the bool
value of this JS value if it’s an instance of a
boolean.
If this JS value is not an instance of a boolean then this returns
None
.
sourcepub fn is_undefined(&self) -> bool
pub fn is_undefined(&self) -> bool
Tests whether this JS value is undefined
sourcepub fn is_function(&self) -> bool
pub fn is_function(&self) -> bool
Tests whether the type of this JS value is function
.
sourcepub fn js_in(&self, obj: &JsValue) -> bool
pub fn js_in(&self, obj: &JsValue) -> bool
Applies the binary in
JS operator on the two JsValue
s.
sourcepub fn loose_eq(&self, other: &JsValue) -> bool
pub fn loose_eq(&self, other: &JsValue) -> bool
Compare two JsValue
s for equality, using the ==
operator in JS.
sourcepub fn unsigned_shr(&self, rhs: &JsValue) -> u32
pub fn unsigned_shr(&self, rhs: &JsValue) -> u32
Applies the binary >>>
JS operator on the two JsValue
s.
sourcepub fn checked_div(&self, rhs: &JsValue) -> JsValue
pub fn checked_div(&self, rhs: &JsValue) -> JsValue
Applies the binary /
JS operator on two JsValue
s, catching and returning any RangeError
thrown.
sourcepub fn pow(&self, rhs: &JsValue) -> JsValue
pub fn pow(&self, rhs: &JsValue) -> JsValue
Applies the binary **
JS operator on the two JsValue
s.
sourcepub fn lt(&self, other: &JsValue) -> bool
pub fn lt(&self, other: &JsValue) -> bool
Applies the binary <
JS operator on the two JsValue
s.
sourcepub fn le(&self, other: &JsValue) -> bool
pub fn le(&self, other: &JsValue) -> bool
Applies the binary <=
JS operator on the two JsValue
s.
sourcepub fn ge(&self, other: &JsValue) -> bool
pub fn ge(&self, other: &JsValue) -> bool
Applies the binary >=
JS operator on the two JsValue
s.
sourcepub fn gt(&self, other: &JsValue) -> bool
pub fn gt(&self, other: &JsValue) -> bool
Applies the binary >
JS operator on the two JsValue
s.
sourcepub fn unchecked_into_f64(&self) -> f64
pub fn unchecked_into_f64(&self) -> f64
Applies the unary +
JS operator on a JsValue
. Can throw.
Trait Implementations§
source§impl AsRef<HtmlElement> for Img
impl AsRef<HtmlElement> for Img
source§fn as_ref(&self) -> &HtmlElement
fn as_ref(&self) -> &HtmlElement
source§impl ElementDescriptor for Img
impl ElementDescriptor for Img
source§fn hydration_id(&self) -> &HydrationKey
fn hydration_id(&self) -> &HydrationKey
id
that should be generated for each new instance of
this element, and be consistent for both SSR and CSR.