Trait 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.
Expand description

Provided Methods§

Source

unsafe fn lookupNamespaceURI( &self, prefix: Option<&NSString>, ) -> Option<Retained<NSString>>
where Self: Sized + Message,

👎Deprecated

Trait Implementations§

Source§

impl ProtocolType for dyn DOMXPathNSResolver

Source§

const NAME: &'static str = "DOMXPathNSResolver"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn DOMXPathNSResolver

Implementations on Foreign Types§

Source§

impl<T> DOMXPathNSResolver for ProtocolObject<T>

Implementors§