Trait DOMNodeFilter
Source pub unsafe trait DOMNodeFilter: NSObjectProtocol {
// Provided method
unsafe fn acceptNode(&self, n: Option<&DOMNode>) -> c_short
where Self: Sized + Message { ... }
}
👎Deprecated
Available on crate feature DOMNodeFilter
only.
Expand description
👎Deprecated
Available on crate features DOMNode
and DOMObject
and WebScriptObject
only.
§Safety
n
might not allow None
.
The name of the Objective-C protocol that this type represents.
Read more
Get a reference to the Objective-C protocol object that this type
represents.
Read more