Trait objc2_web_kit::DOMXPathNSResolver
source · pub unsafe trait DOMXPathNSResolver: NSObjectProtocol {
// Provided method
unsafe fn lookupNamespaceURI(
&self,
prefix: Option<&NSString>
) -> Option<Retained<NSString>>
where Self: Sized + Message { ... }
}
👎Deprecated
Available on crate feature
DOMXPathNSResolver
only.Provided Methods§
unsafe fn lookupNamespaceURI( &self, prefix: Option<&NSString> ) -> Option<Retained<NSString>>
👎Deprecated