[][src]Trait webkit2gtk_webextension::DOMNodeIteratorExt

pub trait DOMNodeIteratorExt: 'static {
    fn detach(&self);
fn get_expand_entity_references(&self) -> bool;
fn get_pointer_before_reference_node(&self) -> bool;
fn get_reference_node(&self) -> Option<DOMNode>;
fn get_root(&self) -> Option<DOMNode>;
fn get_what_to_show(&self) -> c_ulong;
fn next_node(&self) -> Result<DOMNode, Error>;
fn previous_node(&self) -> Result<DOMNode, Error>;
fn connect_property_filter_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_pointer_before_reference_node_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_reference_node_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_root_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_what_to_show_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn detach(&self)

fn get_expand_entity_references(&self) -> bool

fn get_pointer_before_reference_node(&self) -> bool

fn get_reference_node(&self) -> Option<DOMNode>

fn get_root(&self) -> Option<DOMNode>

fn get_what_to_show(&self) -> c_ulong

fn next_node(&self) -> Result<DOMNode, Error>

fn previous_node(&self) -> Result<DOMNode, Error>

fn connect_property_filter_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_pointer_before_reference_node_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_reference_node_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_root_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_what_to_show_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<DOMNodeIterator>> DOMNodeIteratorExt for O[src]

Loading content...