Skip to main content

XMLDocumentMethods

pub trait XMLDocumentMethods<D: DomTypes> {
    // Required methods
    fn GetLocation(&self, cx: &mut JSContext) -> Option<DomRoot<D::Location>>;
    fn SupportedPropertyNames(&self) -> Vec<DOMString>;
    fn NamedGetter(
        &self,
        cx: &mut JSContext,
        name: DOMString,
    ) -> Option<WindowProxyOrElementOrHTMLCollection<D>>;
}

Required Methods§

Implementors§