Trait aravis::DomElementExt

source ·
pub trait DomElementExt: 'static {
    // Required methods
    fn attribute(&self, name: &str) -> Option<GString>;
    fn tag_name(&self) -> Option<GString>;
    fn set_attribute(&self, name: &str, attribute_value: &str);
}
Expand description

Trait containing all DomElement methods.

Implementors

DomElement, GcNode

Required Methods§

source

fn attribute(&self, name: &str) -> Option<GString>

source

fn tag_name(&self) -> Option<GString>

source

fn set_attribute(&self, name: &str, attribute_value: &str)

Implementors§