Trait script::dom::bindings::codegen::Bindings::XMLDocumentBinding::XMLDocument_Binding::XMLDocumentMethods
source · pub trait XMLDocumentMethods {
// Required methods
fn GetLocation(&self) -> Option<Root<Dom<Location>>>;
fn SupportedPropertyNames(&self) -> Vec<DOMString>;
fn NamedGetter(
&self,
name: DOMString,
) -> Option<WindowProxyOrElementOrHTMLCollection>;
}