Trait script::dom::bindings::codegen::Bindings::XMLDocumentBinding::XMLDocumentBinding::XMLDocumentMethods
source · 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>>;
}