pub trait XMLDocumentMethods {
    // Required methods
    fn GetLocation(&self) -> Option<Root<Dom<Location>>>;
    fn SupportedPropertyNames(&self) -> Vec<DOMString>;
    fn NamedGetter(
        &self,
        name: DOMString
    ) -> Option<WindowProxyOrElementOrHTMLCollection>;
}

Required Methods§

Implementors§