[][src]Trait webkit2gtk_webextension::DOMDocumentTypeExt

pub trait DOMDocumentTypeExt: 'static {
    fn get_entities(&self) -> Option<DOMNamedNodeMap>;
fn get_internal_subset(&self) -> Option<GString>;
fn get_name(&self) -> Option<GString>;
fn get_notations(&self) -> Option<DOMNamedNodeMap>;
fn get_public_id(&self) -> Option<GString>;
fn get_system_id(&self) -> Option<GString>;
fn connect_property_entities_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_internal_subset_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_notations_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_public_id_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_system_id_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_entities(&self) -> Option<DOMNamedNodeMap>

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

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

fn get_notations(&self) -> Option<DOMNamedNodeMap>

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

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

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

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

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

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

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

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

Loading content...

Implementors

impl<O: IsA<DOMDocumentType>> DOMDocumentTypeExt for O[src]

Loading content...