pub trait XMLDocumentMethods {
    fn GetLocation(&self) -> Option<Root<Dom<Location>>>;
    fn SupportedPropertyNames(&self) -> Vec<DOMString> ;
    fn NamedGetter(
        &self,
        cx: SafeJSContext,
        name: DOMString
    ) -> Option<NonNull<JSObject>>; }

Required Methods§

Implementors§